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.2.5 to 5.2.6

11

CHANGELOG.md

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

## 5.2.6 (2022-07-02)
### Bug Fixes
* **lockfile-lint-api:** remove extra console.log in yarn.lock parsing ([#131](https://github.com/lirantal/lockfile-lint/issues/131)) ([75bb6d2](https://github.com/lirantal/lockfile-lint/commit/75bb6d2))
## 5.2.5 (2022-06-11)

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

4

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

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

},
"gitHead": "b0b1828cd9e758ca3c59a5efda9e3f49c89d05da"
"gitHead": "39fa9f7919f4e4b366ed03e9d3c79309f1769369"
}

@@ -143,6 +143,4 @@ // @ts-check

} catch (error) {
console.log(error)
throw new ParsingError(PARSE_YARNLOCKFILE_FAILED, this.options.lockfilePath, error)
}
console.log(typeof parsedFile, parsedFile)
return parsedFile

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