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

meteor-husky

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

meteor-husky - npm Package Compare versions

Comparing version 0.14.4 to 0.14.5

2

package.json
{
"name": "meteor-husky",
"version": "0.14.4",
"version": "0.14.5",
"description": "Husky for the Meteor framework. Prevents bad commit or push (git hooks, pre-commit/precommit, pre-push/prepush, post-merge/postmerge and all that stuff...)",

@@ -5,0 +5,0 @@ "engines": {

@@ -49,3 +49,3 @@ 'use strict'

# nvm path with standard installation
load_nvm ${home}/.nvm`
# load_nvm ${home}/.nvm`
)

@@ -101,4 +101,4 @@ )

# Check that npm exists
command_exists npm || {
echo >&2 "meteor-husky > can't find npm in PATH, skipping ${npmScriptName} script in package.json"
command_exists meteor || {
echo >&2 "meteor-husky > can't find meteor in PATH, skipping ${npmScriptName} script in package.json"
exit 0

@@ -111,3 +111,3 @@ }

# Run npm script
echo "meteor-husky > meteor npm run -s ${npmScriptName} (node \`node -v\`)"
echo "meteor-husky > meteor npm run -s ${npmScriptName} (meteor node \`meteor node -v\`)"
echo

@@ -114,0 +114,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