Skip to content

Commit

Permalink
Tidelift tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed May 31, 2019
1 parent da89479 commit 6138851
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 18 deletions.
3 changes: 3 additions & 0 deletions .github/security.md
Original file line number Diff line number Diff line change
@@ -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.
30 changes: 12 additions & 18 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,24 +42,10 @@ console.log(config.get('awesome'));
//=> undefined
```

---

<div align="center">
<b>
<a href="https://tidelift.com/subscription/pkg/npm-configstore?utm_source=npm-configstore&utm_medium=referral&utm_campaign=readme">Get professional support for this package with a Tidelift subscription</a>
</b>
<br>
<sub>
Tidelift helps make open source sustainable for maintainers while giving companies<br>assurances about security, maintenance, and licensing for their dependencies.
</sub>
</div>

---


## API

### Configstore(packageName, [defaults], [options])
### Configstore(packageName, defaults?, options?)

Returns a new instance.

Expand All @@ -71,7 +57,7 @@ Name of your package.

#### defaults

Type: `Object`
Type: `object`

Default config.

Expand Down Expand Up @@ -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.
<div align="center">
<b>
<a href="https://tidelift.com/subscription/pkg/npm-configstore?utm_source=npm-configstore&utm_medium=referral&utm_campaign=readme">Get professional support for this package with a Tidelift subscription</a>
</b>
<br>
<sub>
Tidelift helps make open source sustainable for maintainers while giving companies<br>assurances about security, maintenance, and licensing for their dependencies.
</sub>
</div>

0 comments on commit 6138851

Please sign in to comment.