Socket
Socket
Sign inDemoInstall

snyk-policy

Package Overview
Dependencies
Maintainers
2
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

snyk-policy - npm Package Compare versions

Comparing version 1.13.0 to 1.13.1

.eslintrc

4

lib/filter/get-vuln-source.js

@@ -23,4 +23,4 @@ // FIXME move to ext module

var source = vuln.__filename ?
path.dirname(vuln.__filename) :
viaPath;
path.dirname(vuln.__filename) :
viaPath;

@@ -27,0 +27,0 @@ // try to stat the directory, if it throws, it doesn't exist...

@@ -36,2 +36,2 @@ module.exports = demunge;

return res;
}
}

@@ -6,9 +6,7 @@ {

"scripts": {
"lint": "jscs lib/**/*.js -v",
"lint": "eslint -c .eslintrc lib",
"check-tests": "! grep 'test.only' test/**/*.test.js -n",
"env": "node -e 'console.log(process.env, process.versions)'",
"cover": "tap test/**/*.test.js --cov --coverage-report=lcov",
"tap": "tap test/**/*.test.js --cov --timeout=60",
"test": "npm run check-tests && npm run lint && npm run tap",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
"tap": "tap test/**/*.test.js -R spec --timeout=60",
"test": "npm run check-tests && npm run lint && npm run tap"
},

@@ -21,7 +19,6 @@ "keywords": [

"devDependencies": {
"jscs": "^2.11.0",
"proxyquire": "^1.7.4",
"semantic-release": "^4.3.5",
"sinon": "^1.17.3",
"tap": "^5.7.0",
"eslint": "^4.0.0",
"proxyquire": "^2.1.0",
"sinon": "^4.0.0",
"tap": "^12.0.1",
"tap-only": "0.0.5"

@@ -31,9 +28,9 @@ },

"debug": "^3.1.0",
"email-validator": "^2.0.3",
"js-yaml": "^3.5.3",
"lodash.clonedeep": "^4.3.1",
"semver": "^5.5.0",
"snyk-module": "^1.9.0",
"email-validator": "^2.0.4",
"js-yaml": "^3.12.0",
"lodash.clonedeep": "^4.5.0",
"semver": "^5.6.0",
"snyk-module": "^1.9.1",
"snyk-resolve": "^1.0.1",
"snyk-try-require": "^1.1.1",
"snyk-try-require": "^1.3.1",
"then-fs": "^2.0.0"

@@ -43,5 +40,5 @@ },

"type": "git",
"url": "https://github.com/Snyk/policy.git"
"url": "https://github.com/snyk/policy.git"
},
"version": "1.13.0"
}
"version": "1.13.1"
}

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