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
0
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.54.3 to 1.54.4

2

dist/utils.js

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

mode: stats.mode,
date: new Date(stats.mtime),
date: new Date(0), // necessary to get the same hash when zipping the same content
});

@@ -122,0 +122,0 @@ });

{
"name": "serverless-esbuild",
"version": "1.54.3",
"version": "1.54.4",
"description": "Serverless plugin for zero-config JavaScript and TypeScript code bundling using extremely fast esbuild",

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

@@ -15,2 +15,3 @@ # 💨 serverless-esbuild

- Works with Typescript and Javascript projects
- Guaranteed to work in Node.js v18 and higher environments
- Supports `sls package`, `sls deploy`, `sls deploy function`

@@ -17,0 +18,0 @@ - Integrates with [`Serverless Invoke Local`](https://www.serverless.com/framework/docs/providers/aws/cli-reference/invoke-local) & [`serverless-offline`](https://github.com/dherault/serverless-offline)

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