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

fetch-plus-csrf

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fetch-plus-csrf - npm Package Compare versions

Comparing version 3.10.3 to 3.10.4

2

dist/index.js

@@ -114,3 +114,3 @@ (function webpackUniversalModuleDefinition(root, factory) {

mapped[key] = value;
} else if (typeof FormData === "function" && value instanceof FormData) {
} else if (((typeof FormData === "undefined" ? "undefined" : _typeof(FormData)) === "object" || typeof FormData === "function") && value instanceof FormData) {
mapped[key] = value;

@@ -117,0 +117,0 @@ } else if ((typeof value === "undefined" ? "undefined" : _typeof(value)) === "object") {

{
"name": "fetch-plus-csrf",
"description": "A convenient Fetch API library with first-class middleware support",
"version": "3.10.3",
"version": "3.10.4",
"license": "BSD-3-Clause",

@@ -6,0 +6,0 @@ "repository": {

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