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 4.2.2 to 4.3.1

4

bin/lockfile-lint.js

@@ -76,2 +76,6 @@ #!/usr/bin/env node

process.exit(1)
} else {
const GREEN = '\x1b[32m'
const RESET = '\x1b[0m'
console.info(GREEN, '👍 No issues detected', '\n', RESET)
}

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

## [4.3.1](https://github.com/lirantal/lockfile-lint/compare/lockfile-lint@4.3.0...lockfile-lint@4.3.1) (2020-05-13)
### Bug Fixes
* **readme:** update example 3 remove invalid argument ([#90](https://github.com/lirantal/lockfile-lint/issues/90)) ([828868c](https://github.com/lirantal/lockfile-lint/commit/828868c))
# [4.3.0](https://github.com/lirantal/lockfile-lint/compare/lockfile-lint@4.2.2...lockfile-lint@4.3.0) (2020-04-30)
### Features
* add validation success console message ([#87](https://github.com/lirantal/lockfile-lint/issues/87)) ([3ff6eb8](https://github.com/lirantal/lockfile-lint/commit/3ff6eb8))
## [4.2.2](https://github.com/lirantal/lockfile-lint/compare/lockfile-lint@4.2.1...lockfile-lint@4.2.2) (2020-03-25)

@@ -8,0 +30,0 @@

6

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

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

"debug": "^4.1.1",
"lockfile-lint-api": "^5.1.2",
"lockfile-lint-api": "^5.1.3",
"yargs": "^15.0.2"

@@ -183,3 +183,3 @@ },

},
"gitHead": "6241cad1f1430cf544cd3cea522ed5fba98783d2"
"gitHead": "4e4176116d0af4d73a1f7897e70d686faf6cf13c"
}

@@ -62,3 +62,3 @@ <p align="center"><h1 align="center">

```bash
lockfile-lint --path yarn.lock --allowed-hosts yarn github.com --validate-https --allowed-schemes "https:" "git+https:"
lockfile-lint --path yarn.lock --allowed-hosts yarn github.com --allowed-schemes "https:" "git+https:"
```

@@ -65,0 +65,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