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 4.1.0 to 4.1.1

.github/dependabot.yaml

33

package.json
{
"name": "object-to-formdata",
"version": "4.1.0",
"version": "4.1.1",
"keywords": [

@@ -15,22 +15,9 @@ "form",

"author": "Parmesh Krishen",
"main": "dist/index.js",
"unpkg": "dist/index.umd.js",
"module": "dist/index.module.js",
"source": "src/index.js",
"main": "src",
"types": "types.d.ts",
"files": [
"src",
"dist",
"types.d.ts"
],
"scripts": {
"build": "bundt",
"prepublishOnly": "npm run build",
"prepare": "pro-commit",
"pro-commit:task": "pretty-quick --staged",
"test": "jest --coverage"
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged && npm run test"
}
},
"prettier": {

@@ -40,9 +27,11 @@ "singleQuote": true,

},
"jest": {
"testEnvironment": "jsdom"
},
"devDependencies": {
"bundt": "^1.0.2",
"husky": "^4.2.5",
"jest": "^26.1.0",
"prettier": "^2.0.5",
"pretty-quick": "^2.0.1"
"jest": "^27.3.1",
"prettier": "^2.4.1",
"pretty-quick": "^3.1.2",
"pro-commit": "^1.2.1"
}
}

Sorry, the diff of this file is not supported yet

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