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.25 to 2.7.26

10

CHANGELOG.md

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

<a name="2.7.26"></a>
## [2.7.26](https://github.com/zkat/pacote/compare/v2.7.25...v2.7.26) (2017-06-01)
### Bug Fixes
* **git:** hash was not being replaced/appended correctly ([6fcbed5](https://github.com/zkat/pacote/commit/6fcbed5))
<a name="2.7.25"></a>

@@ -7,0 +17,0 @@ ## [2.7.25](https://github.com/zkat/pacote/compare/v2.7.24...v2.7.25) (2017-05-31)

4

lib/fetchers/git.js

@@ -53,3 +53,3 @@ 'use strict'

const stream = new PassThrough().on('error', e => { streamError = e })
const cacheName = manifest._uniqueResolved || manifest._resolved
const cacheName = manifest._uniqueResolved || manifest._resolved || ''
const cacheStream = (

@@ -73,3 +73,3 @@ opts.cache &&

if (streamError) { throw streamError }
manifest._resolved = spec.saveSpec.replace(/#.*/, `#${HEAD}`)
manifest._resolved = spec.saveSpec.replace(/(:?#.*)?$/, `#${HEAD}`)
manifest._uniqueResolved = manifest._resolved

@@ -76,0 +76,0 @@ return packDir(manifest, manifest._uniqueResolved, tmp, stream, opts)

{
"name": "pacote",
"version": "2.7.25",
"version": "2.7.26",
"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