New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

form-auto-content

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

form-auto-content - npm Package Compare versions

Comparing version 1.0.0 to 2.0.0

3

index.js

@@ -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

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