Socket
Socket
Sign inDemoInstall

lockfile-lint-api

Package Overview
Dependencies
Maintainers
1
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 2.1.0 to 2.1.1

11

CHANGELOG.md

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

## [2.1.1](https://github.com/lirantal/lockfile-lint/compare/lockfile-lint-api@2.1.0...lockfile-lint-api@2.1.1) (2019-10-12)
### Bug Fixes
* **docs:** update API usage of ValidateScheme ([a1d113b](https://github.com/lirantal/lockfile-lint/commit/a1d113b))
# [2.1.0](https://github.com/lirantal/lockfile-lint/compare/lockfile-lint-api@2.0.0...lockfile-lint-api@2.1.0) (2019-10-12)

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

4

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

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

},
"gitHead": "463ed503352b660a11512c199b87e37ea03ac043"
"gitHead": "76a5b3c6b5342d71def53d1b9545e46496330bf0"
}

@@ -39,6 +39,7 @@ <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 | ✅ |
| 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 | ✅ |

@@ -45,0 +46,0 @@ ## Success and failures

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