Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

vue-json-editor

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-json-editor - npm Package Compare versions

Comparing version 1.4.0 to 1.4.1

2

package.json
{
"name": "vue-json-editor",
"version": "1.4.0",
"version": "1.4.1",
"description": "A json editor of vue",

@@ -5,0 +5,0 @@ "main": "vue-json-editor.vue",

@@ -30,4 +30,4 @@ # vue-json-editor

<p>vue-json-editor</p>
<vue-json-editor v-model="json" :show-btns="true" :exapndedOnStart:"true" @json-change="onJsonChange"></vue-json-editor>
<div>
<vue-json-editor v-model="json" :show-btns="true" :expandedOnStart="true" @json-change="onJsonChange"></vue-json-editor>
</div>
</template>

@@ -38,6 +38,8 @@

export default{
export default {
data () {
json: {
msg: 'demo of jsoneditor'
return {
json: {
msg: 'demo of jsoneditor'
}
}

@@ -44,0 +46,0 @@ },

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc