Socket
Socket
Sign inDemoInstall

npm-pick-manifest

Package Overview
Dependencies
Maintainers
1
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 1.0.3 to 1.0.4

11

CHANGELOG.md

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

<a name="1.0.4"></a>
## [1.0.4](https://github.com/zkat/npm-pick-manifest/compare/v1.0.3...v1.0.4) (2017-06-29)
### Bug Fixes
* **npa:** bump npa version for bugfixes ([7cdaca7](https://github.com/zkat/npm-pick-manifest/commit/7cdaca7))
* **semver:** use loose semver parsing for *all* ops ([bbc0daa](https://github.com/zkat/npm-pick-manifest/commit/bbc0daa))
<a name="1.0.3"></a>

@@ -7,0 +18,0 @@ ## [1.0.3](https://github.com/zkat/npm-pick-manifest/compare/v1.0.2...v1.0.3) (2017-05-04)

4

index.js

@@ -12,6 +12,6 @@ 'use strict'

if (type === 'version' || type === 'range') {
wanted = semver.clean(wanted) || wanted
wanted = semver.clean(wanted, true) || wanted
}
const distTags = packument['dist-tags'] || {}
const versions = Object.keys(packument.versions || {}).filter(v => semver.valid(v))
const versions = Object.keys(packument.versions || {}).filter(v => semver.valid(v, true))
let err

@@ -18,0 +18,0 @@

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

@@ -31,11 +31,11 @@ "main": "index.js",

"dependencies": {
"npm-package-arg": "^5.0.1",
"npm-package-arg": "^5.1.2",
"semver": "^5.3.0"
},
"devDependencies": {
"nyc": "^10.2.0",
"nyc": "^10.3.2",
"standard": "^9.0.2",
"standard-version": "^4.0.0",
"tap": "^10.3.2",
"weallbehave": "^1.0.0",
"standard-version": "^4.2.0",
"tap": "^10.7.0",
"weallbehave": "^1.2.0",
"weallcontribute": "^1.0.8"

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