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

@netlify/edge-bundler

Package Overview
Dependencies
Maintainers
16
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 1.12.0 to 1.12.1

3

dist/bridge.js

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

import { execa } from 'execa';
import pathKey from 'path-key';
import semver from 'semver';

@@ -125,2 +126,4 @@ import { download } from './downloader.js';

}
// Ensure PATH is always set as otherwise we are not able to find the global deno binary
env[pathKey()] = inputEnv[pathKey({ env: inputEnv })] || process.env[pathKey()];
return env;

@@ -127,0 +130,0 @@ }

3

package.json
{
"name": "@netlify/edge-bundler",
"version": "1.12.0",
"version": "1.12.1",
"description": "Intelligently prepare Netlify Edge Functions for deployment",

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

"p-wait-for": "^4.1.0",
"path-key": "^4.0.0",
"semver": "^7.3.5",

@@ -92,0 +93,0 @@ "tmp-promise": "^3.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