form-auto-content
Advanced tools
Comparing version 1.0.0 to 2.0.0
@@ -5,3 +5,3 @@ 'use strict' | ||
const querystring = require('querystring') | ||
const { Readable } = require('readable-stream') // to support node6 | ||
const { Readable } = require('stream') | ||
@@ -45,2 +45,3 @@ module.exports = function formMethod (json) { | ||
// We need to support node 10 till April 2021 | ||
function flatMap (acc, unfold) { | ||
@@ -47,0 +48,0 @@ if (Array.isArray(unfold)) { |
{ | ||
"name": "form-auto-content", | ||
"version": "1.0.0", | ||
"version": "2.0.0", | ||
"description": "Build a form without headache", | ||
@@ -17,3 +17,3 @@ "main": "index.js", | ||
"engines": { | ||
"node": ">=6" | ||
"node": ">=10.17.0" | ||
}, | ||
@@ -36,3 +36,3 @@ "keywords": [ | ||
"devDependencies": { | ||
"light-my-request": "^3.7.4", | ||
"light-my-request": "^4.0.1", | ||
"multiparty": "^4.2.1", | ||
@@ -42,5 +42,3 @@ "standard": "^14.3.3", | ||
}, | ||
"dependencies": { | ||
"readable-stream": "^3.6.0" | ||
} | ||
"dependencies": {} | ||
} |
Sorry, the diff of this file is not supported yet
8802
0
141
- Removedreadable-stream@^3.6.0
- Removedinherits@2.0.4(transitive)
- Removedreadable-stream@3.6.2(transitive)
- Removedsafe-buffer@5.2.1(transitive)
- Removedstring_decoder@1.3.0(transitive)
- Removedutil-deprecate@1.0.2(transitive)