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
195
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-3090720231103001 to 3.0.0-alpha-3090720231104001

1

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

@@ -77,3 +77,2 @@ "use strict";

if (child.includes('as ')) {
debugger;
variableType = child.split('as ')[1];

@@ -80,0 +79,0 @@ if (variableType.endsWith(')')) {

2

dist/plugins/pre.js

@@ -15,3 +15,3 @@ "use strict";

const PRE_HTML_EXTNAME = ['.vue', '.uvue'];
const PRE_JS_EXTNAME = ['.json', '.css', '.uts'].concat(PRE_HTML_EXTNAME);
const PRE_JS_EXTNAME = ['.json', '.css', '.uts', '.ts'].concat(PRE_HTML_EXTNAME);
function uniPrePlugin(options = {}) {

@@ -18,0 +18,0 @@ const filter = (0, pluginutils_1.createFilter)(options.include, options.exclude);

{
"name": "@dcloudio/uni-app-uts",
"version": "3.0.0-alpha-3090720231103001",
"version": "3.0.0-alpha-3090720231104001",
"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-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",
"@dcloudio/uni-cli-shared": "3.0.0-alpha-3090720231104001",
"@dcloudio/uni-i18n": "3.0.0-alpha-3090720231104001",
"@dcloudio/uni-nvue-styler": "3.0.0-alpha-3090720231104001",
"@dcloudio/uni-shared": "3.0.0-alpha-3090720231104001",
"@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