Socket
Socket
Sign inDemoInstall

cmd.js

Package Overview
Dependencies
0
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.0 to 0.1.1

7

gulpfile.js

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

'use strict';
var gulp = require('gulp');
var watch = require('gulp-watch');
var concat = require('gulp-concat');

@@ -11,3 +12,3 @@ var jshint = require('gulp-jshint');

.pipe(jshint())
.pipe(concat('cmd.lib.js'))
.pipe(concat('cmd.lib.js'))
.pipe(gulp.dest('./build'));

@@ -20,3 +21,3 @@ });

return gulp.src(readme)
.pipe(concat('README.md'))
.pipe(concat('README.md'))
.pipe(gulp.dest('.'));

@@ -23,0 +24,0 @@ });

{
"name": "cmd.js",
"version": "0.1.0",
"version": "0.1.1",
"description": "A chainable utility toolkit for JavaScript.",

@@ -16,3 +16,2 @@ "main": "index.js",

"gulp-remember": "^0.2.1",
"gulp-watch": "^1.1.0",
"istanbul": "^0.3.5",

@@ -19,0 +18,0 @@ "jscs": "^1.10.0",

@@ -75,5 +75,5 @@ # cmd.js

Installation is done with `npm install` or `make install` for convenience.
Development dependencies can be installed with `npm install` or `make install` for convenience.
Testing is accomplished with mocha, and can be run with `npm test` or `make test`. There's also a handy `make test-watch` to see live test results during development.
Testing is accomplished with [mocha](http://mochajs.org/), and can be run with `npm test` or `make test`. There's also a handy `make test-watch` to see live test results during development.

@@ -80,0 +80,0 @@ This project is built with [gulp](http://gulpjs.com/). Make all changes/additions in `src/lib/*.js` while running `make build-watch` from the command line.

@@ -75,5 +75,5 @@ # cmd.js

Installation is done with `npm install` or `make install` for convenience.
Development dependencies can be installed with `npm install` or `make install` for convenience.
Testing is accomplished with mocha, and can be run with `npm test` or `make test`. There's also a handy `make test-watch` to see live test results during development.
Testing is accomplished with [mocha](http://mochajs.org/), and can be run with `npm test` or `make test`. There's also a handy `make test-watch` to see live test results during development.

@@ -80,0 +80,0 @@ This project is built with [gulp](http://gulpjs.com/). Make all changes/additions in `src/lib/*.js` while running `make build-watch` from the command line.

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc