New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@live-change/dao-vue

Package Overview
Dependencies
Maintainers
1
Versions
233
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@live-change/dao-vue - npm Package Compare versions

Comparing version 0.1.11 to 0.1.12

5

index.js

@@ -49,3 +49,8 @@

}
let oldPathJson
this.$watch(prefix + key, newPath => {
const json = JSON.stringify(newPath)
const match = JSON.stringify(newPath) == oldPathJson
oldPathJson = json
if(match) return
if(reactiveObservables[key]) {

@@ -52,0 +57,0 @@ this[key] = undefined

4

package.json
{
"name": "@live-change/dao-vue",
"version": "0.1.11",
"version": "0.1.12",
"author": {

@@ -13,3 +13,3 @@ "email": "m8@em8.pl",

"dependencies": {
"@live-change/dao": "^0.2.34"
"@live-change/dao": "^0.2.41"
},

@@ -16,0 +16,0 @@ "devDependencies": {},

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