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.22.2 to 1.23.0

lib/add-exclude.js

3

lib/index.js

@@ -9,2 +9,3 @@ const fs = require('promise-fs');

const add = require('./add');
const addExclude = require('./add-exclude');

@@ -20,2 +21,3 @@ module.exports = {

add: add,
addExclude: addExclude,
create: create,

@@ -48,2 +50,3 @@ };

policy.addPatch = add.bind(null, policy, 'patch');
policy.addExclude = addExclude.bind(null, policy);
return policy;

@@ -50,0 +53,0 @@ }

2

package.json

@@ -46,3 +46,3 @@ {

},
"version": "1.22.2"
"version": "1.23.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