Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

weallcontribute

Package Overview
Dependencies
Maintainers
2
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

weallcontribute - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

11

CODE_OF_CONDUCT.md

@@ -68,7 +68,8 @@ # Code of Conduct

* Email the maintainers directly at [coc@sykosomatic.org](mailto:coc@sykosomatic.org)
* Mention @zkat in a comment, or any of the other maintainers.
* Direct Message [@maybekatz](https://twitter.com/maybekatz) on Twitter with the details and any relevant links.
* Direct Message @kat in the [WeAllJS Slack Group](https://wealljs.org).
* Through email:
* [kzm@sykosomatic.org](mailto:kzm@sykosomatic.org) (Kat Marchán)
* Through Twitter:
* [@@maybekatz](https://twitter.com/maybekatz) (Kat Marchán)
### Further Enforcement

@@ -143,3 +144,3 @@

This Code of Conduct is adapted from the [WeAllJS Code of
This Code of Conduct was generated using [WeAllJS Code of Conduct Generator](https://npm.im/weallbehave), which is based on the [WeAllJS Code of
Conduct](https://wealljs.org/code-of-conduct), which is itself based on

@@ -146,0 +147,0 @@ [Contributor Covenant](http://contributor-covenant.org), version 1.4, available

{
"name": "weallcontribute",
"version": "1.0.5",
"version": "1.0.6",
"description": "CONTRIBUTING.md generator",

@@ -15,3 +15,4 @@ "main": "index.js",

"pretest": "standard lib test *.js",
"test": "nyc -- tap test/*.js"
"test": "nyc -- tap test/*.js",
"update-coc": "weallbehave -o . && git add CODE_OF_CONDUCT.md && git commit -m 'docs(coc): updated CODE_OF_CONDUCT.md'"
},

@@ -23,3 +24,7 @@ "repository": "https://github.com/wealljs/weallcontribute",

],
"author": "Kat Marchán <kzm@sykosomatic.org>",
"author": {
"name": "Kat Marchán",
"email": "kzm@sykosomatic.org",
"twitter": "@maybekatz"
},
"license": "CC0-1.0",

@@ -33,4 +38,5 @@ "dependencies": {

"standard": "^8.6.0",
"tap": "^8.0.1"
"tap": "^8.0.1",
"weallbehave": "^1.0.0"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc