New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

lerna-publisher

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lerna-publisher - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

2

cjs/publish_lerna.js

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

for (const entry of packages) {
console.log('Checking package: ' + entry.locatio);
console.log('Checking package: ' + entry.location);
await publishIfRequired(entry.location, entry.package);

@@ -46,0 +46,0 @@ retVal = true;

{
"name": "lerna-publisher",
"description": "Utility to publish lerna/yarn/workspace types of packages from ci to npm",
"version": "1.0.2",
"version": "1.0.3",
"main": "cjs/index.js",

@@ -6,0 +6,0 @@ "bin": {

@@ -37,3 +37,3 @@ import * as semver from 'semver'

for (const entry of packages) {
console.log('Checking package: ' + entry.locatio)
console.log('Checking package: ' + entry.location)
await publishIfRequired(entry.location, entry.package)

@@ -40,0 +40,0 @@ retVal = true

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