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

@netlify/edge-bundler

Package Overview
Dependencies
Maintainers
19
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 2.1.0 to 2.2.0

3

dist/node/bridge.d.ts
/// <reference types="node" />
import { ExecaChildProcess } from 'execa';
import { Logger } from './logger.js';
declare const DENO_VERSION_RANGE = "^1.22.0";
declare type OnBeforeDownloadHook = () => void | Promise<void>;

@@ -51,3 +52,3 @@ declare type OnAfterDownloadHook = (error?: Error) => void | Promise<void>;

}
export { DenoBridge };
export { DENO_VERSION_RANGE, DenoBridge };
export type { DenoOptions, OnAfterDownloadHook, OnBeforeDownloadHook, ProcessRef };

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

const DENO_VERSION_FILE = 'version.txt';
const DENO_VERSION_RANGE = '^1.20.3';
const DENO_VERSION_RANGE = '^1.22.0';
class DenoBridge {

@@ -154,2 +154,2 @@ constructor(options) {

}
export { DenoBridge };
export { DENO_VERSION_RANGE, DenoBridge };

@@ -93,3 +93,3 @@ import { tmpName } from 'tmp-promise';

}
const server = await prepareServer({
const server = prepareServer({
deno,

@@ -96,0 +96,0 @@ distDirectory,

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

@@ -90,2 +90,3 @@ "type": "module",

"execa": "^6.0.0",
"get-port": "^6.1.2",
"find-up": "^6.3.0",

@@ -92,0 +93,0 @@ "glob-to-regexp": "^0.4.1",

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