Socket
Socket
Sign inDemoInstall

@vue/reactivity

Package Overview
Dependencies
Maintainers
1
Versions
235
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vue/reactivity - npm Package Compare versions

Comparing version 3.0.0-alpha.8 to 3.0.0-alpha.9

2

dist/reactivity.cjs.js

@@ -214,3 +214,3 @@ 'use strict';

}
// we run the method using the orignal args first (which may be reactive)
// we run the method using the original args first (which may be reactive)
const res = arr[key](...args);

@@ -217,0 +217,0 @@ if (res === -1 || res === false) {

@@ -192,3 +192,3 @@ 'use strict';

}
// we run the method using the orignal args first (which may be reactive)
// we run the method using the original args first (which may be reactive)
const res = arr[key](...args);

@@ -195,0 +195,0 @@ if (res === -1 || res === false) {

@@ -211,3 +211,3 @@ import { EMPTY_OBJ, isArray, extend, isSymbol, hasOwn, isObject, hasChanged, capitalize, toRawType, makeMap, isFunction, NOOP } from '@vue/shared';

}
// we run the method using the orignal args first (which may be reactive)
// we run the method using the original args first (which may be reactive)
const res = arr[key](...args);

@@ -214,0 +214,0 @@ if (res === -1 || res === false) {

@@ -254,3 +254,3 @@ // Make a map and return a function for checking if a key

}
// we run the method using the orignal args first (which may be reactive)
// we run the method using the original args first (which may be reactive)
const res = arr[key](...args);

@@ -257,0 +257,0 @@ if (res === -1 || res === false) {

@@ -257,3 +257,3 @@ var VueReactivity = (function (exports) {

}
// we run the method using the orignal args first (which may be reactive)
// we run the method using the original args first (which may be reactive)
const res = arr[key](...args);

@@ -260,0 +260,0 @@ if (res === -1 || res === false) {

{
"name": "@vue/reactivity",
"version": "3.0.0-alpha.8",
"version": "3.0.0-alpha.9",
"description": "@vue/reactivity",

@@ -37,4 +37,4 @@ "main": "index.js",

"dependencies": {
"@vue/shared": "3.0.0-alpha.8"
"@vue/shared": "3.0.0-alpha.9"
}
}
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