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

jdists

Package Overview
Dependencies
Maintainers
1
Versions
102
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jdists - npm Package Compare versions

Comparing version
2.2.3
to
2.2.4
+2
-2
lib/jdists.js

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

* zswang (http://weibo.com/zswang)
* @version 2.2.3
* @date 2018-05-30
* @version 2.2.4
* @date 2018-08-18
*/

@@ -11,0 +11,0 @@ var fs = require('fs');

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

* zswang (http://weibo.com/zswang)
* @version 2.2.3
* @date 2018-05-30
* @version 2.2.4
* @date 2018-08-18
*/

@@ -568,3 +568,3 @@ var colors = require('colors');

if (!selector) {
return fs.readFileSync(file);
return String(fs.readFileSync(file));
}

@@ -571,0 +571,0 @@ else {

{
"name": "jdists",
"version": "2.2.3",
"version": "2.2.4",
"description": "Code block processing tools",

@@ -37,3 +37,3 @@ "main": "lib/jdists.js",

"js-yaml": "^3.6.1",
"jshint": "^2.9.5",
"jshint": "^2.9.6",
"less": "^3.0.4",

@@ -40,0 +40,0 @@ "metascript": "^1.0.0",