Socket
Socket
Sign inDemoInstall

h3-formidable

Package Overview
Dependencies
7
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.2 to 0.3.0

10

dist/index.js

@@ -0,1 +1,2 @@

"use strict";
var __create = Object.create;

@@ -19,3 +20,10 @@ var __defProp = Object.defineProperty;

};
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target, mod));
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
// If the importer is in node compatibility mode or this is not an ESM
// file that has been converted to a CommonJS file using a Babel-
// compatible transform (i.e. "__esModule" has not been set), then set
// "default" to the CommonJS "module.exports" for node compatibility.
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
mod
));
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);

@@ -22,0 +30,0 @@

22

package.json
{
"name": "h3-formidable",
"version": "0.2.2",
"version": "0.3.0",
"description": "File upload parsing utility for h3 and Nuxt.",

@@ -45,3 +45,3 @@ "author": "Robert Soriano <sorianorobertc@gmail.com>",

"peerDependencies": {
"h3": ">=1.0.0"
"h3": ">=1.6.0"
},

@@ -52,13 +52,13 @@ "dependencies": {

"devDependencies": {
"@antfu/eslint-config": "^0.25.2",
"@antfu/eslint-config": "^0.38.4",
"@types/formidable": "^2.0.5",
"@types/supertest": "^2.0.12",
"bumpp": "^8.2.1",
"eslint": "^8.25.0",
"h3": "^1.0.1",
"supertest": "^6.3.1",
"tsup": "6.0.1",
"typescript": "^4.7.4",
"vite": "^2.9.12",
"vitest": "^0.15.1"
"bumpp": "^9.1.0",
"eslint": "^8.38.0",
"h3": "^1.6.4",
"supertest": "^6.3.3",
"tsup": "6.7.0",
"typescript": "^5.0.4",
"vite": "^4.2.1",
"vitest": "^0.30.1"
},

@@ -65,0 +65,0 @@ "eslintConfig": {

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