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

lockfile-lint

Package Overview
Dependencies
Maintainers
1
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 2.1.3 to 2.1.4

6

bin/lockfile-lint.js

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

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

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

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

## [2.1.4](https://github.com/lirantal/lockfile-lint/compare/lockfile-lint@2.1.3...lockfile-lint@2.1.4) (2019-10-13)
### Bug Fixes
* **errors:** verbose error message includes package name ([#13](https://github.com/lirantal/lockfile-lint/issues/13)) ([f4ec3a1](https://github.com/lirantal/lockfile-lint/commit/f4ec3a1))
## [2.1.3](https://github.com/lirantal/lockfile-lint/compare/lockfile-lint@2.1.2...lockfile-lint@2.1.3) (2019-10-13)

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

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

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

"debug": "^4.1.0",
"lockfile-lint-api": "^2.1.2",
"lockfile-lint-api": "^2.1.3",
"yargs": "^13.2.4"

@@ -182,3 +182,3 @@ },

},
"gitHead": "7a21fcafe334712c1a6b71bf099b40d0093c26a4"
"gitHead": "4d07dde25b70ba119f20c72a6308564e75e343e5"
}
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