Huge News!Announcing our $40M Series B led by Abstract Ventures.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.2 to 0.4.3

2

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

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

import { terser } from 'rollup-plugin-terser'
import { babel } from '@rollup/plugin-babel'
import commonjs from '@rollup/plugin-commonjs'

@@ -5,0 +3,0 @@ export default [

@@ -23,3 +23,3 @@ import {each} from "../helpers/each.js"

import {Events} from "../plugins/events.js"
import {DataSet, QueryDataSet} from "./data"
import {DataSet} from "./data"
import {appendScript, Script} from "../plugins/script.js"

@@ -74,3 +74,2 @@ import {Manipulations} from "../plugins/manipulations.js"

Initiator,
QueryDataSet,
Attr,

@@ -77,0 +76,0 @@ Class,

@@ -43,3 +43,3 @@ import {appendScript} from "./script";

}
if (isArrayLike(value)) {
if (typeof value !== 'string' && isArrayLike(value)) {
each(value, (_, el) => {

@@ -46,0 +46,0 @@ if (el instanceof HTMLElement)

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