Socket
Socket
Sign inDemoInstall

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.1.4 to 1.1.5

7

CHANGELOG.md

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

## [1.1.5](https://github.com/Airfooox/cron-validate/compare/v1.1.4...v1.1.5) (2020-07-14)
### Bug Fixes
* fix require().default for non-es modules ([2b0eb95](https://github.com/Airfooox/cron-validate/commit/2b0eb9523d66c168e7de00a298a87541796bda0c)), closes [#69](https://github.com/Airfooox/cron-validate/issues/69)
## [1.1.4](https://github.com/Airfooox/cron-validate/compare/v1.1.3...v1.1.4) (2020-05-31)

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

1

lib/index.js

@@ -88,1 +88,2 @@ "use strict";

exports.default = cron;
module.exports = cron;

2

lib/option.js

@@ -17,3 +17,3 @@ "use strict";

var result = {};
if (mod != null) for (var k in mod) if (Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
if (mod != null) for (var k in mod) if (k !== "default" && Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
__setModuleDefault(result, mod);

@@ -20,0 +20,0 @@ return result;

{
"name": "cron-validate",
"version": "1.1.4",
"version": "1.1.5",
"description": "cron-validate is a cron-expression validator written in TypeScript.",

@@ -83,19 +83,19 @@ "scripts": {

"@semantic-release/git": "9.0.0",
"@types/jest": "25.2.3",
"@types/node": "13.13.9",
"@types/yup": "0.29.1",
"@typescript-eslint/eslint-plugin": "3.0.2",
"@typescript-eslint/parser": "3.0.2",
"@types/jest": "26.0.4",
"@types/node": "13.13.14",
"@types/yup": "0.29.3",
"@typescript-eslint/eslint-plugin": "3.6.1",
"@typescript-eslint/parser": "3.6.1",
"env-cmd": "10.1.0",
"eslint": "7.1.0",
"eslint-config-airbnb-base": "14.1.0",
"eslint": "7.4.0",
"eslint-config-airbnb-base": "14.2.0",
"eslint-config-prettier": "6.11.0",
"eslint-plugin-import": "2.20.2",
"jest": "26.0.1",
"eslint-plugin-import": "2.22.0",
"jest": "26.1.0",
"nodemon": "2.0.4",
"prettier": "2.0.5",
"semantic-release": "17.0.8",
"ts-jest": "26.1.0",
"semantic-release": "17.1.1",
"ts-jest": "26.1.2",
"ts-node": "8.10.2",
"typescript": "3.9.3"
"typescript": "3.9.6"
},

@@ -102,0 +102,0 @@ "dependencies": {

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