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.4 to 0.0.5

2

gulpfile.js

@@ -50,3 +50,3 @@ var browserify = require('browserify');

.bundle()
.pipe(source('bundle.js'))
.pipe(source('cron.min.js'))
.pipe(buffer())

@@ -53,0 +53,0 @@ .pipe(uglify())

{
"name": "cron-converter",
"version": "0.0.4",
"version": "0.0.5",
"description": "Cron string converter",
"main": "src/cron.js",
"scripts": {
"test": "gulp test"
"test": "gulp test",
"preversion": "gulp && git add --force dist/cron.min.js && git commit -m \"Updated cron.min.js\""
},

@@ -9,0 +10,0 @@ "keywords": [

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

[![npm](https://img.shields.io/npm/v/cron-converter.svg)](https://www.npmjs.com/package/cron-converter)
[![Bower](https://img.shields.io/bower/v/cron-converter.svg)]()
[![MIT License Badge](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/roccivic/cron-converter/blob/master/LICENCE.txt)
[![Build Status](https://travis-ci.org/roccivic/cron-converter.svg)](https://travis-ci.org/roccivic/cron-converter)

@@ -11,6 +15,6 @@ [![Coverage Status](https://coveralls.io/repos/roccivic/cron-converter/badge.svg?branch=master&service=github)](https://coveralls.io/github/roccivic/cron-converter?branch=master)

[![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)
[![Issue Count](https://codeclimate.com/github/roccivic/cron-converter/badges/issue_count.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)
[![MIT License Badge](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/roccivic/cron-converter/blob/master/LICENCE.txt)

@@ -23,2 +27,8 @@ ## Install

or
```bash
bower install cron-converter --save
```
## Use

@@ -25,0 +35,0 @@

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