Socket
Socket
Sign inDemoInstall

@domql/element

Package Overview
Dependencies
Maintainers
1
Versions
148
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@domql/element - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

7

package.json
{
"name": "@domql/element",
"version": "0.0.1",
"version": "0.0.2",
"main": "src/index.js",
"license": "MIT"
"license": "MIT",
"scripts": {
"patch": "npm version patch && npm publish"
}
}

@@ -21,3 +21,3 @@ 'use strict'

const set = function (params, enter, leave) {
export const set = function (params, enter, leave) {
const element = this

@@ -38,4 +38,2 @@

export default set
// if (element.content && (isFunction(element.content) || element.content.node)) {

@@ -42,0 +40,0 @@ // // leave(element, () => {

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