🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

gulp-jdists

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gulp-jdists - npm Package Compare versions

Comparing version
0.0.5
to
2.0.0
+3
-2
lib/gulp-jdists.js

@@ -7,4 +7,4 @@ /**

* zswang (http://weibo.com/zswang)
* @version 0.0.5
* @date 2016-02-17
* @version 2.0.0
* @date 2016-11-14
*/

@@ -46,2 +46,3 @@ var jdists = require('jdists');

config: options.config,
clean: options.clean,
fromString: true,

@@ -48,0 +49,0 @@ path: file.path

+3
-3
{
"name": "gulp-jdists",
"version": "0.0.5",
"version": "2.0.0",
"description": "Code block processing tools",

@@ -33,3 +33,3 @@ "main": "index.js",

"through2": "^2.0.0",
"jdists": "^1.3.5"
"jdists": "^2.0.0"
},

@@ -39,3 +39,3 @@ "scripts": {

"lint": "jshint src/*.js",
"dist": "jdists src/gulp-jdists.js -o lib/gulp-jdists.js"
"dist": "jdists src/gulp-jdists.js -o lib/gulp-jdists.js && npm run test"
},

@@ -42,0 +42,0 @@ "files": [