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 3.0.12 to 3.0.13

11

CHANGELOG.md

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

## [3.0.13](https://github.com/lirantal/lockfile-lint/compare/lockfile-lint@3.0.12...lockfile-lint@3.0.13) (2020-02-10)
### Bug Fixes
* **cli:** conflicting arguments will error ([#64](https://github.com/lirantal/lockfile-lint/issues/64)) ([2d451c9](https://github.com/lirantal/lockfile-lint/commit/2d451c9))
## [3.0.12](https://github.com/lirantal/lockfile-lint/compare/lockfile-lint@3.0.11...lockfile-lint@3.0.12) (2020-02-04)

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

4

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

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

},
"gitHead": "1e76c886e861efde22baa4c938240038abb2e7ea"
"gitHead": "ece0a25ccc03912297452f1952fd9b282b89b803"
}

@@ -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