Socket
Socket
Sign inDemoInstall

packrel

Package Overview
Dependencies
0
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.9 to 1.0.10

10

index.js

@@ -11,4 +11,8 @@ #! /usr/bin/env node

execSync(`npm version ${releaseType}`, execSyncOptions)
execSync('git push origin master --tags', execSyncOptions)
execSync('npm publish', execSyncOptions)
[
`npm version ${releaseType}`,
'git push origin master --tags',
'npm publish'
].forEach((cmd) => {
console.log(execSync(cmd, execSyncOptions));
});
{
"name": "packrel",
"version": "1.0.9",
"version": "1.0.10",
"description": "Easy, cross-os npm and git semver-based version release from the commandline",

@@ -5,0 +5,0 @@ "main": "index.js",

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