remixml-dom
Advanced tools
Comparing version 4.0.0 to 4.0.1
{ | ||
"name": "remixml-dom", | ||
"version": "4.0.0", | ||
"version": "4.0.1", | ||
"description": "Remixml component that renders to DOM in browsers", | ||
@@ -5,0 +5,0 @@ "main": "remixml-dom.min.js", |
@@ -1,7 +0,2 @@ | ||
/** @license | ||
** remixml-dom v4.0.0: Render to DOM | ||
** Copyright (c) 2018-2021 by Stephen R. van den Berg <srb@cuci.nl> | ||
** License: ISC OR GPL-3.0 | ||
** Sponsored by: Cubic Circle, The Netherlands | ||
*/ | ||
/** @license Copyright (c) 2018-2021 by Stephen R. van den Berg <srb@cuci.nl> */ | ||
@@ -8,0 +3,0 @@ /** @define {number} */ var DEBUG = 1; |
@@ -1,7 +0,2 @@ | ||
/** @license | ||
** remixml-dom v4.0.0: Render to DOM | ||
** Copyright (c) 2018-2021 by Stephen R. van den Berg <srb@cuci.nl> | ||
** License: ISC OR GPL-3.0 | ||
** Sponsored by: Cubic Circle, The Netherlands | ||
*/ | ||
/** @license Copyright (c) 2018-2021 by Stephen R. van den Berg <srb@cuci.nl> */ | ||
@@ -8,0 +3,0 @@ /** @define {number} */ var DEBUG = 1; |
(function(){"use strict"; | ||
/* | ||
* remixml-dom v4.0.0: Render to DOM | ||
* Copyright (c) 2018-2021 by Stephen R. van den Berg <srb@cuci.nl> | ||
* License: ISC OR GPL-3.0 | ||
* Sponsored by: Cubic Circle, The Netherlands | ||
*/ | ||
Copyright (c) 2018-2021 by Stephen R. van den Berg <srb@cuci.nl> */ | ||
function m(f){var d=0;return function(){return d<f.length?{done:!1,value:f[d++]}:{done:!0}}} | ||
@@ -10,0 +5,0 @@ (function(){function f(b){var a=b[""];switch(a){case "!":return g.createComment(b[0]);case 1:var e=g.createDocumentFragment();break;default:e=g.createElement(a);var c=d.keys(b).splice(b.length);c=(a="undefined"!=typeof Symbol&&Symbol.iterator&&c[Symbol.iterator])?a.call(c):{next:m(c)};for(a=c.next();!a.done;a=c.next())switch(a=a.value,a[0]){default:var h=b[a];null!=h&&"object"!==typeof h&&e.setAttribute(a,h);case "_":case void 0:}}for(a=0;void 0!==(c=b[a++]);)e.appendChild(c[""]?f(c):0>c.indexOf("&")? |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
19003
151