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

@rimac-technology/semantic-release-monorepo

Package Overview
Dependencies
Maintainers
0
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rimac-technology/semantic-release-monorepo - npm Package Compare versions

Comparing version 1.2.3 to 1.2.4

12

dist/cli.js
#!/usr/bin/env node
// src/cli.ts
import { createRequire } from "module";
import { createRequire } from "node:module";
import { cosmiconfig } from "cosmiconfig";

@@ -15,6 +15,6 @@ import meow from "meow";

// src/utils.ts
import { execSync } from "child_process";
import { EOL } from "os";
import { dirname, extname, normalize, sep } from "path";
import { cwd } from "process";
import { execSync } from "node:child_process";
import { EOL } from "node:os";
import { dirname, extname, normalize, sep } from "node:path";
import { cwd } from "node:process";
import memize from "memize";

@@ -136,3 +136,3 @@ var memoizedIsPathWithin = memize((path, childPath) => {

// src/stream.ts
import { WriteStream } from "tty";
import { WriteStream } from "node:tty";
var VoidStream = class extends WriteStream {

@@ -139,0 +139,0 @@ write() {

{
"name": "@rimac-technology/semantic-release-monorepo",
"version": "1.2.3",
"version": "1.2.4",
"description": "Enhanced semantic-release by enabling simplified and automatic package publishing in multi-package repositories",

@@ -73,15 +73,15 @@ "keywords": [

"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^11.0.0",
"@semantic-release/github": "^11.0.1",
"@semantic-release/npm": "^12.0.1",
"@semantic-release/release-notes-generator": "^14.0.1",
"@types/node": "^20.16.13",
"@types/node": "^20.17.6",
"@types/signale": "^1.4.7",
"commitizen": "^4.3.1",
"conventional-changelog-conventionalcommits": "^8.0.0",
"cspell": "^8.15.4",
"cspell": "^8.16.0",
"husky": "^9.1.6",
"pinst": "^3.0.0",
"semantic-release": "^24.1.3",
"tsup": "^8.3.0",
"turbo": "^2.2.1",
"semantic-release": "^24.2.0",
"tsup": "^8.3.5",
"turbo": "^2.2.3",
"typescript": "^5.6.3"

@@ -88,0 +88,0 @@ },

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