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.0.5 to 2.0.6

2

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

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

module.exports = {
ecmaFeatures: {
modules: false, // https://github.com/eslint/eslint/issues/2785#issuecomment-113254153
parserOptions: {
ecmaVersion: 6,
ecmaFeatures: {
jsx: true
},
},

@@ -11,3 +14,6 @@ extends: 'airbnb',

es6: true
},
rules: {
strict: [0, 'global'] // required for node, configurable for browser, https://github.com/eslint/eslint/issues/2785#issuecomment-113254153
}
}
};
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