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.48.2 to 1.48.3

2

dist/bundle.js

@@ -107,3 +107,3 @@ "use strict";

const pkg = await Promise.resolve().then(() => __importStar(require('esbuild')));
const context = await pkg?.context(options);
const context = await pkg.context?.(options);
let result = await context?.rebuild();

@@ -110,0 +110,0 @@ if (!result) {

{
"name": "serverless-esbuild",
"version": "1.48.2",
"version": "1.48.3",
"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