Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@lerna/publish

Package Overview
Dependencies
Maintainers
2
Versions
147
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lerna/publish - npm Package Compare versions

Comparing version 3.2.1 to 3.3.0

17

CHANGELOG.md

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

<a name="3.3.0"></a>
# [3.3.0](https://github.com/lerna/lerna/compare/v3.2.1...v3.3.0) (2018-09-06)
### Bug Fixes
* **describe-ref:** Fallback refCount is the number of commits since beginning of repository ([6dfea52](https://github.com/lerna/lerna/commit/6dfea52))
### Features
* **deps:** Upgrade fs-extra to ^7.0.0 ([042b1a3](https://github.com/lerna/lerna/commit/042b1a3))
<a name="3.2.1"></a>

@@ -8,0 +25,0 @@ ## [3.2.1](https://github.com/lerna/lerna/compare/v3.2.0...v3.2.1) (2018-08-28)

2

index.js

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

})
.then(({ lastVersion = pkg.version, refCount = 1, sha }) =>
.then(({ lastVersion = pkg.version, refCount, sha }) =>
// an unpublished package will have no reachable git tag

@@ -236,0 +236,0 @@ makeVersion({ lastVersion, refCount, sha })

{
"name": "@lerna/publish",
"version": "3.2.1",
"version": "3.3.0",
"description": "Publish packages in the current project",

@@ -36,17 +36,17 @@ "keywords": [

"@lerna/batch-packages": "^3.1.2",
"@lerna/check-working-tree": "^3.1.0",
"@lerna/child-process": "^3.0.0",
"@lerna/collect-updates": "^3.1.0",
"@lerna/command": "^3.1.3",
"@lerna/describe-ref": "^3.1.0",
"@lerna/check-working-tree": "^3.3.0",
"@lerna/child-process": "^3.3.0",
"@lerna/collect-updates": "^3.3.0",
"@lerna/command": "^3.3.0",
"@lerna/describe-ref": "^3.3.0",
"@lerna/get-npm-exec-opts": "^3.0.0",
"@lerna/npm-dist-tag": "^3.0.0",
"@lerna/npm-publish": "^3.2.0",
"@lerna/npm-dist-tag": "^3.3.0",
"@lerna/npm-publish": "^3.3.0",
"@lerna/output": "^3.0.0",
"@lerna/prompt": "^3.0.0",
"@lerna/run-lifecycle": "^3.2.0",
"@lerna/run-lifecycle": "^3.3.0",
"@lerna/run-parallel-batches": "^3.0.0",
"@lerna/validation-error": "^3.0.0",
"@lerna/version": "^3.2.0",
"fs-extra": "^6.0.1",
"@lerna/version": "^3.3.0",
"fs-extra": "^7.0.0",
"npm-package-arg": "^6.0.0",

@@ -60,3 +60,3 @@ "npmlog": "^4.1.2",

},
"gitHead": "da1763cbd07e73ece563061a9086b9205063ffc3"
"gitHead": "901e6d54a47151dfed3d6ed2912804b97d05c6b5"
}

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