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

@dcloudio/uni-shared

Package Overview
Dependencies
Maintainers
10
Versions
580
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dcloudio/uni-shared - npm Package Compare versions

Comparing version 3.0.0-4020420240722003 to 3.0.0-4020820240925001

license.md

5

dist/uni-shared.cjs.js

@@ -49,2 +49,4 @@ 'use strict';

'web-view',
'location-picker',
'location-view',
];

@@ -116,2 +118,3 @@ const BUILT_IN_TAGS = BUILT_IN_TAG_NAMES.map((tag) => 'uni-' + tag);

const UVUE_BUILT_IN_TAGS = [
'object',
'loading-indicator',

@@ -1586,3 +1589,3 @@ 'list-view',

const styles = {};
if (typeof modeStyle === 'undefined')
if (typeof modeStyle === 'undefined' || !pageStyle)
return pageStyle;

@@ -1589,0 +1592,0 @@ Object.keys(pageStyle).forEach((key) => {

@@ -47,2 +47,4 @@ import { isHTMLTag, isSVGTag, hyphenate, camelize, normalizeStyle as normalizeStyle$1, isString, parseStringStyle, isArray, normalizeClass as normalizeClass$1, isFunction, isPlainObject, extend, capitalize } from '@vue/shared';

'web-view',
'location-picker',
'location-view',
];

@@ -114,2 +116,3 @@ const BUILT_IN_TAGS = BUILT_IN_TAG_NAMES.map((tag) => 'uni-' + tag);

const UVUE_BUILT_IN_TAGS = [
'object',
'loading-indicator',

@@ -1584,3 +1587,3 @@ 'list-view',

const styles = {};
if (typeof modeStyle === 'undefined')
if (typeof modeStyle === 'undefined' || !pageStyle)
return pageStyle;

@@ -1587,0 +1590,0 @@ Object.keys(pageStyle).forEach((key) => {

2

package.json
{
"name": "@dcloudio/uni-shared",
"version": "3.0.0-4020420240722003",
"version": "3.0.0-4020820240925001",
"description": "@dcloudio/uni-shared",

@@ -5,0 +5,0 @@ "main": "./dist/uni-shared.cjs.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