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.0.0 to 3.6.0

11

CHANGELOG.md

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

# [3.6.0](https://github.com/lerna/lerna/compare/v3.5.1...v3.6.0) (2018-12-07)
### Features
* Migrate existing usage to libnpm ([0d3a786](https://github.com/lerna/lerna/commit/0d3a786)), closes [#1767](https://github.com/lerna/lerna/issues/1767)
<a name="3.0.0"></a>

@@ -8,0 +19,0 @@ # [3.0.0](https://github.com/lerna/lerna/compare/v3.0.0-rc.0...v3.0.0) (2018-08-10)

6

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

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

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

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

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

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

Sorry, the diff of this file is not supported yet

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