🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

ejson-mark

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ejson-mark - npm Package Compare versions

Comparing version
1.0.2
to
1.0.3
+1
-1
ejson.js

@@ -72,3 +72,3 @@ // Generated by LiveScript 1.6.0

value = data[key];
if (typeof value === "object" && Array.isArray(value === false)) {
if (typeof value === "object" && Array.isArray(value) === false) {
writeString.push(key + " : @" + key + ".ejson");

@@ -75,0 +75,0 @@ this.stringify(value, key + ".ejson");

{
"name": "ejson-mark",
"version": "1.0.2",
"version": "1.0.3",
"description": "a easy light and quickly markup lang",

@@ -5,0 +5,0 @@ "main": "ejson.js",

Sorry, the diff of this file is not supported yet