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

cron-validate

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cron-validate - npm Package Compare versions

Comparing version 1.4.0 to 1.4.1

7

CHANGELOG.md

@@ -0,1 +1,8 @@

## [1.4.1](https://github.com/Airfooox/cron-validate/compare/v1.4.0...v1.4.1) (2020-11-21)
### Bug Fixes
* **deps:** update dependency yup to v0.30.0 ([#140](https://github.com/Airfooox/cron-validate/issues/140)) ([5679b0f](https://github.com/Airfooox/cron-validate/commit/5679b0f0310487e98c028444d9f2ca91d87c57fa))
# [1.4.0](https://github.com/Airfooox/cron-validate/compare/v1.3.1...v1.4.0) (2020-10-25)

@@ -2,0 +9,0 @@

28

package.json
{
"name": "cron-validate",
"version": "1.4.0",
"version": "1.4.1",
"description": "cron-validate is a cron-expression validator written in TypeScript.",

@@ -84,22 +84,22 @@ "scripts": {

"@types/jest": "26.0.15",
"@types/node": "13.13.28",
"@types/yup": "0.29.8",
"@typescript-eslint/eslint-plugin": "4.5.0",
"@typescript-eslint/parser": "4.5.0",
"@types/node": "13.13.32",
"@types/yup": "0.29.9",
"@typescript-eslint/eslint-plugin": "4.8.1",
"@typescript-eslint/parser": "4.8.1",
"env-cmd": "10.1.0",
"eslint": "7.12.0",
"eslint-config-airbnb-base": "14.2.0",
"eslint-config-prettier": "6.14.0",
"eslint": "7.14.0",
"eslint-config-airbnb-base": "14.2.1",
"eslint-config-prettier": "6.15.0",
"eslint-plugin-import": "2.22.1",
"jest": "26.6.1",
"jest": "26.6.3",
"nodemon": "2.0.6",
"prettier": "2.1.2",
"semantic-release": "17.2.1",
"ts-jest": "26.4.2",
"prettier": "2.2.0",
"semantic-release": "17.2.4",
"ts-jest": "26.4.4",
"ts-node": "9.0.0",
"typescript": "4.0.3"
"typescript": "4.1.2"
},
"dependencies": {
"yup": "0.29.3"
"yup": "0.30.0"
}
}

@@ -0,0 +0,0 @@ # cron-validate

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