Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

lockfile-lint

Package Overview
Dependencies
Maintainers
2
Versions
74
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lockfile-lint - npm Package Compare versions

Comparing version 4.10.4 to 4.10.5

10

bin/lockfile-lint.js

@@ -34,4 +34,4 @@ #!/usr/bin/env node

debug(`parsed the following options: ${JSON.stringify(config)}`)
} catch (err) {
debug(`error loading options from CLI arguments/files: ${err}`)
} catch (errorPayload) {
debug(`error loading options from CLI arguments/files: ${errorPayload}`)
process.exit(1)

@@ -86,6 +86,6 @@ }

})
} catch (error) {
} catch (errorPayload) {
warn('ABORTING lockfile lint process due to error exceptions')
console.error(error.message, '\n')
console.error(error.stack, '\n')
console.error(errorPayload.message, '\n')
console.error(errorPayload.stack, '\n')
error('Error: command failed with exit code 1')

@@ -92,0 +92,0 @@ process.exit(1)

@@ -6,2 +6,13 @@ # Change Log

## 4.10.5 (2023-05-24)
### Bug Fixes
* error variable was shadowed by function ([#162](https://github.com/lirantal/lockfile-lint/issues/162)) ([17fe528](https://github.com/lirantal/lockfile-lint/commit/17fe528))
## 4.10.4 (2023-05-24)

@@ -8,0 +19,0 @@

{
"name": "lockfile-lint",
"version": "4.10.4",
"version": "4.10.5",
"description": "A CLI to lint a lockfile for security policies",

@@ -58,3 +58,3 @@ "bin": {

"debug": "^4.1.1",
"lockfile-lint-api": "^5.5.4",
"lockfile-lint-api": "^5.5.5",
"yargs": "^16.0.0"

@@ -184,3 +184,3 @@ },

},
"gitHead": "2e7eab8a48e6882fdeff05a7cdfa3d8e79c9ff30"
"gitHead": "914ece489c48c8e7f3b584f784cce8f318c2e81e"
}
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