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

eastwood

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eastwood - npm Package Compare versions

Comparing version 5.0.0 to 6.0.0

19

package.json

@@ -13,12 +13,15 @@ {

"node-cmd": "^3.0.0",
"pkg-dir": "^2.0.0"
"pkg-dir": "^4.1.0"
},
"devDependencies": {
"eslint": "^4.19.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.11.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.7.0"
"eslint": "^5.16.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-import": "^2.17.2",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-react": "^7.13.0"
},
"description": "Linter",
"description": "Eslint config installer",
"engines": {
"node": ">=8"
},
"homepage": "https://github.com/oculus42/eastwood#readme",

@@ -45,3 +48,3 @@ "keywords": [

},
"version": "5.0.0"
"version": "6.0.0"
}

@@ -66,3 +66,3 @@ const fs = require('fs');

.then((dir) => {
if (dir === null) {
if (dir === undefined) {
return Promise.reject(new ReferenceError('Cannot locate package root to check for configs.'));

@@ -69,0 +69,0 @@ }

@@ -10,3 +10,3 @@ const fs = require('fs');

.then((dir) => {
if (dir === null) {
if (dir === undefined) {
return Promise.reject(new ReferenceError('Directory not found'));

@@ -13,0 +13,0 @@ }

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