Socket
Socket
Sign inDemoInstall

audit-resolve-core

Package Overview
Dependencies
23
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.5 to 1.1.6

2

package.json
{
"name": "audit-resolve-core",
"version": "1.1.5",
"version": "1.1.6",
"description": "Core modules for audit-resolve.json file and logic of its processing",

@@ -5,0 +5,0 @@ "scripts": {

@@ -8,7 +8,7 @@ const fs = require('fs')

if (typeof argv.mock === 'string') {
return Promise.resolve(fs.readFileSync(argv.mock))
return Promise.resolve(JSON.parse(fs.readFileSync(argv.mock)))
} else {
return Promise.resolve(fs.readFileSync('mock-audit.json'))
return Promise.resolve(JSON.parse(fs.readFileSync('mock-audit.json')))
}
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc