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

@vue/shared-canary

Package Overview
Dependencies
Maintainers
9
Versions
113
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vue/shared-canary - npm Package Compare versions

Comparing version 3.20230605.0 to 3.20230612.0

4

dist/shared.cjs.js

@@ -187,6 +187,4 @@ 'use strict';

return res;
} else if (isString(value)) {
} else if (isString(value) || isObject(value)) {
return value;
} else if (isObject(value)) {
return value;
}

@@ -193,0 +191,0 @@ }

@@ -187,6 +187,4 @@ 'use strict';

return res;
} else if (isString(value)) {
} else if (isString(value) || isObject(value)) {
return value;
} else if (isObject(value)) {
return value;
}

@@ -193,0 +191,0 @@ }

@@ -71,3 +71,3 @@ /**

/**
* Only conerces number-like strings
* Only concerns number-like strings
* "123-foo" will be returned as-is

@@ -74,0 +74,0 @@ */

@@ -183,6 +183,4 @@ function makeMap(str, expectsLowerCase) {

return res;
} else if (isString(value)) {
} else if (isString(value) || isObject(value)) {
return value;
} else if (isObject(value)) {
return value;
}

@@ -189,0 +187,0 @@ }

{
"name": "@vue/shared-canary",
"version": "3.20230605.0",
"version": "3.20230612.0",
"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