Huge News!Announcing our $40M Series B led by Abstract Ventures.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 6.3.3 to 6.3.4

2

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

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

@@ -466,3 +466,4 @@ <h1>Remixml</h1>

- `ttl`<br />
Time to live for new cache entries in ms.
Time to live for new cache entries in ms; if unspecified or zero
it defaults to `maxttl`.
- `<nocache>...</nocache>`<br />

@@ -469,0 +470,0 @@ Mark sections inside a `<cache>` section to be uncached instead.

@@ -1104,3 +1104,3 @@ /** @license

// validation that we are inside a cache context
obj += "});c>=0||W.pop()(H,$);";
obj += "});c+1||W.pop()(H,$);";
break;

@@ -1107,0 +1107,0 @@ case "attrib":

@@ -1112,3 +1112,3 @@ /** @license

// validation that we are inside a cache context
obj += "});c>=0||W.pop()(H,$);";
obj += "});c+1||W.pop()(H,$);";
break;

@@ -1115,0 +1115,0 @@ case "attrib":

@@ -28,3 +28,3 @@ (function(){"use strict";

t){ha=1;break}if(!ha){da.push(q);break}}b:do{switch(x){case "noparse":if(!--aa)break b;break;case "comment":if(!aa){I--;break b}break;case 0:break b}if(!I)if(aa)d+="J.push(H)}";else{c:do switch(x){case "set":if("{"!==d.slice(-1)&&z){f=d.slice(z).match(lb);d=d.slice(0,z-11-ta.length)+f[1]+f[2]+";";break c}d+=q[2]&16?Ma:"})}";break;case "insert":q[2]&8&&(d+=Ma);break;case "replace":d+="J.push.apply(J,R(H,v))}";break;case "trim":d+="J.push.apply(J,U(R(H)))}";break;case "maketag":d+="J.push(H)}";break;
case "cache":d+="H=CS(v,H,c)}H="+na+"(H,0,$);J.push(H)}";break;case "nocache":d+="});c>=0||W.pop()(H,$);";break;case "attrib":d+="V(H,v,J)}";case "unset":break c;case "for":d+="$=o;I=1}}";break;case "if":case "then":case "elif":case "else":d+="I=1}";break c;case "eval":d+=m;break;case "nooutput":d+="J=[];";default:q[2]&4&&(d+="};");case "script":case "style":d+=db;case "delimiter":d+="}"}while(0);z=0}}while(0);d=q[3]+d;if(!ha){q=da[da.length-1];break}}break;case "&":wa.lastIndex=++w;if(!aa&&(r=ba(wa,
case "cache":d+="H=CS(v,H,c)}H="+na+"(H,0,$);J.push(H)}";break;case "nocache":d+="});c+1||W.pop()(H,$);";break;case "attrib":d+="V(H,v,J)}";case "unset":break c;case "for":d+="$=o;I=1}}";break;case "if":case "then":case "elif":case "else":d+="I=1}";break c;case "eval":d+=m;break;case "nooutput":d+="J=[];";default:q[2]&4&&(d+="};");case "script":case "style":d+=db;case "delimiter":d+="}"}while(0);z=0}}while(0);d=q[3]+d;if(!ha){q=da[da.length-1];break}}break;case "&":wa.lastIndex=++w;if(!aa&&(r=ba(wa,
a))){w=wa.lastIndex;I||(d+="try{I=K($,H,"+(Ka(r)+")}catch(x){I=0}"),z=0);break}f="&";default:xa.lastIndex=w,(r=ba(xa,a))?(f+=r[0],w=xa.lastIndex):(c(0,"Parse error"),f+=a.substr(w),w=a.length),I||(!aa&&b&1&&(f=Ea(f)),!f||q[2]&1&&"0}"!==d.slice(-2)&&f.match(mb)||(d+="H.push("+JSON.stringify(f)+");"))}}return d+="return H})"}function qa(a){try{var b=eval(a)}catch(c){D(c,a),nb(a),b=()=>""}return b}function ba(a,b){return a.exec(b)}const ob=("object"==typeof document?document:null)&&window,y=Object,Ua=

@@ -31,0 +31,0 @@ {" ":"+","\t":"%09","\n":"%0A","\r":"%0D",'"':"%22","#":"%23","%":"%25","&":"%26","'":"%27","+":"%2B","<":"%3C","?":"%3F"},pb=/[ \t\n\r#%&'"+<?]/g,Wa={"&":"&amp;","<":"&lt;"},qb=/[&<]/g,Ca=/\s*,\s*/g,eb=/\s*,\s*/,Ja=RegExp("(?:[^&]+|(?:&(?:\\w*;|[\\w$:.[\\]]+(?=[^%;\\w$:.[\\]])|(?=[^\\w$:.[\\]]))[^&]*))+|&([\\w$]+(?:[.[][\\w$]+]?)*\\.[\\w$]+)(?::([\\w$]*))?(?:%([^;]*))?;","y"),wa=/([\w$]+\.[\w$]+(?:[.[][\w$]+]?)*)(?::([\w$]*))?(?:%([^;]*))?;/y,ua=/!(?:--(.*?)(?:--|$)|([^-].*?))(?:>|$)|\?(.*?)(?:\?>|$)/ys,

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