@ray-core/html2mini-plugin
Advanced tools
+5
-1
@@ -111,3 +111,2 @@ "use strict"; | ||
| ['form', 'form'], | ||
| ['iframe', 'web-view'], | ||
| ['img', 'image'], | ||
@@ -230,1 +229,6 @@ ['audio', 'audio'], | ||
| ]); | ||
| // @ts-ignore | ||
| var platform = process.env.PLATFORM; | ||
| if (platform !== 'web' && platform !== 'thing' && platform !== 'tuya') { | ||
| exports.specialElements.set('iframe', 'web-view'); | ||
| } |
+5
-1
@@ -108,3 +108,2 @@ var __assign = (this && this.__assign) || function () { | ||
| ['form', 'form'], | ||
| ['iframe', 'web-view'], | ||
| ['img', 'image'], | ||
@@ -227,1 +226,6 @@ ['audio', 'audio'], | ||
| ]); | ||
| // @ts-ignore | ||
| var platform = process.env.PLATFORM; | ||
| if (platform !== 'web' && platform !== 'thing' && platform !== 'tuya') { | ||
| specialElements.set('iframe', 'web-view'); | ||
| } |
+1
-1
| { | ||
| "name": "@ray-core/html2mini-plugin", | ||
| "version": "0.0.4", | ||
| "version": "0.0.5", | ||
| "main": "./cjs/index.js", | ||
@@ -5,0 +5,0 @@ "esnext": "./esm/index.js", |
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
23922
1.26%824
0.98%3
200%