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.9 to 1.2.0

2

form-urlencoded.js

@@ -46,3 +46,3 @@ // Filename: formurlencoded.js

if (value === null) {
if (value === f) {
f = opts.ignorenull ? f : encode(name) + '=' + f;

@@ -49,0 +49,0 @@ } else if (/string|number|boolean/.test(type)) {

{
"name": "form-urlencoded",
"main": "form-urlencoded",
"version": "1.1.9",
"version": "1.2.0",
"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