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

serverless-offline

Package Overview
Dependencies
Maintainers
0
Versions
407
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

serverless-offline - npm Package Compare versions

Comparing version 14.3.4 to 14.4.0

5

package.json
{
"name": "serverless-offline",
"version": "14.3.4",
"version": "14.4.0",
"description": "Emulate AWS λ and API Gateway locally when developing your Serverless project",

@@ -93,6 +93,7 @@ "license": "MIT",

"js-string-escape": "^1.0.1",
"jsonpath-plus": "^10.0.0",
"jsonpath-plus": "^10.2.0",
"jsonschema": "^1.4.1",
"jszip": "^3.10.1",
"luxon": "^3.5.0",
"nock": "^13.5.6",
"node-fetch": "^3.3.2",

@@ -99,0 +100,0 @@ "node-schedule": "^2.1.1",

2

src/config/supportedRuntimes.js

@@ -18,2 +18,3 @@ /* eslint-disable sort-keys */

"nodejs20.x": [ARM64, X86_64],
"nodejs22.x": [ARM64, X86_64],
"python3.7": [X86_64],

@@ -51,2 +52,3 @@ "python3.8": [ARM64, X86_64],

"nodejs20.x",
"nodejs22.x",
])

@@ -53,0 +55,0 @@

Sorry, the diff of this file is too big to display

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