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.0.13 to 6.0.14

2

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

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

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

if (!isa(k))
k["length"] = 0; // Obj.assign bails out otherwise Object->Array
/** @type {!Object} */(k)["length"] = 0; // Object->Array kludge
r = /** @type {!Array} */(Obj.assign(r, k));

@@ -416,0 +416,0 @@ i = r.length;

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

if (!isa(k))
k["length"] = 0; // Obj.assign bails out otherwise Object->Array
/** @type {!Object} */(k)["length"] = 0; // Object->Array kludge
r = /** @type {!Array} */(Obj.assign(r, k));

@@ -424,0 +424,0 @@ i = r.length;

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