Socket
Socket
Sign inDemoInstall

pacote

Package Overview
Dependencies
Maintainers
1
Versions
221
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pacote - npm Package Compare versions

Comparing version 2.7.21 to 2.7.22

10

CHANGELOG.md

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

<a name="2.7.22"></a>
## [2.7.22](https://github.com/zkat/pacote/compare/v2.7.21...v2.7.22) (2017-05-31)
### Bug Fixes
* **git:** accept shortened git hashes (#91) ([4466388](https://github.com/zkat/pacote/commit/4466388))
<a name="2.7.21"></a>

@@ -7,0 +17,0 @@ ## [2.7.21](https://github.com/zkat/pacote/compare/v2.7.20...v2.7.21) (2017-05-25)

4

lib/fetchers/git.js

@@ -128,4 +128,4 @@ 'use strict'

_rawRef: rawRef,
_resolved: rawRef.match(/^[a-f0-9]{40}$/) && resolved,
_uniqueResolved: rawRef.match(/^[a-f0-9]{40}$/) && resolved
_resolved: rawRef.match(/^[a-f0-9]$/) && resolved,
_uniqueResolved: rawRef.match(/^[a-f0-9]$/) && resolved
}

@@ -132,0 +132,0 @@ }

{
"name": "pacote",
"version": "2.7.21",
"version": "2.7.22",
"description": "JavaScript package downloader",

@@ -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