Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

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.3 to 5.2.4

8

CHANGELOG.md

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

## 5.2.4 (2022-03-13)
**Note:** Version bump only for package lockfile-lint-api
## 5.2.3 (2022-03-10)

@@ -8,0 +16,0 @@

4

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

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

},
"gitHead": "50d25a29513e366ab7d32254918bb5fd5d12fe51"
"gitHead": "9b0b16715e4cfb77c7ec6ec180d9c1f1c8bcb8e6"
}

@@ -37,7 +37,8 @@ <p align="center"><h1 align="center">

| Validator API | description | implemented |
| -------------- | ------------------------------------------------------------------------------- | ----------- |
| ValidateHttps | validates the use of HTTPS as protocol schema for all resources | ✅ |
| ValidateHost | validates a whitelist of allowed hosts to be used for resources in the lockfile | ✅ |
| ValidateScheme | validates a whitelist of allowed URI schemes to be used for hosts | ✅ |
| Validator API | description | implemented |
| -------------------- | ------------------------------------------------------------------------------- | ----------- |
| ValidateHttps | validates the use of HTTPS as protocol schema for all resources | ✅ |
| ValidateHost | validates a whitelist of allowed hosts to be used for resources in the lockfile | ✅ |
| ValidatePackageNames | validates that the resolved URL matches the package name | ✅ |
| ValidateScheme | validates a whitelist of allowed URI schemes to be used for hosts | ✅ |

@@ -44,0 +45,0 @@ **NOTE:** package entries without a `resolved` field (for example, those installed from the local filesystem) will automatically pass all url-based validators.

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