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

decode-formdata

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

decode-formdata - npm Package Compare versions

Comparing version 0.7.1 to 0.7.2

2

dist/index.js

@@ -124,3 +124,3 @@ // src/regex.ts

for (const [path, input] of formData.entries()) {
const templateName = path.replace(/.\d+./g, ".$.");
const templateName = path.replace(/.\d+./g, ".$.").replace(/.\d+$/, ".$");
const templateKeys = templateName.split(".");

@@ -127,0 +127,0 @@ path.split(".").reduce((object, key, index, keys) => {

{
"name": "decode-formdata",
"description": "Decodes complex FormData into a JavaScript object",
"version": "0.7.1",
"version": "0.7.2",
"license": "MIT",

@@ -6,0 +6,0 @@ "author": "Fabian Hiller",

Sorry, the diff of this file is not supported yet

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