Socket
Socket
Sign inDemoInstall

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 3.0.18 to 4.0.0

18

CHANGELOG.md

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

# [4.0.0](https://github.com/lirantal/lockfile-lint/compare/lockfile-lint@3.0.18...lockfile-lint@4.0.0) (2020-02-20)
### Bug Fixes
* **cli:** conflicting arguments will error ([#72](https://github.com/lirantal/lockfile-lint/issues/72)) ([3e0eb59](https://github.com/lirantal/lockfile-lint/commit/3e0eb59))
### BREAKING CHANGES
* **cli:** CLI may show an error when arguments
conflict and the order of short and long options was reversed
to be more descriptive on CLI options errors.
## [3.0.18](https://github.com/lirantal/lockfile-lint/compare/lockfile-lint@3.0.17...lockfile-lint@3.0.18) (2020-02-10)

@@ -8,0 +26,0 @@

4

package.json
{
"name": "lockfile-lint",
"version": "3.0.18",
"version": "4.0.0",
"description": "A CLI to lint a lockfile for security policies",

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

},
"gitHead": "d894e8a141a42a41d8a789d6f2d50748d2319adc"
"gitHead": "3e894df6e50dc68745e916aca4545b7bc774d66b"
}

@@ -41,3 +41,4 @@ 'use strict'

type: 'array',
describe: 'validates a whitelist of allowed schemes to be used for resources in the lockfile'
describe: 'validates a whitelist of allowed schemes to be used for resources in the lockfile',
conflicts: ['validate-https', 's']
}

@@ -44,0 +45,0 @@ })

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