Socket
Socket
Sign inDemoInstall

@vue/shared

Package Overview
Dependencies
0
Maintainers
14
Versions
202
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.0-beta.6 to 3.0.0-beta.7

5

dist/shared.cjs.js

@@ -454,3 +454,6 @@ 'use strict';

const def = (obj, key, value) => {
Object.defineProperty(obj, key, { value });
Object.defineProperty(obj, key, {
configurable: true,
value
});
};

@@ -457,0 +460,0 @@

@@ -453,3 +453,6 @@ 'use strict';

const def = (obj, key, value) => {
Object.defineProperty(obj, key, { value });
Object.defineProperty(obj, key, {
configurable: true,
value
});
};

@@ -456,0 +459,0 @@

@@ -451,5 +451,8 @@ // Make a map and return a function for checking if a key

const def = (obj, key, value) => {
Object.defineProperty(obj, key, { value });
Object.defineProperty(obj, key, {
configurable: true,
value
});
};
export { EMPTY_ARR, EMPTY_OBJ, NO, NOOP, PatchFlagNames, camelize, capitalize, def, escapeHtml, escapeHtmlComment, extend, generateCodeFrame, hasChanged, hasOwn, hyphenate, invokeArrayFns, isArray, isBooleanAttr, isFunction, isGloballyWhitelisted, isHTMLTag, isNoUnitNumericStyleProp, isObject, isOn, isPlainObject, isPromise, isReservedProp, isSSRSafeAttrName, isSVGTag, isSpecialBooleanAttr, isString, isSymbol, isVoidTag, looseEqual, looseIndexOf, makeMap, mockError, mockWarn, normalizeClass, normalizeStyle, objectToString, propsToAttrMap, remove, stringifyStyle, toDisplayString, toRawType, toTypeString };

2

package.json
{
"name": "@vue/shared",
"version": "3.0.0-beta.6",
"version": "3.0.0-beta.7",
"description": "internal utils shared across @vue packages",

@@ -5,0 +5,0 @@ "main": "index.js",

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc