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

fis3-deploy-html-inline-merge

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fis3-deploy-html-inline-merge - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

4

index.js

@@ -12,3 +12,3 @@

content = content.replace(new RegExp('(' + script.source + '\\s*){2,}', 'g'), function(str) {
content = content.replace(new RegExp('(' + script.source + '\\s*)+', 'g'), function(str) {
var code = [],

@@ -22,3 +22,3 @@ match = null;

content = content.replace(new RegExp('(' + style.source + '\\s*){2,}', 'g'), function(str) {
content = content.replace(new RegExp('(' + style.source + '\\s*)+', 'g'), function(str) {
var code = [],

@@ -25,0 +25,0 @@ match = null;

{
"name": "fis3-deploy-html-inline-merge",
"version": "0.0.3",
"version": "0.0.4",
"description": "fis3 合并html中的style/script inline标签",

@@ -5,0 +5,0 @@ "keywords": [

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