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.2 to 5.0.0

.nyc_output/44410.json

4

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

@@ -22,3 +22,3 @@ "main": "src/index.js",

"minami": "^1.1.1",
"nyc": "^6.4.4",
"nyc": "^6.6.0",
"tape": "^4.5.1"

@@ -25,0 +25,0 @@ },

@@ -23,6 +23,2 @@ 'use strict';

);
copyIfMissing(
path.resolve(__dirname, '../templates/.jsdoc.json'),
path.resolve(app.root, '.jsdoc.json')
);
installScripts(pkgJSON, app.toInstallScripts);

@@ -29,0 +25,0 @@ utils.installHooks('pre-commit');

@@ -8,8 +8,2 @@ const lintDirs = 'src/ test/';

'preversion': 'git checkout master && git pull && npm ls', // eslint-disable-line
'docs': [ // eslint-disable-line
'mkdir -p docs &&',
'jsdoc -c .jsdoc.json src/',
].join(' '),
'deploy-docs': 'gh-pages -d docs && rm -rf docs',
'postpublish': 'npm run docs && npm run deploy-docs', // eslint-disable-line
'publish-patch': 'npm run preversion && npm version patch && git push origin master --tags && npm publish', // eslint-disable-line

@@ -16,0 +10,0 @@ 'publish-minor': 'npm run preversion && npm version minor && git push origin master --tags && npm publish', // eslint-disable-line

@@ -7,6 +7,3 @@ module.exports = [

'eslint-plugin-jsx-a11y',
'gh-pages',
'jsdoc',
'nyc',
'minami',
];
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