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.6 to 2.2.0

4

bin/lockfile-lint.js

@@ -37,3 +37,3 @@ #!/usr/bin/env node

console.error(error.stack, '\n')
console.error('error: command failed with exit code 1')
console.error('error: command failed with exit code 1', '\n')
process.exit(1)

@@ -49,4 +49,4 @@ }

if (validatorFailures !== 0) {
console.error('error: command failed with exit code 1')
console.error('error: command failed with exit code 1', '\n')
process.exit(1)
}

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

# [2.2.0](https://github.com/lirantal/lockfile-lint/compare/lockfile-lint@2.1.6...lockfile-lint@2.2.0) (2019-11-07)
### Features
* **errors:** provide the actual bad string in ValidateScheme ([#20](https://github.com/lirantal/lockfile-lint/issues/20)) ([45fb7d2](https://github.com/lirantal/lockfile-lint/commit/45fb7d2))
## [2.1.6](https://github.com/lirantal/lockfile-lint/compare/lockfile-lint@2.1.5...lockfile-lint@2.1.6) (2019-10-24)

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

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

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

"debug": "^4.1.0",
"lockfile-lint-api": "^2.2.0",
"lockfile-lint-api": "^2.3.0",
"yargs": "^13.2.4"

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

},
"gitHead": "dfa2a3021c4567860d3a59f81efea0cef76ec61c"
"gitHead": "abc71fa09a39ef2975648ac540eb4c57534ee463"
}
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