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

@samwen/lambda-emfiles

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@samwen/lambda-emfiles - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

2

package.json
{
"name": "@samwen/lambda-emfiles",
"version": "1.0.3",
"version": "1.0.4",
"description": "solve node AWS lambda EMFILE issue",

@@ -5,0 +5,0 @@ "main": "src/index.js",

@@ -9,6 +9,8 @@ # lambda-emfiles

4) EMFILE, too many open files
...
etc
It most likely caused by exceeding file descriptors limit of AWS lambda. lambda-emfiles provides solution to the problem.
It most likely caused by exceeding the file descriptors limit of AWS lambda. lambda-emfiles provides solution to the problem.

@@ -58,3 +60,2 @@ # how to use

*** emfiles count: 33, leaks: 9
</pre>

@@ -61,0 +62,0 @@ example 3:

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