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

hbsutil

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hbsutil - npm Package Compare versions

Comparing version 0.2.0 to 0.3.0

6

package.json
{
"name": "hbsutil",
"version": "0.2.0",
"version": "0.3.0",
"description": "Small command line utility for build-time processing of handlebars templates",

@@ -11,4 +11,4 @@ "main": "hbsutil.js",

"lint": "jshint --show-non-errors hbsutil.js",
"preversion": "git checkout master && git pull && npm run lint",
"postversion": "git push && git push --tags && npm publish && git checkout develop",
"preversion": "git checkout master && git pull && git merge develop && npm run lint",
"postversion": "git push && git push --tags && npm publish && git checkout develop && git merge master && git push",
"test": "echo \"Error: no test specified\" && exit 1"

@@ -15,0 +15,0 @@ },

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