Socket
Socket
Sign inDemoInstall

domql

Package Overview
Dependencies
Maintainers
1
Versions
260
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

domql - npm Package Compare versions

Comparing version 1.3.3 to 1.3.4

8

package.json

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

"author": "rackai",
"version": "1.3.3",
"version": "1.3.4",
"repository": "https://github.com/rackai/domql",

@@ -33,3 +33,3 @@ "publishConfig": {

"babel-eslint": "^10.0.3",
"babel-jest": "^27.0.2",
"babel-jest": "^28.1.0",
"babel-preset-env": "^1.7.0",

@@ -39,7 +39,7 @@ "coveralls": "^3.0.5",

"eslint-plugin-jest": "^26.1.0",
"jest": "^27.0.6",
"jest": "^28.1.0",
"nodemon": "^2.0.6",
"np": "^7.2.0",
"parcel-bundler": "^1.12.4",
"standard": "^16.0.1"
"standard": "^17.0.0"
},

@@ -46,0 +46,0 @@ "jest": {

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

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

@@ -114,2 +106,10 @@ element.set = set

// run `on.init`
if (element.on && isFunction(element.on.init)) {
on.init(element.on.init, element, element.state)
}
// generate a CLASS name
assignClass(element)
// console.log('cache.props:')

@@ -116,0 +116,0 @@ // console.log(cache.props)

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