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

@holisticon/nativescript-buildhelper

Package Overview
Dependencies
Maintainers
2
Versions
226
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@holisticon/nativescript-buildhelper - npm Package Compare versions

Comparing version 0.3.1-develop-58 to 0.3.1-develop-59

5

package.json
{
"name": "@holisticon/nativescript-buildhelper",
"version": "0.3.1-develop-58",
"version": "0.3.1-develop-59",
"description": "Basic NPM package for helping on automate releasing of NativeScript Apps",

@@ -27,5 +27,6 @@ "bin": {

"release:patch": "npm run release:pre && npm version patch && npm run release:post && git push origin && git push origin --tags && npm run version-and-push",
"version-and-push": "git push origin && git push origin --tags && git push && npm publish",
"merge-and-publish:pre": "git checkout master && git merge develop",
"merge-and-publish": "mv ../README.md .&& mv ../LICENSE . && npm publish && git reset --hard && git clean -f",
"merge-and-publish:post": "git checkout master && git merge develop"
"merge-and-publish:post": "git checkout develop"
},

@@ -32,0 +33,0 @@ "dependencies": {

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