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

nested-formdata

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nested-formdata - npm Package Compare versions

Comparing version 1.0.2 to 1.1.0

dist/index.d.ts

76

package.json
{
"name": "nested-formdata",
"version": "1.0.2",
"description": "This is a JavaScript utility function that converts JavaScript nested objects into FormData. It's beneficial when you need to send your data to the server in multipart/form-data format. This utility is built with TypeScript and Lodash.",
"author": "Mohammad Hosein Alijany",
"keywords": [
"nested-formdata",
"formdata",
"object-to-formdata"
"version": "1.1.0",
"license": "MIT",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"files": [
"dist",
"src"
],
"repository": {
"type": "git",
"url": "git+https://github.com/alijany/nested-formdata.git"
"engines": {
"node": ">=10"
},
"license": "ISC",
"dependencies": {
"lodash": "^4.17.21"
"scripts": {
"start": "tsdx watch",
"build": "tsdx build --transpileOnly",
"test": "tsdx test",
"lint": "tsdx lint",
"prepare": "tsdx build --transpileOnly",
"size": "size-limit",
"analyze": "size-limit --why"
},
"source": "./script.ts",
"type": "module",
"exports": {
"require": "./dist/nested-formdata.cjs",
"default": "./dist/nested-formdata.modern.js"
"husky": {
"hooks": {
"pre-commit": "tsdx lint"
}
},
"main": "./dist/nested-formdata.cjs",
"module": "./dist/nested-formdata.module.js",
"unpkg": "./dist/nested-formdata.umd.js",
"types": "./dist/script.d.ts",
"scripts": {
"build": "microbundle",
"dev": "microbundle watch"
"prettier": {
"printWidth": 80,
"semi": true,
"singleQuote": true,
"trailingComma": "es5"
},
"files": [
"dist/"
"name": "nested-formdata",
"author": "MH.Alijany",
"module": "dist/nested-formdata.esm.js",
"size-limit": [
{
"path": "dist/nested-formdata.cjs.production.min.js",
"limit": "10 KB"
},
{
"path": "dist/nested-formdata.esm.js",
"limit": "10 KB"
}
],
"devDependencies": {
"@size-limit/preset-small-lib": "^11.0.1",
"@types/lodash": "^4.14.202",

@@ -43,4 +54,11 @@ "@typescript-eslint/eslint-plugin": "^5.59.11",

"eslint-plugin-prettier": "^4.2.1",
"microbundle": "^0.15.1"
"husky": "^8.0.3",
"size-limit": "^11.0.1",
"tsdx": "^0.14.1",
"tslib": "^2.6.2",
"typescript": "^5.3.3"
},
"dependencies": {
"lodash": "^4.17.21"
}
}
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