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

formdata-node

Package Overview
Dependencies
Maintainers
1
Versions
76
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

formdata-node - npm Package Compare versions

Comparing version 3.6.3 to 3.6.4

2

lib/cjs/FormData.js

@@ -49,3 +49,3 @@ "use strict";

_FormData_content.set(this, new Map());
__classPrivateFieldSet(this, _FormData_encoder, new form_data_encoder_1.Encoder(this), "f");
__classPrivateFieldSet(this, _FormData_encoder, new form_data_encoder_1.FormDataEncoder(this), "f");
if (entries) {

@@ -52,0 +52,0 @@ entries.forEach(({ name, value, filename, options }) => this.append(name, value, filename, options));

@@ -23,3 +23,3 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

import { inspect } from "util";
import { Encoder } from "form-data-encoder";
import { FormDataEncoder } from "form-data-encoder";
import { File } from "./File.js";

@@ -44,3 +44,3 @@ import { fileFromPathSync } from "./fileFromPath.js";

_FormData_content.set(this, new Map());
__classPrivateFieldSet(this, _FormData_encoder, new Encoder(this), "f");
__classPrivateFieldSet(this, _FormData_encoder, new FormDataEncoder(this), "f");
if (entries) {

@@ -47,0 +47,0 @@ entries.forEach(({ name, value, filename, options }) => this.append(name, value, filename, options));

{
"name": "formdata-node",
"version": "3.6.3",
"version": "3.6.4",
"description": "FormData implementation for Node.js",

@@ -54,6 +54,6 @@ "repository": "octet-stream/form-data",

"@octetstream/eslint-config": "5.0.0",
"@types/node": "16.4.10",
"@types/node": "16.4.14",
"@types/sinon": "10.0.2",
"@typescript-eslint/eslint-plugin": "4.29.0",
"@typescript-eslint/parser": "4.29.0",
"@typescript-eslint/eslint-plugin": "4.29.1",
"@typescript-eslint/parser": "4.29.1",
"@zoltu/typescript-transformer-append-js-extension": "1.0.1",

@@ -65,2 +65,3 @@ "ava": "3.15.0",

"eslint-config-airbnb-typescript": "12.3.1",
"eslint-import-resolver-typescript": "2.4.0",
"eslint-plugin-ava": "12.0.0",

@@ -70,6 +71,6 @@ "eslint-plugin-jsx-a11y": "6.4.1",

"husky": "7.0.1",
"lint-staged": "11.1.1",
"lint-staged": "11.1.2",
"pinst": "2.1.6",
"sinon": "11.1.2",
"ts-node": "10.1.0",
"ts-node": "10.2.0",
"ttypescript": "1.5.12",

@@ -80,5 +81,5 @@ "typescript": "4.3.5"

"fetch-blob": "2.1.2",
"form-data-encoder": "1.4.0",
"form-data-encoder": "1.4.3",
"node-domexception": "1.0.0"
}
}
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