Socket
Socket
Sign inDemoInstall

formdata-to-string

Package Overview
Dependencies
0
Maintainers
10
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.1 to 2.0.2

4

dist/index.js
// src/index.ts
import { isErrored as streamIsErrored } from "node:stream";
import { inspect } from "node:util";
import { isErrored as streamIsErrored } from "stream";
import { inspect } from "util";
async function streamToString(data) {

@@ -5,0 +5,0 @@ const chunks = [];

{
"name": "formdata-to-string",
"version": "2.0.1",
"version": "2.0.2",
"description": "Transform a FormData object into a raw string",

@@ -5,0 +5,0 @@ "license": "ISC",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc