@olton/query
Advanced tools
Comparing version 0.4.9 to 0.4.10
{ | ||
"name": "@olton/query", | ||
"version": "0.4.9", | ||
"version": "0.4.10", | ||
"description": "Query is a minimalist JavaScript library for manipulating with HTML Elements", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -32,2 +32,3 @@ import {each} from "../helpers/each.js" | ||
import {Position} from "../plugins/position.js"; | ||
import {Serialize} from "../plugins/serialize.js"; | ||
@@ -132,3 +133,4 @@ const defaultOptions = { | ||
nvl, | ||
coalesce | ||
coalesce, | ||
serialize: Serialize.serialize | ||
}) | ||
@@ -135,0 +137,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
10682278
3307