Socket
Socket
Sign inDemoInstall

@vue/reactivity

Package Overview
Dependencies
Maintainers
1
Versions
231
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.2.1 to 3.2.2

2

dist/reactivity.cjs.js

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

else {
warn(`onDispose() is called when there is no active effect scope ` +
warn(`onDispose() is called when there is no active effect scope` +
` to be associated with.`);

@@ -90,0 +90,0 @@ }

@@ -140,3 +140,3 @@ /**

else {
warn(`onDispose() is called when there is no active effect scope ` +
warn(`onDispose() is called when there is no active effect scope` +
` to be associated with.`);

@@ -143,0 +143,0 @@ }

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

else if ((process.env.NODE_ENV !== 'production')) {
warn(`onDispose() is called when there is no active effect scope ` +
warn(`onDispose() is called when there is no active effect scope` +
` to be associated with.`);

@@ -86,0 +86,0 @@ }

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

else {
warn(`onDispose() is called when there is no active effect scope ` +
warn(`onDispose() is called when there is no active effect scope` +
` to be associated with.`);

@@ -146,0 +146,0 @@ }

{
"name": "@vue/reactivity",
"version": "3.2.1",
"version": "3.2.2",
"description": "@vue/reactivity",

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

"dependencies": {
"@vue/shared": "3.2.1"
"@vue/shared": "3.2.2"
}
}
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