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

@autorelease/auto-single-package

Package Overview
Dependencies
Maintainers
2
Versions
97
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@autorelease/auto-single-package - npm Package Compare versions

Comparing version 0.0.20-next.0 to 0.0.20-next.1

7

cherry.js

@@ -48,3 +48,8 @@ /* eslint-disable import/no-extraneous-dependencies */

auto.logger.log.info("Cherry picking the commit...");
await execPromise("git", ["cherry-pick", "-m", commitToCherryPick]);
await execPromise("git", [
"cherry-pick",
commitToCherryPick,
"-m",
1,
]);
auto.logger.log.info("Pushing the new commit...");

@@ -51,0 +56,0 @@ await execPromise("git", ["push", auto.remote, auto.baseBranch]);

2

package.json
{
"name": "@autorelease/auto-single-package",
"version": "0.0.20-next.0",
"version": "0.0.20-next.1",
"author": "Andrew Lisowski <lisowski54@gmail.com>",

@@ -5,0 +5,0 @@ "license": "MIT",

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