New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

eslint-config-opuscapita

Package Overview
Dependencies
Maintainers
4
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-opuscapita - npm Package Compare versions

Comparing version 1.0.8 to 1.0.9

CHANGELOG.md

20

package.json
{
"name": "eslint-config-opuscapita",
"version": "1.0.8",
"version": "1.0.9",
"description": "OpusCapita ESLint config, following our styleguide",
"main": "index.js",
"scripts": {
"lint": "eslint ."
"lint": "eslint .",
"publish-release": "npm-publish --release"
},

@@ -22,12 +23,13 @@ "homepage": "https://github.com/OpusCapita/eslint-config",

"devDependencies": {
"eslint": "^3.10.2",
"eslint-find-rules": "^1.14.3",
"eslint-plugin-react": "^6.7.1",
"babel-eslint": "^7.1.1"
"@opuscapita/npm-scripts": "2.0.0",
"babel-eslint": "7.1.1",
"eslint": "3.19.0",
"eslint-find-rules": "1.14.3",
"eslint-plugin-react": "6.10.3"
},
"peerDependencies": {
"eslint": "^3.10.2",
"eslint-plugin-react": "^6.7.1",
"babel-eslint": "^7.1.1"
"babel-eslint": "^7.1.1",
"eslint": "^3.19.0",
"eslint-plugin-react": "^6.10.3"
}
}

@@ -14,4 +14,6 @@ "use strict";

// disallow use of variables before they are defined
"no-use-before-define": 2
"no-use-before-define": 2,
// disallow use of undeclared variables unless mentioned in a /*global */ block
'no-undef': 2
}
};

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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