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.3 to 8.16.4

2

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

@@ -6,0 +6,0 @@ type OnAfterDownloadHook = (error?: Error) => void | Promise<void>;

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

// build-image/buildbot does satisfy this range!
const DENO_VERSION_RANGE = '^1.30.0';
const DENO_VERSION_RANGE = '^1.32.5';
class DenoBridge {

@@ -17,0 +17,0 @@ constructor(options) {

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

@@ -35,3 +35,3 @@ "type": "module",

"test:dev:deno": "deno test --allow-all deno",
"test:ci:vitest": "vitest run",
"test:ci:vitest": "vitest run --coverage",
"test:ci:deno": "deno test --allow-all deno",

@@ -62,3 +62,3 @@ "test:integration": "node --experimental-modules test/integration/test.js"

"@types/uuid": "^9.0.0",
"@vitest/coverage-c8": "^0.33.0",
"@vitest/coverage-v8": "^0.33.0",
"archiver": "^5.3.1",

@@ -65,0 +65,0 @@ "chalk": "^4.1.2",

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