Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

eslint-config-exchange-solutions

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-exchange-solutions - npm Package Compare versions

Comparing version 2.0.0 to 3.0.0

8

package.json
{
"name": "eslint-config-exchange-solutions",
"version": "2.0.0",
"version": "3.0.0",
"description": "ESLint Default configurations for Towers Watson Exchange Solutions",

@@ -28,3 +28,3 @@ "main": "lib/index.js",

"dependencies": {
"eslint-config-airbnb": "^3.1.0"
"eslint-config-airbnb": "^5.0.0"
},

@@ -41,4 +41,4 @@ "devDependencies": {

"eslint-plugin-react": "^3.3.1",
"fs-promise": "^0.3.1",
"lodash": "^3.10.1",
"fs-promise": "^0.4.0",
"lodash": "^4.0.0",
"mocha": "^2.3.0",

@@ -45,0 +45,0 @@ "rimraf": "^2.4.3",

@@ -6,9 +6,4 @@ /* eslint no-alert: 0, no-undef: 0 */

// foo is considered used here
myFunc(function foo() {
// ...
});
(function selfInvoking(foo) {
return foo;
})();
}());

@@ -13,2 +13,2 @@ /* eslint no-alert: 0, no-undef: 0 */

return foo;
})();
}());

@@ -6,9 +6,4 @@ /* eslint no-alert: 0, no-undef: 0 */

// foo is considered used here
myFunc(function foo() {
// ...
});
(function selfInvoking(foo) {
return foo;
})();
}());
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