@vercel/blob
Advanced tools
Comparing version 0.16.1-b2c49a85-20231208201339 to 0.16.1
@@ -8,2 +8,2 @@ // this file gets copied to the dist folder | ||
// or seeing how/if cross-fetch solves https://github.com/lquixada/cross-fetch/issues/69 | ||
export const fetch = globalThis.fetch; | ||
export const fetch = globalThis.fetch.bind(globalThis); |
{ | ||
"name": "@vercel/blob", | ||
"version": "0.16.1-b2c49a85-20231208201339", | ||
"version": "0.16.1", | ||
"description": "The Vercel Blob JavaScript API client", | ||
@@ -5,0 +5,0 @@ "homepage": "https://vercel.com/storage/blob", |
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
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
160572