Socket
Socket
Sign inDemoInstall

form-urlencoded

Package Overview
Dependencies
Maintainers
1
Versions
80
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

form-urlencoded - npm Package Compare versions

Comparing version 4.5.0 to 4.5.1

4

form-urlencoded.js

@@ -1,2 +0,2 @@

module.exports = (data, opts = {}) => {
module.exports = { default : (data, opts = {}) => {
const {

@@ -46,2 +46,2 @@ sorted, skipIndex, ignorenull, skipBracket, useDot, whitespace = '+'

return data && filterjoin(keys(data).map(key => nest(key, data[key])));
};
} };

@@ -13,4 +13,4 @@ {

"./": "./"
},
"version": "4.5.0",
},
"version": "4.5.1",
"description": "Return an object as an 'x-www-form-urlencoded' string",

@@ -53,3 +53,4 @@ "author": "Chris <chris@bumblehead.com>",

"devDependencies": {
"@babel/eslint-parser": "7.13.10",
"@babel/core": "7.13.15",
"@babel/eslint-parser": "7.13.14",
"ava": "^4.0.0-alpha.2",

@@ -67,4 +68,4 @@ "eslint": "^7.23.0",

"start": "cp form-urlencoded.mjs form-urlencoded.js && sed -i 's/export default/module.exports =/' form-urlencoded.js",
"prepare": "npm start && npm run lint && npm test"
"sprepare": "npm start && npm run lint && npm test"
}
}
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