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

@remult/core

Package Overview
Dependencies
Maintainers
2
Versions
220
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@remult/core - npm Package Compare versions

Comparing version 2.2.13 to 2.2.14

bundles/remult-core.umd.js

2

package.json
{
"name": "@remult/core",
"schematics": "./schematics/collection.json",
"version": "2.2.13",
"version": "2.2.14",
"description": "remult core lib",

@@ -6,0 +6,0 @@ "license": "MIT",

@@ -900,3 +900,3 @@ "use strict";

var s = _c.value;
values.set(s.column.defs.key, s.column.value);
values.set(s.column.defs.key, lastRow.columns.find(s.column).value);
}

@@ -903,0 +903,0 @@ }

@@ -0,1 +1,2 @@

import { AndFilter } from "./and-filter";
import { FilterBase, FilterConsumer } from './filter-interfaces';

@@ -5,4 +6,4 @@ export declare class Filter implements FilterBase {

constructor(apply: (add: FilterConsumer) => void);
and(filter: FilterBase): FilterBase;
and(filter: FilterBase): AndFilter;
__applyToConsumer(add: FilterConsumer): void;
}

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