New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@dcloudio/uni-app-uts

Package Overview
Dependencies
Maintainers
10
Versions
196
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dcloudio/uni-app-uts - npm Package Compare versions

Comparing version 3.0.0-alpha-3090620231030001 to 3.0.0-alpha-3090720231103001

14

dist/plugins/android/uvue/compiler/transforms/vModel.js

@@ -76,5 +76,13 @@ "use strict";

if ((0, shared_1.isString)(child)) {
if (child.includes('as')) {
variableType = child.split('as')[1].trim();
prop.value.children.splice(i, 1);
if (child.includes('as ')) {
debugger;
variableType = child.split('as ')[1];
if (variableType.endsWith(')')) {
variableType = variableType.slice(0, -1);
prop.value.children[i] = ')';
}
else {
prop.value.children.splice(i, 1);
i--;
}
}

@@ -81,0 +89,0 @@ if (child.includes('$event =>') && variableType) {

{
"name": "@dcloudio/uni-app-uts",
"version": "3.0.0-alpha-3090620231030001",
"version": "3.0.0-alpha-3090720231103001",
"description": "uni-app-uts",

@@ -23,6 +23,6 @@ "main": "dist/index.js",

"@babel/types": "^7.20.7",
"@dcloudio/uni-cli-shared": "3.0.0-alpha-3090620231030001",
"@dcloudio/uni-i18n": "3.0.0-alpha-3090620231030001",
"@dcloudio/uni-nvue-styler": "3.0.0-alpha-3090620231030001",
"@dcloudio/uni-shared": "3.0.0-alpha-3090620231030001",
"@dcloudio/uni-cli-shared": "3.0.0-alpha-3090720231103001",
"@dcloudio/uni-i18n": "3.0.0-alpha-3090720231103001",
"@dcloudio/uni-nvue-styler": "3.0.0-alpha-3090720231103001",
"@dcloudio/uni-shared": "3.0.0-alpha-3090720231103001",
"@jridgewell/gen-mapping": "^0.3.3",

@@ -29,0 +29,0 @@ "@jridgewell/trace-mapping": "^0.3.19",

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