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 3.0.0 to 3.0.1

.eslintrc.js

2

index.js

@@ -15,2 +15,4 @@ 'use strict';

'eslint-config-airbnb',
'eslint-plugin-import',
'eslint-plugin-jsx-a11y',
'eslint-plugin-react',

@@ -17,0 +19,0 @@ 'gh-pages',

19

package.json
{
"name": "coins-validate",
"version": "3.0.0",
"version": "3.0.1",
"description": "configures a package to fall inline with coins standards",

@@ -13,11 +13,3 @@ "main": "index.js",

},
"devDependencies": {
"eslint": "^2.7.0",
"eslint-config-airbnb": "^6.1.0",
"eslint-plugin-react": "^4.2.3",
"gh-pages": "^0.11.0",
"istanbul": "^0.4.2",
"jsdoc": "^3.4.0",
"minami": "^1.1.1"
},
"devDependencies": {},
"scripts": {

@@ -28,3 +20,4 @@ "install": "node index.js",

"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"
"publish-major": "npm run preversion && npm version major && git push origin master --tags && npm publish",
"validate": "npm ls"
},

@@ -34,6 +27,4 @@ "author": "cdaringe",

"pre-commit": [
"validate",
"lint",
"test"
"validate"
]
}
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