Socket
Socket
Sign inDemoInstall

domql

Package Overview
Dependencies
1
Maintainers
1
Versions
260
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.3.0 to 1.3.1

2

package.json

@@ -6,3 +6,3 @@ {

"author": "rackai",
"version": "1.3.0",
"version": "1.3.1",
"repository": "https://github.com/rackai/domql",

@@ -9,0 +9,0 @@ "publishConfig": {

@@ -74,2 +74,7 @@ 'use strict'

// run `on.init`
if (element.on && isFunction(element.on.init)) {
on.init(element.on.init, element, element.state)
}
// generate a CLASS name

@@ -90,7 +95,2 @@ assignClass(element)

// run `on.init`
if (element.on && isFunction(element.on.init)) {
on.init(element.on.init, element, element.state)
}
// enable TRANSFORM in data

@@ -97,0 +97,0 @@ if (!element.transform) element.transform = {}

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc