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

@homezen/hz-npm-scripts

Package Overview
Dependencies
Maintainers
2
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@homezen/hz-npm-scripts - npm Package Compare versions

Comparing version 1.0.3 to 1.1.0

scripts/release-public-module.sh

12

package.json
{
"name": "@homezen/hz-npm-scripts",
"version": "1.0.3",
"version": "1.1.0",
"description": "common scripts for node projects",
"publishConfig": {
"access": "restricted"
},
"engines": {

@@ -14,6 +11,7 @@ "node": "^6 || ^7",

"bin": {
"hz-release-private-module": "./scripts/release-private-module.sh"
"hz-release-private-module": "./scripts/release-private-module.sh",
"hz-release-public-module": "./scripts/release-public-module.sh"
},
"scripts": {
"release": "./scripts/release-private-module.sh",
"release": "./scripts/release-public-module.sh",
"test": "echo \"no tests\"",

@@ -30,3 +28,3 @@ "postpublish": "greenkeeper-postpublish"

"author": "spaintrain <mcspainhower+npm@gmail.com>",
"license": "UNLICENSED",
"license": "MIT",
"bugs": {

@@ -33,0 +31,0 @@ "url": "https://github.com/homezen/hz-npm-scripts/issues"

@@ -7,2 +7,2 @@ # hz-npm-scripts

scripts to use for common tasks in npm scripts. available as a private module
scripts to use for common tasks in npm scripts.
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