Socket
Socket
Sign inDemoInstall

npm-pick-manifest

Package Overview
Dependencies
Maintainers
7
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

npm-pick-manifest - npm Package Compare versions

Comparing version 3.0.0 to 3.0.1

10

CHANGELOG.md

@@ -5,2 +5,12 @@ # Change Log

<a name="3.0.1"></a>
## [3.0.1](https://github.com/zkat/npm-pick-manifest/compare/v3.0.0...v3.0.1) (2019-08-28)
### Bug Fixes
* throw 403 for forbidden major/minor versions ([003286e](https://github.com/zkat/npm-pick-manifest/commit/003286e)), closes [#2](https://github.com/zkat/npm-pick-manifest/issues/2)
<a name="3.0.0"></a>

@@ -7,0 +17,0 @@ # [3.0.0](https://github.com/zkat/npm-pick-manifest/compare/v2.2.3...v3.0.0) (2019-08-20)

4

index.js

@@ -99,2 +99,6 @@ 'use strict'

if (!target && restrictedVersions) {
target = semver.maxSatisfying(restrictedVersions, wanted, true)
}
const manifest = (

@@ -101,0 +105,0 @@ target &&

2

package.json
{
"name": "npm-pick-manifest",
"version": "3.0.0",
"version": "3.0.1",
"description": "Resolves a matching manifest from a package metadata document according to standard npm semver resolution rules.",

@@ -5,0 +5,0 @@ "main": "index.js",

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