Socket
Socket
Sign inDemoInstall

cronstrue

Package Overview
Dependencies
Maintainers
1
Versions
194
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cronstrue - npm Package Compare versions

Comparing version 0.1.4 to 0.1.5

dist/i18n/allLocales.d.ts

6

package.json
{
"name": "cronstrue",
"version": "0.1.4",
"version": "0.1.5",
"description": "Convert cron expressions into human readable descriptions",

@@ -49,5 +49,5 @@ "author": "Brady Holt",

"test": "./node_modules/.bin/mocha --reporter spec",
"build_dist": "rm -rf ./dist && webpack && mv ./dist/src/* ./dist/ && rm -rf ./dist/*/",
"build_dist": "rm -rf ./dist && webpack && mv ./dist/src/* ./dist/ && rm -rf ./dist/src",
"prepublish": "npm run build_dist",
"postpublish": "git push --tags",
"postpublish": "git commit -a -m 'New release' && git push --tags",
"publishpatch": "npm version patch && npm publish",

@@ -54,0 +54,0 @@ "publishminor": "npm version minor && npm publish"

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