Socket
Socket
Sign inDemoInstall

audit-resolve-core

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

audit-resolve-core - npm Package Compare versions

Comparing version 1.1.6 to 1.1.7

4

auditFile/versions/v0.js

@@ -20,2 +20,6 @@ const RESOLUTIONS = require('../../resolutions/RESOLUTIONS')

}
if (data[key].remind) {
acc[key].decision = RESOLUTIONS.POSTPONE
acc[key].madeAt = data[key].remind - MILIS24H
}
if (data[key].ignore) {

@@ -22,0 +26,0 @@ acc[key].decision = RESOLUTIONS.IGNORE

4

package.json
{
"name": "audit-resolve-core",
"version": "1.1.6",
"version": "1.1.7",
"description": "Core modules for audit-resolve.json file and logic of its processing",
"scripts": {
"test": "mv audit-resolve.json ~ar.json && node test/index.js",
"test": "mv audit-resolve.json ~ar.json || true && node test/index.js",
"debug": "DEBUG=audit-resolve-core npm test"

@@ -8,0 +8,0 @@ },

@@ -7,3 +7,6 @@ {

"postpone": 1564584669793
},
"1164|istanbul>handlebars": {
"remind": 1569514312164
}
}
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