Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@vue/shared

Package Overview
Dependencies
Maintainers
2
Versions
230
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.5.12 to 3.5.13

7

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

@@ -287,6 +287,5 @@ * @license MIT

function stringifyStyle(styles) {
if (!styles) return "";
if (isString(styles)) return styles;
let ret = "";
if (!styles || isString(styles)) {
return ret;
}
for (const key in styles) {

@@ -293,0 +292,0 @@ const value = styles[key];

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

@@ -287,6 +287,5 @@ * @license MIT

function stringifyStyle(styles) {
if (!styles) return "";
if (isString(styles)) return styles;
let ret = "";
if (!styles || isString(styles)) {
return ret;
}
for (const key in styles) {

@@ -293,0 +292,0 @@ const value = styles[key];

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

@@ -283,6 +283,5 @@ * @license MIT

function stringifyStyle(styles) {
if (!styles) return "";
if (isString(styles)) return styles;
let ret = "";
if (!styles || isString(styles)) {
return ret;
}
for (const key in styles) {

@@ -289,0 +288,0 @@ const value = styles[key];

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