@netlify/edge-bundler
Advanced tools
Comparing version 8.8.0 to 8.8.1
@@ -1,4 +0,4 @@ | ||
import { load } from "https://deno.land/x/eszip@v0.28.0/loader.ts"; | ||
import { LoadResponse } from "https://deno.land/x/eszip@v0.28.0/mod.ts"; | ||
import * as path from "https://deno.land/std@0.127.0/path/mod.ts"; | ||
import { load } from "https://deno.land/x/eszip@v0.37.0/loader.ts"; | ||
import { LoadResponse } from "https://deno.land/x/eszip@v0.37.0/mod.ts"; | ||
import * as path from "https://deno.land/std@0.178.0/path/mod.ts"; | ||
import { retryAsync } from "https://deno.land/x/retry@v2.0.0/mod.ts"; | ||
@@ -5,0 +5,0 @@ import { isTooManyTries } from "https://deno.land/x/retry@v2.0.0/retry/tooManyTries.ts"; |
@@ -1,4 +0,4 @@ | ||
import { build, LoadResponse } from 'https://deno.land/x/eszip@v0.28.0/mod.ts' | ||
import { build, LoadResponse } from 'https://deno.land/x/eszip@v0.37.0/mod.ts' | ||
import * as path from 'https://deno.land/std@0.127.0/path/mod.ts' | ||
import * as path from 'https://deno.land/std@0.178.0/path/mod.ts' | ||
@@ -5,0 +5,0 @@ import type { InputFunction, WriteStage2Options } from '../../shared/stage2.ts' |
@@ -45,3 +45,3 @@ import { promises as fs } from 'fs'; | ||
'--allow-all', | ||
'https://deno.land/x/eszip@v0.28.0/eszip.ts', | ||
'https://deno.land/x/eszip@v0.37.0/eszip.ts', | ||
'x', | ||
@@ -48,0 +48,0 @@ eszipPath, |
{ | ||
"name": "@netlify/edge-bundler", | ||
"version": "8.8.0", | ||
"version": "8.8.1", | ||
"description": "Intelligently prepare Netlify Edge Functions for deployment", | ||
@@ -5,0 +5,0 @@ "type": "module", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
3063742
7505