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

@netlify/zip-it-and-ship-it

Package Overview
Dependencies
Maintainers
19
Versions
328
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@netlify/zip-it-and-ship-it - npm Package Compare versions

Comparing version 9.24.1 to 9.24.2

13

dist/runtimes/go/index.js

@@ -87,2 +87,8 @@ import { basename, dirname, extname, join } from 'path';

}
const result = {
config,
displayName: config?.name,
generator: config?.generator || getInternalValue(isInternal),
runtimeVersion: featureFlags.zisi_golang_use_al2 ? 'provided.al2' : undefined,
};
// If `zipGo` is enabled, we create a zip archive with the Go binary and the

@@ -99,6 +105,5 @@ // toolchain file.

return {
config,
...result,
path: zipPath,
entryFilename: zipOptions.filename,
runtimeVersion: featureFlags.zisi_golang_use_al2 ? 'provided.al2' : undefined,
};

@@ -113,7 +118,5 @@ }

return {
config,
...result,
path: destPath,
entryFilename: '',
displayName: config?.name,
generator: config?.generator || getInternalValue(isInternal),
};

@@ -120,0 +123,0 @@ };

{
"name": "@netlify/zip-it-and-ship-it",
"version": "9.24.1",
"version": "9.24.2",
"description": "Zip it and ship it",

@@ -58,2 +58,3 @@ "main": "./dist/main.js",

"@babel/parser": "^7.22.5",
"@babel/types": "7.22.19",
"@netlify/binary-info": "^1.0.0",

@@ -91,3 +92,2 @@ "@netlify/serverless-functions-api": "^1.9.0",

"devDependencies": {
"@babel/types": "7.22.19",
"@netlify/eslint-config-node": "7.0.1",

@@ -94,0 +94,0 @@ "@skn0tt/lambda-local": "2.0.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