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

croner

Package Overview
Dependencies
Maintainers
1
Versions
228
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

croner - npm Package Compare versions

Comparing version 1.1.26 to 1.1.27

dist/croner.min.js

2

index.js

@@ -1,4 +0,4 @@

var croner = require("./lib/croner.js");
var croner = require("./src/croner.js");
module.exports = croner;
module.exports.Cron = croner;
{
"name": "croner",
"version": "1.1.26",
"version": "1.1.27",
"description": "Isomorphic JavaScript cron parser and scheduler.",

@@ -15,9 +15,9 @@ "author": "Hexagon <github.com/hexagon>",

"test:mocha": "mocha",
"test:lint": "eslint ./lib/croner.js",
"test:lint:fix": "eslint --fix ./lib/croner.js"
"test:lint": "eslint ./src/croner.js",
"test:lint:fix": "eslint --fix ./src/croner.js",
"build": "npm run test:lint && webpack && npm run test:mocha"
},
"main": "index.js",
"type": "commonjs",
"module": "index.mjs",
"browser": "./lib/croner.min.js",
"browser": "./dist/croner.min.js",
"module": "./dist/croner.min.mjs",
"repository": {

@@ -41,5 +41,7 @@ "type": "git",

"mocha": "*",
"should": "*"
"should": "*",
"webpack": "^5.56.1",
"webpack-cli": "^4.8.0"
},
"license": "MIT"
}

Sorry, the diff of this file is not supported yet

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