Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

dom-form-serializer

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

dom-form-serializer - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

2

dist/dom-form-serializer.js

@@ -272,3 +272,3 @@ (function (global, factory) {

// Don't return options that are disabled or in a disabled optgroup
!option.disabled && (!option.parentNode.disabled || option.parentNode.toLowerCase() === 'optgroup')) {
!option.disabled && (!option.parentNode.disabled || option.parentNode.tagName.toLowerCase() === 'optgroup')) {
// Get the specific value for the option

@@ -275,0 +275,0 @@ value = option.value;

@@ -44,3 +44,3 @@ import TypeRegistry from './TypeRegistry'

(!option.parentNode.disabled ||
option.parentNode.toLowerCase() === 'optgroup')) {
option.parentNode.tagName.toLowerCase() === 'optgroup')) {
// Get the specific value for the option

@@ -47,0 +47,0 @@ value = option.value

{
"name": "dom-form-serializer",
"version": "1.0.3",
"version": "1.0.4",
"description": "Serialize form inputs",

@@ -5,0 +5,0 @@ "main": "dist/dom-form-serializer.js",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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