enmap icon indicating copy to clipboard operation
enmap copied to clipboard

Enhanced Map structure with additional utility methods.

Results 17 enmap issues
Sort by recently updated
recently updated
newest added

@joshdb/sqlite actually does this to a point : batching of 10 records at a time. There's a potential balance here between performance and memory usage, since capturing smaller number of...

Adding "path" means the following: * Find differences between existing and changed data and optimize for changes when doing queries (batches, perhaps?) * Have a ::NULL:: value for no path...

Hey, i have find a bug on Enmap ! The error is: ```js TypeError: data.findIndex is not a function at Enmap.remove (Z:\code\kady\kadyBeta\node_modules\enmap\src\index.js:837:24) at eval (eval at (Z:\code\kady\kadyBeta\_interactions\cmd\dev\eval.js:25:23), :1:39) at Z:\code\kady\kadyBeta\_interactions\cmd\dev\eval.js:25:23...

Some links still pointed to https://enmap.evie.codes, so I did a simple search and replace to update old links

Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @​mohd-akram in jonschlinkert/word-wrap#24 🔒fix: CVE 2023 26115 (2) by @​OlafConijn in...

dependencies

Bumps [tough-cookie](https://github.com/salesforce/tough-cookie) from 4.0.0 to 4.1.3. Release notes Sourced from tough-cookie's releases. 4.1.3 Security fix for Prototype Pollution discovery in #282. This is a minor release, although output from the...

dependencies

Bumps [ansi-regex](https://github.com/chalk/ansi-regex) from 5.0.0 to 5.0.1. Release notes Sourced from ansi-regex's releases. v5.0.1 Fixes (backport of 6.0.1 to v5) This is a backport of the minor ReDos vulnerability in ansi-regex@<6.0.1,...

dependencies

In regards to #104 and its ultimate reversion, the decision should be made on whether to make key, string only, or perhaps `string | null`, in order to provide a...

This variable in the EnmapOptions interface is missing, causing an error in the constructor. As per the docs, defaults to false but can be specified when instantiating a new Enmap...