🚀. Socket Launch Week Day 2:Introducing Manifest Alerts.Learn more
Sign In

json-stringify-extended

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

json-stringify-extended - npm Package Compare versions

Comparing version
1.0.3
to
1.0.4
+3
-3
main.js

@@ -159,3 +159,3 @@

for (const key in obj) {
let _path = path + '.' + key
const _path = path + '.' + key
const _item = __item(key, obj[key], deep + 1, _path)

@@ -191,4 +191,4 @@

for (let i = 0; i < array.length; i++) {
// const _path = path + '#' + i
const _item = __item(null, array[i], deep + 1, path)
const _path = path + '.' + i
const _item = __item(null, array[i], deep + 1, _path)
if (_item) {

@@ -195,0 +195,0 @@ _out.push(options.endline + _spacing1 + _item.value)

{
"name": "json-stringify-extended",
"version": "1.0.3",
"version": "1.0.4",
"dependencies": {

@@ -25,4 +25,3 @@ "uglify-es": "^3.3.9"

"pre-commit": [
"test",
"build"
"test"
],

@@ -29,0 +28,0 @@ "standard": {

@@ -259,3 +259,4 @@ # json-stringify-extended

- [ ] coverage badge
- [ ] browser version
- [ ] browser support
- (see)[https://www.contentful.com/blog/2017/04/04/es6-modules-support-lands-in-browsers-is-it-time-to-rethink-bundling/]

@@ -262,0 +263,0 @@ ---