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 1.1.5 to 1.1.6

4

form-urlencoded.js
// Filename: formurlencoded.js
// Timestamp: 2016.01.17-14:31:12 (last modified)
// Timestamp: 2016.01.17-14:43:39 (last modified)
// Author(s): Bumblehead (www.bumblehead.com), JBlashill (james@blashill.com)

@@ -60,4 +60,4 @@ //

return filterjoin(keys(data).map(function (key) {
return nest(encode(key), data[key]);
return nest(key, data[key]);
}));
};
{
"name": "form-urlencoded",
"main": "form-urlencoded",
"version": "1.1.5",
"version": "1.1.6",
"description": "Return an object as an `x-www-form-urlencoded` string",

@@ -6,0 +6,0 @@ "author": "Chris <chris@bumblehead.com>",

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