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 4.1.0 to 4.1.1

.nyc_output/35784.json

1

.eslintrc.js

@@ -19,3 +19,4 @@ module.exports = {

'no-console': 0,
'no-restricted-syntax': 0,
}
};

25

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

@@ -14,9 +14,11 @@ "main": "src/index.js",

"devDependencies": {
"eslint": "^2.4.0",
"eslint-config-airbnb": "^6.1.0",
"eslint-plugin-react": "^4.2.3",
"eslint": "^2.11.0",
"eslint-config-airbnb": "^9.0.1",
"eslint-plugin-import": "^1.8.1",
"eslint-plugin-jsx-a11y": "^1.2.2",
"eslint-plugin-react": "^5.1.1",
"gh-pages": "^0.11.0",
"istanbul": "^0.4.2",
"jsdoc": "^3.4.0",
"minami": "^1.1.1",
"nyc": "^6.4.4",
"tape": "^4.5.1"

@@ -26,14 +28,13 @@ },

"install": "node bin/install.js && node src/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/",
"test": "nyc --reporter=lcov --check-coverage --lines=1 --functions=1 --branches=1 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/",
"preversion": "git checkout master && git pull && npm ls",
"docs": "mkdir -p docs && jsdoc -c .jsdoc.json src/",
"deploy-docs": "gh-pages -d docs && rm -rf docs",
"postpublish": "npm run docs && npm run deploy-docs",
"postest": "istanbul check --statements 90 --functions 90 --branches 90"
"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"
},

@@ -40,0 +41,0 @@ "author": "cdaringe",

@@ -5,2 +5,4 @@ module.exports = [

'eslint-plugin-react',
'eslint-plugin-import',
'eslint-plugin-jsx-a11y',
'gh-pages',

@@ -7,0 +9,0 @@ 'jsdoc',

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