Socket
Socket
Sign inDemoInstall

remult

Package Overview
Dependencies
Maintainers
1
Versions
588
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

remult - npm Package Compare versions

Comparing version 0.1.20 to 0.1.21

2

package.json
{
"name": "remult",
"version": "0.1.20",
"version": "0.1.21",
"description": "remult core lib",

@@ -5,0 +5,0 @@ "homepage": "https://remult.github.io/",

@@ -417,4 +417,7 @@ "use strict";

var custom = filterInfo.get(exports.customUrlToken);
if (custom !== undefined)
where.push(new Filter(function (x) { return x.custom(custom); }));
if (custom !== undefined) {
if (!Array.isArray(custom))
custom = [custom];
where.push.apply(where, tslib_1.__spread(custom.map(function (y) { return new Filter(function (x) { return x.custom(y); }); })));
}
return new (AndFilter.bind.apply(AndFilter, tslib_1.__spread([void 0], where)))();

@@ -421,0 +424,0 @@ }

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