You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

vue-json-pretty

Package Overview
Dependencies
Maintainers
1
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-json-pretty - npm Package Compare versions

Comparing version

to
1.4.1-beta.1

7

package.json
{
"name": "vue-json-pretty",
"version": "1.4.0",
"version": "1.4.1-beta.1",
"description": "A Vue.js 2.0 Toolkit for JSON",

@@ -92,6 +92,3 @@ "author": "leezng <im.leezng@gmail.com>",

"not ie <= 8"
],
"dependencies": {
"vue": "^2.3.0"
}
]
}

@@ -57,3 +57,4 @@ # vue-json-pretty

| data | basic | json data | JSON object | - |
| deep | basic |data depth, data larger than this depth will not be expanded | number | Infinity |
| deep | basic | data depth, data larger than this depth will not be expanded | number | Infinity |
| showLength | basic | whether to show the length when closed | boolean | false |
| path | advanced | root data path | string | root |

@@ -60,0 +61,0 @@ | pathChecked | advanced | defines the selected data path | array | [] |