Socket
Socket
Sign inDemoInstall

mini-program-global-runtime-webpack-plugin

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mini-program-global-runtime-webpack-plugin - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

2

lib/index.js

@@ -8,3 +8,3 @@ const MiniProgramGlobalRuntimeModule = require("./module/MiniProgramGlobalRuntimeModule");

constructor(options = {}) {
if (options && !options.reBuildGlobal) {
if (options && options.reBuildGlobal === false) {
this.reBuildGlobal = false;

@@ -11,0 +11,0 @@ }

{
"name": "mini-program-global-runtime-webpack-plugin",
"version": "0.0.1",
"version": "0.0.2",
"description": "生成小程序全局变量",

@@ -24,3 +24,6 @@ "main": "lib/index.js",

},
"homepage": "https://github.com/bugszhou/mini-program-global-runtime-webpack-plugin#readme"
"homepage": "https://github.com/bugszhou/mini-program-global-runtime-webpack-plugin#readme",
"peerDependencies": {
"webpack": ">=5.30.0"
}
}
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