formstream
Advanced tools
Comparing version 1.2.0 to 1.3.0
{ | ||
"name": "formstream", | ||
"version": "1.2.0", | ||
"version": "1.3.0", | ||
"description": "A multipart/form-data encoded stream, helper for file upload.", | ||
"main": "lib/formstream.js", | ||
"types": "types/formstream.d.ts", | ||
"files": [ | ||
"lib" | ||
"lib", | ||
"types/formstream.d.ts" | ||
], | ||
@@ -12,4 +14,5 @@ "scripts": { | ||
"cov": "egg-bin cov", | ||
"ci": "npm run lint && npm run cov", | ||
"lint": "jshint ." | ||
"ci": "npm run lint && npm run tsd && npm run cov", | ||
"lint": "jshint .", | ||
"tsd": "tsd" | ||
}, | ||
@@ -35,2 +38,3 @@ "repository": { | ||
"devDependencies": { | ||
"@types/node": "^20.4.3", | ||
"connect-multiparty": "1", | ||
@@ -42,2 +46,3 @@ "egg-bin": "^5.6.1", | ||
"should": "4", | ||
"tsd": "^0.28.1", | ||
"urllib": "2" | ||
@@ -44,0 +49,0 @@ }, |
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
296
15691
9