Socket
Socket
Sign inDemoInstall

@vue/shared

Package Overview
Dependencies
Maintainers
16
Versions
227
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vue/shared - npm Package Compare versions

Comparing version 3.0.0-rc.5 to 3.0.0-rc.6

8

dist/shared.cjs.js

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

const line = j + 1;
res.push(`${line}${' '.repeat(3 - String(line).length)}| ${lines[j]}`);
res.push(`${line}${' '.repeat(Math.max(3 - String(line).length, 0))}| ${lines[j]}`);
const lineLength = lines[j].length;

@@ -231,3 +231,3 @@ if (j === i) {

'option,output,progress,select,textarea,details,dialog,menu,' +
'summary,content,template,blockquote,iframe,tfoot';
'summary,template,blockquote,iframe,tfoot';
// https://developer.mozilla.org/en-US/docs/Web/SVG/Element

@@ -381,3 +381,3 @@ const SVG_TAGS = 'svg,animate,animateMotion,animateTransform,circle,clipPath,color-profile,' +

*/
const babelParserDefautPlugins = [
const babelParserDefaultPlugins = [
'bigInt',

@@ -491,3 +491,3 @@ 'optionalChaining',

exports.PatchFlagNames = PatchFlagNames;
exports.babelParserDefautPlugins = babelParserDefautPlugins;
exports.babelParserDefaultPlugins = babelParserDefaultPlugins;
exports.camelize = camelize;

@@ -494,0 +494,0 @@ exports.capitalize = capitalize;

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

const line = j + 1;
res.push(`${line}${' '.repeat(3 - String(line).length)}| ${lines[j]}`);
res.push(`${line}${' '.repeat(Math.max(3 - String(line).length, 0))}| ${lines[j]}`);
const lineLength = lines[j].length;

@@ -231,3 +231,3 @@ if (j === i) {

'option,output,progress,select,textarea,details,dialog,menu,' +
'summary,content,template,blockquote,iframe,tfoot';
'summary,template,blockquote,iframe,tfoot';
// https://developer.mozilla.org/en-US/docs/Web/SVG/Element

@@ -381,3 +381,3 @@ const SVG_TAGS = 'svg,animate,animateMotion,animateTransform,circle,clipPath,color-profile,' +

*/
const babelParserDefautPlugins = [
const babelParserDefaultPlugins = [
'bigInt',

@@ -490,3 +490,3 @@ 'optionalChaining',

exports.PatchFlagNames = PatchFlagNames;
exports.babelParserDefautPlugins = babelParserDefautPlugins;
exports.babelParserDefaultPlugins = babelParserDefaultPlugins;
exports.camelize = camelize;

@@ -493,0 +493,0 @@ exports.capitalize = capitalize;

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

*/
export declare const babelParserDefautPlugins: readonly ["bigInt", "optionalChaining", "nullishCoalescingOperator"];
export declare const babelParserDefaultPlugins: readonly ["bigInt", "optionalChaining", "nullishCoalescingOperator"];

@@ -11,0 +11,0 @@ /**

@@ -56,3 +56,3 @@ /**

const line = j + 1;
res.push(`${line}${' '.repeat(3 - String(line).length)}| ${lines[j]}`);
res.push(`${line}${' '.repeat(Math.max(3 - String(line).length, 0))}| ${lines[j]}`);
const lineLength = lines[j].length;

@@ -227,3 +227,3 @@ if (j === i) {

'option,output,progress,select,textarea,details,dialog,menu,' +
'summary,content,template,blockquote,iframe,tfoot';
'summary,template,blockquote,iframe,tfoot';
// https://developer.mozilla.org/en-US/docs/Web/SVG/Element

@@ -377,3 +377,3 @@ const SVG_TAGS = 'svg,animate,animateMotion,animateTransform,circle,clipPath,color-profile,' +

*/
const babelParserDefautPlugins = [
const babelParserDefaultPlugins = [
'bigInt',

@@ -483,2 +483,2 @@ 'optionalChaining',

export { EMPTY_ARR, EMPTY_OBJ, NO, NOOP, PatchFlagNames, babelParserDefautPlugins, camelize, capitalize, def, escapeHtml, escapeHtmlComment, extend, generateCodeFrame, getGlobalThis, hasChanged, hasOwn, hyphenate, invokeArrayFns, isArray, isBooleanAttr, isDate, isFunction, isGloballyWhitelisted, isHTMLTag, isKnownAttr, isModelListener, isNoUnitNumericStyleProp, isObject, isOn, isPlainObject, isPromise, isReservedProp, isSSRSafeAttrName, isSVGTag, isSpecialBooleanAttr, isString, isSymbol, isVoidTag, looseEqual, looseIndexOf, makeMap, normalizeClass, normalizeStyle, objectToString, parseStringStyle, propsToAttrMap, remove, stringifyStyle, toDisplayString, toNumber, toRawType, toTypeString };
export { EMPTY_ARR, EMPTY_OBJ, NO, NOOP, PatchFlagNames, babelParserDefaultPlugins, camelize, capitalize, def, escapeHtml, escapeHtmlComment, extend, generateCodeFrame, getGlobalThis, hasChanged, hasOwn, hyphenate, invokeArrayFns, isArray, isBooleanAttr, isDate, isFunction, isGloballyWhitelisted, isHTMLTag, isKnownAttr, isModelListener, isNoUnitNumericStyleProp, isObject, isOn, isPlainObject, isPromise, isReservedProp, isSSRSafeAttrName, isSVGTag, isSpecialBooleanAttr, isString, isSymbol, isVoidTag, looseEqual, looseIndexOf, makeMap, normalizeClass, normalizeStyle, objectToString, parseStringStyle, propsToAttrMap, remove, stringifyStyle, toDisplayString, toNumber, toRawType, toTypeString };
{
"name": "@vue/shared",
"version": "3.0.0-rc.5",
"version": "3.0.0-rc.6",
"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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc