Socket
Socket
Sign inDemoInstall

@vue/shared

Package Overview
Dependencies
Maintainers
2
Versions
225
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.4.26 to 3.4.27

4

dist/shared.cjs.js
/**
* @vue/shared v3.4.26
* @vue/shared v3.4.27
* (c) 2018-present Yuxi (Evan) You and Vue contributors

@@ -280,4 +280,4 @@ * @license MIT

const value = styles[key];
const normalizedKey = key.startsWith(`--`) ? key : hyphenate(key);
if (isString(value) || typeof value === "number") {
const normalizedKey = key.startsWith(`--`) ? key : hyphenate(key);
ret += `${normalizedKey}:${value};`;

@@ -284,0 +284,0 @@ }

/**
* @vue/shared v3.4.26
* @vue/shared v3.4.27
* (c) 2018-present Yuxi (Evan) You and Vue contributors

@@ -280,4 +280,4 @@ * @license MIT

const value = styles[key];
const normalizedKey = key.startsWith(`--`) ? key : hyphenate(key);
if (isString(value) || typeof value === "number") {
const normalizedKey = key.startsWith(`--`) ? key : hyphenate(key);
ret += `${normalizedKey}:${value};`;

@@ -284,0 +284,0 @@ }

/**
* @vue/shared v3.4.26
* @vue/shared v3.4.27
* (c) 2018-present Yuxi (Evan) You and Vue contributors

@@ -276,4 +276,4 @@ * @license MIT

const value = styles[key];
const normalizedKey = key.startsWith(`--`) ? key : hyphenate(key);
if (isString(value) || typeof value === "number") {
const normalizedKey = key.startsWith(`--`) ? key : hyphenate(key);
ret += `${normalizedKey}:${value};`;

@@ -280,0 +280,0 @@ }

{
"name": "@vue/shared",
"version": "3.4.26",
"version": "3.4.27",
"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