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

@dcloudio/uni-shared

Package Overview
Dependencies
Maintainers
8
Versions
579
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-alpha-3020820210923001 to 3.0.0-alpha-3020920210926001

4

dist/uni-shared.cjs.js

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

return fontFace.load().then(() => {
fonts.add(fontFace);
fonts.add && fonts.add(fontFace);
});

@@ -1070,2 +1070,4 @@ }

const PAGE_HOOKS = [
ON_SHOW,
ON_HIDE,
ON_BACK_PRESS,

@@ -1072,0 +1074,0 @@ ON_PAGE_SCROLL,

@@ -199,3 +199,3 @@ import { isHTMLTag, isSVGTag, hyphenate, camelize, extend, isString, isPlainObject, isArray, toTypeString, toRawType, capitalize } from '@vue/shared';

return fontFace.load().then(() => {
fonts.add(fontFace);
fonts.add && fonts.add(fontFace);
});

@@ -1066,2 +1066,4 @@ }

const PAGE_HOOKS = [
ON_SHOW,
ON_HIDE,
ON_BACK_PRESS,

@@ -1068,0 +1070,0 @@ ON_PAGE_SCROLL,

{
"name": "@dcloudio/uni-shared",
"version": "3.0.0-alpha-3020820210923001",
"version": "3.0.0-alpha-3020920210926001",
"description": "@dcloudio/uni-shared",

@@ -21,3 +21,3 @@ "main": "./dist/uni-shared.cjs.js",

},
"gitHead": "b51069976b9d672dd3cd195e44b9750f663a18f8"
"gitHead": "19d2061373292609444dad3302569e6c91ac6947"
}
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