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.2 to 1.13.3

9

lib/parser/v1.js

@@ -12,2 +12,8 @@ // eventually we'll have v2 which will point to latestParser, and v1 will

Object.keys(policy.patch).forEach(function (id) {
if (!Array.isArray(policy.patch[id])) {
delete policy.patch[id];
}
});
checkForOldFormat(policy.ignore); // this is only an old issue on ignores

@@ -55,5 +61,2 @@ validate(policy.ignore);

Object.keys(policy).forEach(function (id) {
if (!Array.isArray(policy[id])) {
return; // continue;
}
policy[id].forEach(function (rule) {

@@ -60,0 +63,0 @@ var keys = Object.keys(rule);

@@ -39,3 +39,3 @@ {

},
"version": "1.13.2"
"version": "1.13.3"
}
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