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

@balazsorban/monorepo-release

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@balazsorban/monorepo-release - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

1

dist/analyze.js

@@ -36,2 +36,3 @@ import { debug, pkgJson, execSync } from "./utils.js";

console.log("Identifying commits since the latest tag...");
// TODO: Allow passing in a range of commits to analyze and print the changelog
const range = `${latestTag}..HEAD`;

@@ -38,0 +39,0 @@ // Get the commits since the latest tag

2

dist/publish.js

@@ -72,3 +72,3 @@ import { debug, pkgJson, execSync } from "./utils.js";

}
return changelog;
return changelog.replace(/'/g, "'\\''");
}

@@ -75,0 +75,0 @@ function sortByScope(commits) {

{
"name": "@balazsorban/monorepo-release",
"version": "0.0.4",
"version": "0.0.5",
"description": "Similar to `semantic-release`, but for monorepos.",

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

@@ -1,2 +0,2 @@

# @balazsorban44/monorepo-release
# @balazsorban/monorepo-release

@@ -7,2 +7,2 @@ TODO

- NextAuth.js (https://github.com/nextauthjs/next-auth)
- NextAuth.js (https://github.com/nextauthjs/next-auth)
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