flushable-set
Advanced tools
Comparing version 0.1.3 to 0.1.4
{ | ||
"name": "flushable-set", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"description": "A drop-in replacement of the native Set with an optional max size and a flush callback.", | ||
@@ -26,8 +26,8 @@ "keywords": [ | ||
}, | ||
"main": "./script/FlushableSet.js", | ||
"module": "./esm/FlushableSet.js", | ||
"main": "./script/mod.js", | ||
"module": "./esm/mod.js", | ||
"exports": { | ||
".": { | ||
"import": "./esm/FlushableSet.js", | ||
"require": "./script/FlushableSet.js" | ||
"import": "./esm/mod.js", | ||
"require": "./script/mod.js" | ||
} | ||
@@ -45,3 +45,3 @@ }, | ||
}, | ||
"_generatedBy": "dnt@0.40.0" | ||
"_generatedBy": "dnt@dev" | ||
} |
@@ -47,1 +47,18 @@ # FlushableSet | ||
``` | ||
## Contributing | ||
If you find a bug or would like to suggest a new feature, please open an issue | ||
or submit a pull request on GitHub. | ||
## License | ||
FlushableSet is licensed under the MIT License. See the LICENSE file for more | ||
information. | ||
## Funding | ||
If you find this project useful, please consider supporting it by donating to | ||
the author. | ||
[![Donate](https://img.shields.io/static/v1?label=Sponsor&message=%E2%9D%A4&logo=GitHub)](https://github.com/sponsors/vicary) |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
19600
17
354
64
1