Socket
Socket
Sign inDemoInstall

roots-db

Package Overview
Dependencies
238
Maintainers
1
Versions
367
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.40.2 to 0.40.3

10

lib/Batch.js

@@ -86,3 +86,3 @@ /*

/*
Array's prototype
Array prototype's methods
*/

@@ -107,2 +107,10 @@

/*
Async version of some array-like prototype methods
*/
async filterAsync( asyncFn ) {
return this.fromExtraction( await Promise.filter( this , asyncFn ) ) ;
}
/*
API

@@ -109,0 +117,0 @@ */

2

package.json
{
"name": "roots-db",
"version": "0.40.2",
"version": "0.40.3",
"engines": {

@@ -5,0 +5,0 @@ "node": ">=16.13.0"

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc