Socket
Socket
Sign inDemoInstall

lockfile-lint-api

Package Overview
Dependencies
Maintainers
2
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lockfile-lint-api - npm Package Compare versions

Comparing version 5.4.1 to 5.4.2

11

CHANGELOG.md

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

## 5.4.2 (2022-09-26)
### Bug Fixes
* too noisy error messages ([#139](https://github.com/lirantal/lockfile-lint/issues/139)) ([ab2ee5d](https://github.com/lirantal/lockfile-lint/commit/ab2ee5d))
## 5.4.1 (2022-09-26)

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

4

package.json
{
"name": "lockfile-lint-api",
"version": "5.4.1",
"version": "5.4.2",
"description": "Lint an npm or yarn lockfile to analyze and detect issues",

@@ -176,3 +176,3 @@ "main": "index.js",

},
"gitHead": "5676d823051be3abea6ad91583d5bd8ecf78ea8a"
"gitHead": "bc9ffec8b0604c8376ec1ea2056696243bf25bcb"
}

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

} catch (error) {
this.debug(`failed parsing a URL object from given host value so using as is: ${host}`)
// silently fail here, as otherwise this would be a too-noisy error
// this.debug(`failed parsing a URL object from given host value so using as is: ${host}`)
}

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