Socket
Socket
Sign inDemoInstall

libnpm

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

libnpm - npm Package Compare versions

Comparing version 1.4.0 to 1.5.0

10

CHANGELOG.md

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

<a name="1.5.0"></a>
# [1.5.0](https://github.com/npm/libnpm/compare/v1.4.0...v1.5.0) (2018-11-26)
### Features
* **pacote:** minimal requires for pacote-related APIs ([e19ce11](https://github.com/npm/libnpm/commit/e19ce11))
<a name="1.4.0"></a>

@@ -7,0 +17,0 @@ # [1.4.0](https://github.com/npm/libnpm/compare/v1.3.0...v1.4.0) (2018-11-13)

2

extract.js
'use strict'
module.exports = require('pacote').extract
module.exports = require('pacote/extract')
'use strict'
module.exports = require('pacote').manifest
module.exports = require('pacote/manifest')
{
"name": "libnpm",
"version": "1.4.0",
"version": "1.5.0",
"description": "Collection of programmatic APIs for the npm CLI",

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

'use strict'
module.exports = require('pacote').packument
module.exports = require('pacote/packument')
'use strict'
module.exports = require('pacote').tarball
module.exports = require('pacote/tarball')
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