Socket
Socket
Sign inDemoInstall

semantic-release-cli

Package Overview
Dependencies
668
Maintainers
4
Versions
80
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.4.4 to 5.4.5

5

bin/semantic-release.js
#!/usr/bin/env node
/* eslint-disable import/no-unassigned-import */
require('babel-register')({only: 'semantic-release-cli/src'});
require('babel-polyfill');
require('@babel/register')({only: 'semantic-release-cli/src'});
require('@babel/polyfill');

@@ -6,0 +5,0 @@ require('../src')().catch(() => {

18

package.json
{
"name": "semantic-release-cli",
"description": "setup automated semver compliant package publishing",
"version": "5.4.4",
"version": "5.4.5",
"author": "Christoph Witzko <npm@christophwitzko.com> (http://christophwitzko.com)",
"ava": {
"require": [
"babel-register",
"babel-polyfill"
"@babel/register",
"@babel/polyfill"
]

@@ -15,3 +15,3 @@ },

[
"env",
"@babel/preset-env",
{

@@ -29,5 +29,5 @@ "targets": {

"dependencies": {
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-register": "^6.26.0",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.23.5",
"@babel/register": "^7.22.15",
"base32": "0.0.6",

@@ -56,3 +56,3 @@ "clipboardy": "^2.0.0",

"user-home": "^2.0.0",
"validator": "^12.0.0"
"validator": "^13.7.0"
},

@@ -63,3 +63,3 @@ "devDependencies": {

"rimraf": "^3.0.0",
"semantic-release": "^15.2.0",
"semantic-release": "^19.0.3",
"xo": "^0.29.0"

@@ -66,0 +66,0 @@ },

# semantic-release-cli
[![Build Status](https://github.com/semantic-release/cli/workflows/Test/badge.svg)](https://github.com/semantic-release/cli/actions?query=workflow%3ATest+
[![Build Status](https://github.com/semantic-release/cli/workflows/Test/badge.svg)](https://github.com/semantic-release/cli/actions?query=workflow%3ATest+)

@@ -5,0 +5,0 @@ ## Install

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc