Socket
Socket
Sign inDemoInstall

@lerna/write-log-file

Package Overview
Dependencies
Maintainers
2
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lerna/write-log-file - npm Package Compare versions

Comparing version 3.6.0 to 3.11.0

12

CHANGELOG.md

@@ -6,2 +6,14 @@ # Change Log

# [3.11.0](https://github.com/lerna/lerna/compare/v3.10.8...v3.11.0) (2019-02-08)
### Bug Fixes
* **deps:** Explicit npmlog ^4.1.2 ([571c2e2](https://github.com/lerna/lerna/commit/571c2e2))
* **deps:** Remove unused libnpm (replaced by direct sub-packages) ([1caeb28](https://github.com/lerna/lerna/commit/1caeb28))
# [3.6.0](https://github.com/lerna/lerna/compare/v3.5.1...v3.6.0) (2018-12-07)

@@ -8,0 +20,0 @@

6

package.json
{
"name": "@lerna/write-log-file",
"version": "3.6.0",
"version": "3.11.0",
"description": "What lerna uses to dump logs",

@@ -33,6 +33,6 @@ "keywords": [

"dependencies": {
"libnpm": "^2.0.1",
"npmlog": "^4.1.2",
"write-file-atomic": "^2.3.0"
},
"gitHead": "8cc3196014f6fe8c9b41477b975c527d017a3daf"
"gitHead": "45a05acf2d52a46f553fc1efadf9a32312aca82b"
}

@@ -5,3 +5,3 @@ "use strict";

const path = require("path");
const log = require("libnpm/log");
const log = require("npmlog");
const writeFileAtomic = require("write-file-atomic");

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