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

coins-validate

Package Overview
Dependencies
Maintainers
6
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

coins-validate - npm Package Compare versions

Comparing version 2.1.0 to 3.0.0

index.js

20

package.json
{
"name": "coins-validate",
"version": "2.1.0",
"version": "3.0.0",
"description": "configures a package to fall inline with coins standards",
"main": "src/index.js",
"main": "index.js",
"repository": {

@@ -14,3 +14,3 @@ "type": "git",

"devDependencies": {
"eslint": "^2.4.0",
"eslint": "^2.7.0",
"eslint-config-airbnb": "^6.1.0",

@@ -21,18 +21,10 @@ "eslint-plugin-react": "^4.2.3",

"jsdoc": "^3.4.0",
"minami": "^1.1.1",
"tape": "^4.5.1"
"minami": "^1.1.1"
},
"scripts": {
"install": "node src/index.js",
"install": "node index.js",
"preversion": "git checkout master && git pull && npm ls",
"publish-patch": "npm run preversion && npm version patch && git push origin master --tags && npm publish",
"publish-minor": "npm run preversion && npm version minor && git push origin master --tags && npm publish",
"publish-major": "npm run preversion && npm version major && git push origin master --tags && npm publish",
"test": "node test/",
"lint": "eslint src/ test/",
"lintfix": "eslint --fix src/ test/",
"validate": "npm ls",
"docs": "mkdir -p docs && jsdoc -t ./node_modules/minami -d docs -R README.md -r src/",
"deploy-docs": "gh-pages -d docs && rm -rf docs",
"postpublish": "npm run docs && npm run deploy-docs"
"publish-major": "npm run preversion && npm version major && git push origin master --tags && npm publish"
},

@@ -39,0 +31,0 @@ "author": "cdaringe",

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