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 3.1.0 to 3.1.1

8

dist/node/server/server.js

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

const importMap = new ImportMap(importMaps);
const flags = [
'--allow-all',
'--unstable',
`--import-map=${importMap.toDataURL()}`,
'--v8-flags=--disallow-code-generation-from-strings',
'--no-config',
];
const flags = ['--allow-all', '--unstable', `--import-map=${importMap.toDataURL()}`, '--no-config'];
if (certificatePath) {

@@ -84,0 +78,0 @@ flags.push(`--cert=${certificatePath}`);

2

package.json
{
"name": "@netlify/edge-bundler",
"version": "3.1.0",
"version": "3.1.1",
"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