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

object-to-formdata

Package Overview
Dependencies
Maintainers
1
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

object-to-formdata - npm Package Compare versions

Comparing version 3.0.0 to 3.0.1

19

package.json
{
"name": "object-to-formdata",
"version": "3.0.0",
"version": "3.0.1",
"keywords": [

@@ -19,10 +19,15 @@ "form",

"types": "types.d.ts",
"files": [
"src",
"dist",
"types.d.ts"
],
"scripts": {
"build": "microbundle --format cjs,es",
"prepublishOnly": "npm run-script test && npm run-script build",
"test": "jest --coverage"
"prepublishOnly": "npm run-script build",
"test": "npm run-script build && jest --coverage"
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
"pre-commit": "pretty-quick --staged && npm run-script test"
}

@@ -34,9 +39,3 @@ },

},
"jest": {
"transform": {
"^.+\\.js$": "buble-jest"
}
},
"devDependencies": {
"buble-jest": "^1.0.1",
"husky": "^4.0.10",

@@ -43,0 +42,0 @@ "jest": "^25.1.0",

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

import { objectToFormData } from '.';
const { objectToFormData } = require('..');

@@ -3,0 +3,0 @@ const formDataAppend = global.FormData.prototype.append;

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