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

remixml-dom

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

remixml-dom - npm Package Compare versions

Comparing version 4.0.0 to 4.0.1

2

package.json
{
"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

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