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

@vue/shared

Package Overview
Dependencies
Maintainers
1
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.2.0-beta.6 to 3.2.0-beta.7

2

dist/shared.cjs.js

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

? ''
: isObject(val)
: isArray(val) || (isObject(val) && val.toString === objectToString)
? JSON.stringify(val, replacer, 2)

@@ -389,0 +389,0 @@ : String(val);

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

? ''
: isObject(val)
: isArray(val) || (isObject(val) && val.toString === objectToString)
? JSON.stringify(val, replacer, 2)

@@ -389,0 +389,0 @@ : String(val);

@@ -382,3 +382,3 @@ /**

? ''
: isObject(val)
: isArray(val) || (isObject(val) && val.toString === objectToString)
? JSON.stringify(val, replacer, 2)

@@ -385,0 +385,0 @@ : String(val);

{
"name": "@vue/shared",
"version": "3.2.0-beta.6",
"version": "3.2.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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc