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
791
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-3021220211105003 to 3.0.0-alpha-3021220211105004

2

dist/uni-app.cjs.js

@@ -8,3 +8,2 @@ 'use strict';

const sanitise = (val) => (val && JSON.parse(JSON.stringify(val))) || val;
const UNI_SSR = '__uniSSR';

@@ -41,2 +40,3 @@ const UNI_SSR_DATA = 'data';

const ON_NAVIGATION_BAR_SEARCH_INPUT_FOCUS_CHANGED = 'onNavigationBarSearchInputFocusChanged';
const sanitise = (val) => (val && JSON.parse(JSON.stringify(val))) || val;

@@ -43,0 +43,0 @@ function assertKey(key, shallow = false) {

import { shallowRef, ref, getCurrentInstance, isInSSRComponentSetup, injectHook } from 'vue';
import { hasOwn, isString } from '@vue/shared';
const sanitise = (val) => (val && JSON.parse(JSON.stringify(val))) || val;
const UNI_SSR = '__uniSSR';

@@ -37,2 +36,3 @@ const UNI_SSR_DATA = 'data';

const ON_NAVIGATION_BAR_SEARCH_INPUT_FOCUS_CHANGED = 'onNavigationBarSearchInputFocusChanged';
const sanitise = (val) => (val && JSON.parse(JSON.stringify(val))) || val;

@@ -39,0 +39,0 @@ function getSSRDataType() {

{
"name": "@dcloudio/uni-app",
"version": "3.0.0-alpha-3021220211105003",
"version": "3.0.0-alpha-3021220211105004",
"description": "@dcloudio/uni-app",

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

},
"gitHead": "e80ab2c07c1fe093fb69963be219d787251b8eac"
"gitHead": "42656641c7e53aab726888f124cd7da58c44e56a"
}
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