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.1 to 1.13.2

3

lib/parser/v1.js

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

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

@@ -56,0 +59,0 @@ var keys = Object.keys(rule);

2

package.json

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

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