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

flushable-set

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

flushable-set - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4

esm/mod.d.ts

12

package.json
{
"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)
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