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.0 to 1.0.1

10

CHANGELOG.md

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

<a name="1.0.1"></a>
## [1.0.1](https://github.com/zkat/npm-pick-manifest/compare/v1.0.0...v1.0.1) (2017-04-24)
### Bug Fixes
* **deps:** forgot to add semver ([1876f4f](https://github.com/zkat/npm-pick-manifest/commit/1876f4f))
<a name="1.0.0"></a>

@@ -7,0 +17,0 @@ # 1.0.0 (2017-04-24)

3

index.js

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

if (!target && wanted === '*') {
// npm hard-codes `latest` here, but it's likely intended
// to be `defaultTag`.
//
// This specific corner is meant for the case where

@@ -55,0 +52,0 @@ // someone is using `*` as a selector, but all versions

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

@@ -31,3 +31,4 @@ "main": "index.js",

"dependencies": {
"npm-package-arg": "^5.0.1"
"npm-package-arg": "^5.0.1",
"semver": "^5.3.0"
},

@@ -34,0 +35,0 @@ "devDependencies": {

@@ -55,2 +55,3 @@ # npm-pick-manifest [![npm version](https://img.shields.io/npm/v/npm-pick-manifest.svg)](https://npm.im/npm-pick-manifest) [![license](https://img.shields.io/npm/l/npm-pick-manifest.svg)](https://npm.im/npm-pick-manifest) [![Travis](https://img.shields.io/travis/zkat/npm-pick-manifest.svg)](https://travis-ci.org/zkat/npm-pick-manifest) [![AppVeyor](https://ci.appveyor.com/api/projects/status/github/zkat/npm-pick-manifest?svg=true)](https://ci.appveyor.com/project/zkat/npm-pick-manifest) [![Coverage Status](https://coveralls.io/repos/github/zkat/npm-pick-manifest/badge.svg?branch=latest)](https://coveralls.io/github/zkat/npm-pick-manifest?branch=latest)

{
name: 'some-package',
'dist-tags': {

@@ -57,0 +58,0 @@ foo: '1.0.1'

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