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

@olton/query

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@olton/query - npm Package Compare versions

Comparing version 0.4.10 to 0.4.11

__html__/form.html

2

package.json
{
"name": "@olton/query",
"version": "0.4.10",
"version": "0.4.11",
"description": "Query is a minimalist JavaScript library for manipulating with HTML Elements",

@@ -5,0 +5,0 @@ "main": "src/index.js",

@@ -73,7 +73,7 @@ import {toType} from "../helpers/to-type.js";

if (o.nodeName && o.nodeName === 'FORM') {
result = this.serializeForm(o)
result = Serialize.serializeForm(o)
} else if (Array.isArray(o)) {
result = o
} else if (toType(o) === 'object') {
result = this.serializeObject(o)
result = Serialize.serializeObject(o)
} else {

@@ -80,0 +80,0 @@ result = []

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