New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@garfish/loader

Package Overview
Dependencies
Maintainers
8
Versions
366
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@garfish/loader - npm Package Compare versions

Comparing version 1.16.3-beta-20230705075815.0 to 1.16.3-beta-20230906074217.0

3

dist/esm/index.js

@@ -317,3 +317,4 @@ var __defProp = Object.defineProperty;

const config = typeof extra === "function" ? extra(url) : extra;
return __spreadValues({ mode: "cors" }, config);
const mode = "cors";
return __spreadValues({ mode }, config);
}

@@ -320,0 +321,0 @@

@@ -131,3 +131,3 @@ import { PluginSystem, SyncHook, SyncWaterfallHook, AsyncHook } from '@garfish/hooks';

scope: string;
requestConfig: ResponseInit;
requestConfig: RequestInit;
}>;

@@ -134,0 +134,0 @@ fetch: AsyncHook<[string, RequestInit], false | void | Response>;

@@ -329,3 +329,4 @@ var __defProp = Object.defineProperty;

const config = typeof extra === "function" ? extra(url) : extra;
return __spreadValues({ mode: "cors" }, config);
const mode = "cors";
return __spreadValues({ mode }, config);
}

@@ -332,0 +333,0 @@

{
"name": "@garfish/loader",
"version": "1.16.3-beta-20230705075815.0",
"version": "1.16.3-beta-20230906074217.0",
"description": "loader module.",

@@ -30,4 +30,4 @@ "keywords": [

"dependencies": {
"@garfish/hooks": "1.16.3-beta-20230705075815.0",
"@garfish/utils": "1.16.3-beta-20230705075815.0"
"@garfish/hooks": "1.16.3-beta-20230906074217.0",
"@garfish/utils": "1.16.3-beta-20230906074217.0"
},

@@ -34,0 +34,0 @@ "publishConfig": {

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