New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

remixml

Package Overview
Dependencies
Maintainers
1
Versions
346
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

remixml - npm Package Compare versions

Comparing version 5.3.5 to 5.3.6

2

package.json
{
"name": "remixml",
"version": "5.3.5",
"version": "5.3.6",
"description": "XML/HTML-like macro language/template compiler engine",

@@ -5,0 +5,0 @@ "main": "remixml.min.js",

@@ -43,4 +43,5 @@ /** @license

const /** !RegExp */ spsplsing = /\s*,\s*/;
const /** string */ entw = "\\w$:.[\\]]";
const /** string */ entend
= "?:&(?:\\w*;|[\\w$:.[\\]]+(?=[^%;\\w$:.[\\]])|(?=[^\\w$:.[\\]]))";
= "?:&(?:\\w*;|[" + entw + "+(?=[^%;" + entw + ")|(?=[^" + entw + "))";
const /** !RegExp */ txtentity = regexpy("(?:[^&]+|(" + entend +

@@ -47,0 +48,0 @@ "[^&]*))+|&([\\w$]+(?:[.[][\\w$]+]?)*\\.[\\w$]+)(?::([\\w$]*))?(?:%([^;]*))?;"

@@ -51,4 +51,5 @@ /** @license

const /** !RegExp */ spsplsing = /\s*,\s*/;
const /** string */ entw = "\\w$:.[\\]]";
const /** string */ entend
= "?:&(?:\\w*;|[\\w$:.[\\]]+(?=[^%;\\w$:.[\\]])|(?=[^\\w$:.[\\]]))";
= "?:&(?:\\w*;|[" + entw + "+(?=[^%;" + entw + ")|(?=[^" + entw + "))";
const /** !RegExp */ txtentity = regexpy("(?:[^&]+|(" + entend +

@@ -55,0 +56,0 @@ "[^&]*))+|&([\\w$]+(?:[.[][\\w$]+]?)*\\.[\\w$]+)(?::([\\w$]*))?(?:%([^;]*))?;"

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