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

@mihanizm56/deploy-tag

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mihanizm56/deploy-tag - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

8

package.json
{
"name": "@mihanizm56/deploy-tag",
"version": "0.0.1",
"version": "0.0.2",
"description": "util for tagging commits and pushing it",

@@ -8,4 +8,4 @@ "scripts": {

"commit": "git add . && git commit --no-edit",
"release": "npm link && npm run commit && git push && npm publish --access=public",
"beta": "npm link && npm run commit && git push && npm publish --tag beta --access=public"
"release": "npm run commit && git push && npm publish --access=public",
"beta": "npm run commit && git push && npm publish --tag beta --access=public"
},

@@ -52,3 +52,3 @@ "license": "MIT",

},
"bin": "lib/index.js"
"bin": "node lib/index.js"
}
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