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

serverless-esbuild

Package Overview
Dependencies
Maintainers
1
Versions
131
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

serverless-esbuild - npm Package Compare versions

Comparing version 1.43.0 to 1.43.1

4

dist/bundle.js

@@ -154,6 +154,2 @@ "use strict";

.filter((result) => typeof result === 'object');
// dispose of long-running build contexts
Object.entries(this.buildCache).forEach((entry) => {
entry[1].context?.dispose();
});
this.log.verbose('Compiling completed.');

@@ -160,0 +156,0 @@ }

2

package.json
{
"name": "serverless-esbuild",
"version": "1.43.0",
"version": "1.43.1",
"description": "Serverless plugin for zero-config JavaScript and TypeScript code bundling using extremely fast esbuild",

@@ -5,0 +5,0 @@ "keywords": [

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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