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

@dcloudio/uni-app

Package Overview
Dependencies
Maintainers
8
Versions
802
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dcloudio/uni-app - npm Package Compare versions

Comparing version 3.0.0-alpha-3000020210720001 to 3.0.0-alpha-3000020210726001

3

dist/uni-app.es.js

@@ -46,3 +46,4 @@ import { shallowRef, ref, getCurrentInstance, isInSSRComponentSetup, injectHook } from 'vue';

const valRef = shallow ? shallowRef(value) : ref(value);
if (__PLATFORM__ !== 'h5') {
// 非 h5 平台
if (typeof window === 'undefined') {
return valRef;

@@ -49,0 +50,0 @@ }

{
"name": "@dcloudio/uni-app",
"version": "3.0.0-alpha-3000020210720001",
"version": "3.0.0-alpha-3000020210726001",
"description": "@dcloudio/uni-app",

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

},
"gitHead": "1fc7a3cb83aab2d16370e0146871b2f2ec19106b"
"gitHead": "3b83cc9dc4c9a214747c626f79693559c338044f"
}
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