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

@tarojs/helper

Package Overview
Dependencies
Maintainers
10
Versions
653
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tarojs/helper - npm Package Compare versions

Comparing version 4.0.2 to 4.0.3-alpah.2

4

dist/utils.js

@@ -638,4 +638,6 @@ "use strict";

customConfig: {
define: options.defineConstants || {},
alias: options.alias || {},
define: (0, lodash_1.defaults)({}, options.defineConstants || {}, {
define: 'define', // Note: 该场景下不支持 AMD 导出,这会导致 esbuild 替换 babel 的 define 方法
}),
},

@@ -642,0 +644,0 @@ customSwcConfig: {

{
"name": "@tarojs/helper",
"version": "4.0.2",
"version": "4.0.3-alpah.2",
"description": "Taro Helper",

@@ -56,3 +56,3 @@ "author": "O2Team",

"@types/babel__traverse": "^7.20.5",
"@tarojs/taro": "4.0.2"
"@tarojs/taro": "4.0.3-alpah.2"
},

@@ -59,0 +59,0 @@ "scripts": {

Sorry, the diff of this file is not supported yet

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