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.1.0 to 1.2.0

10

CHANGELOG.md

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

<a name="1.2.0"></a>
# [1.2.0](https://github.com/npm/libnpm/compare/v1.1.0...v1.2.0) (2018-11-07)
### Features
* **log:** add npmlog to the bundle ([c20abd1](https://github.com/npm/libnpm/commit/c20abd1))
<a name="1.1.0"></a>

@@ -7,0 +17,0 @@ # [1.1.0](https://github.com/npm/libnpm/compare/v1.0.0...v1.1.0) (2018-11-07)

3

index.js

@@ -28,3 +28,4 @@ 'use strict'

unpublish: require('libnpmpublish').unpublish,
runScript: require('npm-lifecycle')
runScript: require('npm-lifecycle'),
log: require('npmlog')
}
{
"name": "libnpm",
"version": "1.1.0",
"version": "1.2.0",
"description": "Collection of programmatic APIs for the npm CLI",

@@ -43,2 +43,3 @@ "main": "index.js",

"npm-registry-fetch": "^3.3.0",
"npmlog": "^4.1.2",
"pacote": "^9.1.0",

@@ -45,0 +46,0 @@ "read-package-json": "^2.0.13",

@@ -43,2 +43,3 @@ # libnpm

* [`runScript`](https://www.npmjs.com/package/npm-lifecycle)
* [`log`](https://npm.im/npmlog)
* [`fetch`](https://npm.im/npm-registry-fetch) (plain ol' client for registry interaction)

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