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

cron-converter

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cron-converter - npm Package Compare versions

Comparing version 0.0.12 to 1.0.0

43

package.json
{
"name": "cron-converter",
"version": "0.0.12",
"version": "1.0.0",
"description": "Cron string converter",
"main": "src/cron.js",
"scripts": {
"test": "gulp test",
"preversion": "gulp && git add --force dist/cron.min.js && git commit -m \"Updated cron.min.js\""
"lint": "yarn jshint && yarn jscs",
"jshint": "jshint -c .jshintrc src test",
"jscs": "jscs -c .jscsrc src test",
"build": "yarn lint && yarn coverage && yarn dist",
"test": "tape test/*",
"coverage": "nyc --reporter lcov tape test/*",
"browserify": "browserify -s Cron -e src/cron.js -o temp/cron.bundle.js",
"uglify": "uglifyjs -o dist/cron.min.js temp/cron.bundle.js",
"dist": "yarn browserify && yarn uglify && yarn clean-temp",
"clean-temp": "rm -rf temp",
"coveralls": "cat coverage/lcov.info | coveralls",
"watch": "nodemon -w src -w test -x yarn test",
"zuul": "zuul -- test/*.js",
"preversion": "yarn build && git add --force dist/cron.min.js && git commit -m \"Updated cron.min.js\""
},

@@ -28,19 +40,12 @@ "keywords": [

"devDependencies": {
"browserify": "~13",
"browserify-shim": "^3.8.11",
"gulp": "^3.9.0",
"gulp-coveralls": "^0.1.4",
"gulp-istanbul": "^0.10.3",
"gulp-jscs": "^3.0.2",
"gulp-jshint": "~2",
"gulp-nodemon": "^2.0.4",
"gulp-sloc": "^1.0.4",
"gulp-tape": "0.0.7",
"gulp-uglify": "^1.5.1",
"browserify": "~16",
"browserify-shim": "^3.8.14",
"coveralls": "^3.0.6",
"isparta": "^4.1.1",
"jscs": "^3.0.7",
"jshint": "~2",
"tap-spec": "^4.1.1",
"tape": "^4.3.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"zuul": "^3.9.0"
"nyc": "^14.1.1",
"tape": "^4.11.0",
"uglify-js": "^3.6.0",
"zuul": "^3.12.0"
},

@@ -47,0 +52,0 @@ "dependencies": {

@@ -6,3 +6,2 @@ # cron-converter

[![MIT License Badge](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/roccivic/cron-converter/blob/master/LICENCE.txt)
![](http://img.shields.io/badge/stability-experimental-orange.svg?style=flat)
[![npm](https://img.shields.io/npm/v/cron-converter.svg)](https://www.npmjs.com/package/cron-converter)

@@ -12,12 +11,4 @@ ![Bower](https://img.shields.io/bower/v/cron-converter.svg)

[![Coverage Status](https://coveralls.io/repos/roccivic/cron-converter/badge.svg?branch=master&service=github)](https://coveralls.io/github/roccivic/cron-converter?branch=master)
[![Dependency Status](https://david-dm.org/roccivic/cron-converter.svg)](https://david-dm.org/roccivic/cron-converter)
[![devDependency Status](https://david-dm.org/roccivic/cron-converter/dev-status.svg)](https://david-dm.org/roccivic/cron-converter#info=devDependencies)
[![Code Climate](https://codeclimate.com/github/roccivic/cron-converter/badges/gpa.svg)](https://codeclimate.com/github/roccivic/cron-converter)
[![Inline docs](http://inch-ci.org/github/roccivic/cron-converter.svg?branch=master)](http://inch-ci.org/github/roccivic/cron-converter)
[![todofy badge](https://todofy.org/b/roccivic/cron-converter)](https://todofy.org/r/roccivic/cron-converter)
[![Saucelabs Test Status](https://saucelabs.com/browser-matrix/cron-converter.svg)](https://saucelabs.com/u/cron-converter)
## Install

@@ -27,2 +18,6 @@

```bash
yarn add cron-converter
```
or
```bash
npm install cron-converter --save

@@ -147,7 +142,6 @@ ```

cd cron-converter
npm install -g gulp
npm install
gulp
yarn install
yarn build
```
Run ```gulp watch``` to continuously run unit tests as you edit the code
Run ```yarn watch``` to continuously run unit tests as you edit the code

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