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.0.0 to 4.1.0

2

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

@@ -5,0 +5,0 @@ "main": "src/index.js",

const lintDirs = 'src/ test/';
module.exports = {
'test': 'nyc node test/', // eslint-disable-line
'postest': 'nyc check-coverage --lines 90 --functions 90 --branches 90', // eslint-disable-line
'test': 'nyc --reporter=lcov --check-coverage --functions=90 --branches=90 node test/', // eslint-disable-line
'lint': 'eslint ' + lintDirs, // eslint-disable-line

@@ -6,0 +5,0 @@ 'lintfix': 'eslint --fix ' + lintDirs, // eslint-disable-line

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