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.2 to 1.1.3

2

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

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

@@ -5,6 +5,6 @@ const FILE = require('../auditFile/FILE')

printV1MigrationNotes(){
console.log(`You are using a deprecated file name. ${FILE.FILENAME_DEPRECATED} was renamed to ${FILE.FILENAME}. Any changes will be written to the new file and format.`)
console.error(`You are using a deprecated file name. ${FILE.FILENAME_DEPRECATED} was renamed to ${FILE.FILENAME}. Any changes will be written to the new file and format.`)
},
printSkipping(action) {
console.log(
console.error(
`skipping issues in ${action.module} based on decisions: "${Array.from(new Set(action.resolves.map(re => re.decision))).join()}" from ${FILE.FILENAME}`

@@ -11,0 +11,0 @@ )

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