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

remixml-embed

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

remixml-embed - npm Package Compare versions

Comparing version 4.0.3 to 6.0.0

2

package.json
{
"name": "remixml-embed",
"version": "4.0.3",
"version": "6.0.0",
"description":

@@ -5,0 +5,0 @@ "Remixml component that loads embedded <script type='text/remixml'> tags",

@@ -31,9 +31,2 @@ /** @license Copyright (c) 2018-2021 by Stephen R. van den Berg <srb@cuci.nl> */

if (!O.assign)
O.defineProperty(O, "assign",
{ "value": function(d, s, i)
{ if (s) for (i in s) d[i] = s[i]; return d;
}
});
function /** void */ fetchfile(/** string */ url,

@@ -40,0 +33,0 @@ /** function(string):void */ cb)

@@ -38,9 +38,2 @@ /** @license Copyright (c) 2018-2021 by Stephen R. van den Berg <srb@cuci.nl> */

if (!O.assign)
O.defineProperty(O, "assign",
{ "value": function(d, s, i)
{ if (s) for (i in s) d[i] = s[i]; return d;
}
});
function /** void */ fetchfile(/** string */ url,

@@ -47,0 +40,0 @@ /** function(string):void */ cb)

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

(function(){function g(b,c){var a=new XMLHttpRequest;a.open("GET",b);a.onload=function(){200<=a.status&&500>a.status&&c(a.responseText)};a.send()}function e(b,c,a){if(null==a){if(b.src){g(b.src,function(l){e(b,c,l)});return}a=b.text}a=h(a)(c);a=k.abstract2dom(a,void 0);b.parentNode.replaceChild(a,b)}function f(b){h=(k=b).compile;return m}var d=Object,h,k,m={loadscripts:function(b,c){b=b.querySelectorAll('script[type="text/remixml"]');var a;for(a=0;a<b.length;)e(b[a++],c)},loadscript:e,fetchfile:g};
d.assign||d.defineProperty(d,"assign",{value:function(b,c,a){if(c)for(a in c)b[a]=c[a];return b}});"function"==typeof define&&define.amd?define("remixml-embed",["remixml"],f):"object"==typeof exports?d.assign(exports,f(require("remixml"))):(d=window,d.Remixmlembed=f(d.Remixml))}).call(this);
"function"==typeof define&&define.amd?define("remixml-embed",["remixml"],f):"object"==typeof exports?d.assign(exports,f(require("remixml"))):(d=window,d.Remixmlembed=f(d.Remixml))}).call(this);
}).call(this);

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