New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@ray-core/html2mini-plugin

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ray-core/html2mini-plugin - npm Package Compare versions

Comparing version
0.0.4
to
0.0.5
+5
-1
cjs/constant.js

@@ -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');
}

@@ -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",