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.10.1 to 1.10.2

.nyc_output/4084.json

4

lib/filter/ignore.js

@@ -39,2 +39,6 @@ module.exports = filterIgnored;

if (expires && expires.toJSON) {
expires = expires.toJSON();
}
// first check if the path is a match on the rule

@@ -41,0 +45,0 @@ var pathMatch = matchToRule(vuln, rule);

@@ -28,2 +28,6 @@ module.exports = attachNotes;

if (expires && expires.toJSON) {
expires = expires.toJSON();
}
if (pathMatch && expires && expires < now) {

@@ -30,0 +34,0 @@ debug('%s vuln rule has expired (%s)', vuln.id, expires);

2

package.json

@@ -43,3 +43,3 @@ {

},
"version": "1.10.1"
"version": "1.10.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