Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@netlify/edge-bundler

Package Overview
Dependencies
Maintainers
20
Versions
134
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@netlify/edge-bundler - npm Package Compare versions

Comparing version 8.16.1 to 8.16.2

6

dist/node/bridge.js

@@ -12,2 +12,4 @@ import { promises as fs } from 'fs';

const DENO_VERSION_FILE = 'version.txt';
// When updating DENO_VERSION_RANGE, ensure that the deno version installed in the
// build-image/buildbot does satisfy this range!
const DENO_VERSION_RANGE = '^1.30.0';

@@ -56,3 +58,5 @@ class DenoBridge {

}
catch { }
catch (error) {
this.logger.system('getBinaryVersion failed', error);
}
}

@@ -59,0 +63,0 @@ async getCachedBinary() {

2

dist/node/downloader.js

@@ -23,5 +23,5 @@ import { createWriteStream, promises as fs } from 'fs';

await new Promise((resolve, reject) => {
data.pipe(file);
data.on('error', reject);
file.on('finish', resolve);
data.pipe(file);
});

@@ -28,0 +28,0 @@ await extractBinaryFromZip(zipPath, binaryPath, binaryName);

{
"name": "@netlify/edge-bundler",
"version": "8.16.1",
"version": "8.16.2",
"description": "Intelligently prepare Netlify Edge Functions for deployment",

@@ -5,0 +5,0 @@ "type": "module",

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