From 61388511758e26a1444a561abaa9991d1052029e Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Fri, 31 May 2019 15:04:21 +0700 Subject: [PATCH] Tidelift tasks --- .github/security.md | 3 +++ readme.md | 30 ++++++++++++------------------ 2 files changed, 15 insertions(+), 18 deletions(-) create mode 100644 .github/security.md diff --git a/.github/security.md b/.github/security.md new file mode 100644 index 0000000..5358dc5 --- /dev/null +++ b/.github/security.md @@ -0,0 +1,3 @@ +# Security Policy + +To report a security vulnerability, please use the [Tidelift security contact](https://tidelift.com/security). Tidelift will coordinate the fix and disclosure. diff --git a/readme.md b/readme.md index e615328..e4ebf16 100644 --- a/readme.md +++ b/readme.md @@ -42,24 +42,10 @@ console.log(config.get('awesome')); //=> undefined ``` ---- - -
- - Get professional support for this package with a Tidelift subscription - -
- - Tidelift helps make open source sustainable for maintainers while giving companies
assurances about security, maintenance, and licensing for their dependencies. -
-
- ---- - ## API -### Configstore(packageName, [defaults], [options]) +### Configstore(packageName, defaults?, options?) Returns a new instance. @@ -71,7 +57,7 @@ Name of your package. #### defaults -Type: `Object` +Type: `object` Default config. @@ -140,6 +126,14 @@ config.all = { ``` -## Security +--- -To report a security vulnerability, please use the [Tidelift security contact](https://tidelift.com/security). Tidelift will coordinate the fix and disclosure. +
+ + Get professional support for this package with a Tidelift subscription + +
+ + Tidelift helps make open source sustainable for maintainers while giving companies
assurances about security, maintenance, and licensing for their dependencies. +
+