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

@octorelease/lerna

Package Overview
Dependencies
Maintainers
2
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@octorelease/lerna - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

4

lib/version.js

@@ -46,2 +46,3 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
const fs = __importStar(require("fs"));
const path = __importStar(require("path"));

@@ -54,3 +55,4 @@ const utils = __importStar(require("./utils"));

yield utils.lernaVersion(context.version.new);
context.changedFiles.push("lerna.json", "package.json", "package-lock.json");
const lockfilePath = fs.existsSync("npm-shrinkwrap.json") ? "npm-shrinkwrap.json" : "package-lock.json";
context.changedFiles.push("lerna.json", "package.json", lockfilePath);
for (const { location } of packageInfo) {

@@ -57,0 +59,0 @@ const relLocation = path.relative(process.cwd(), location);

{
"name": "@octorelease/lerna",
"version": "0.1.2",
"version": "0.1.3",
"description": "Octorelease plugin to perform actions related to NPM for Lerna monorepo.",

@@ -32,3 +32,3 @@ "main": "lib/index.js",

"@actions/exec": "^1.1.0",
"@octorelease/npm": "^0.1.2"
"@octorelease/npm": "^0.1.3"
},

@@ -35,0 +35,0 @@ "devDependencies": {

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