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.1.7 to 5.2.3

src/validators/ValidatePackageNames.js

46

CHANGELOG.md

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

## 5.2.3 (2022-03-10)
**Note:** Version bump only for package lockfile-lint-api
## 5.2.2 (2022-03-10)
**Note:** Version bump only for package lockfile-lint-api
## 5.2.1 (2022-03-10)
**Note:** Version bump only for package lockfile-lint-api
# 5.2.0 (2022-03-09)
### Features
* validate package names ([#114](https://github.com/lirantal/lockfile-lint/issues/114)) ([7aa0b3d](https://github.com/lirantal/lockfile-lint/commit/7aa0b3d))
## 5.1.8 (2021-05-04)
### Bug Fixes
* missing git step on release with lerna ([#111](https://github.com/lirantal/lockfile-lint/issues/111)) ([5fcd65b](https://github.com/lirantal/lockfile-lint/commit/5fcd65b))
## [5.1.7](https://github.com/lirantal/lockfile-lint/compare/lockfile-lint-api@5.1.6...lockfile-lint-api@5.1.7) (2021-02-26)

@@ -8,0 +54,0 @@

2

index.js

@@ -5,2 +5,3 @@ 'use strict'

const ValidateHttps = require('./src/validators/ValidateHttps')
const ValidatePackageNames = require('./src/validators/ValidatePackageNames')
const ValidateScheme = require('./src/validators/ValidateScheme')

@@ -14,4 +15,5 @@ const ValidateUrl = require('./src/validators/ValidateUrl')

ValidateHttps,
ValidatePackageNames,
ValidateScheme,
ValidateUrl
}

4

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

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

},
"gitHead": "5a9baff8f5f48986aca6f26e354740159ce1546d"
"gitHead": "50d25a29513e366ab7d32254918bb5fd5d12fe51"
}
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