object-to-formdata
Advanced tools
Comparing version 3.0.0 to 3.0.1
{ | ||
"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; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
5
0
21841
10