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

cz-jira-smart-commit

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cz-jira-smart-commit - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

2

index.js

@@ -51,2 +51,4 @@ // This can be any kind of SystemJS compatible module.

return 'Workflows cannot have spaces in smart commits. If your workflow name has a space, use a dash (-)';
} else {
return true;
}

@@ -53,0 +55,0 @@ }

11

package.json
{
"name": "cz-jira-smart-commit",
"version": "1.0.1",
"version": "1.0.2",
"description": "A commitizen adapter for Jira smart commits",

@@ -8,3 +8,6 @@ "main": "index.js",

"start": "nodemon --exec \"npm run test\"",
"test": "mocha index.test --compilers js:babel/register"
"test": "mocha index.test --compilers js:babel/register",
"release": "npm run test && with-package git commit -am pkg.version && with-package git tag pkg.version && git push && npm publish && git push --tags",
"release:beta": "npm run release && npm run tag:beta",
"tag:beta": "with-package npm dist-tag add pkg.name@pkg.version beta"
},

@@ -33,5 +36,5 @@ "repository": {

"sinon": "1.15.4",
"sinon-chai": "2.8.0"
"sinon-chai": "2.8.0",
"with-package": "0.2.0"
}
}

Sorry, the diff of this file is not supported yet

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