Socket
Socket
Sign inDemoInstall

@domql/utils

Package Overview
Dependencies
Maintainers
1
Versions
168
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@domql/utils - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

7

package.json
{
"name": "@domql/utils",
"version": "0.0.1",
"version": "0.0.2",
"main": "src/index.js",
"license": "MIT"
"license": "MIT",
"scripts": {
"patch": "npm version patch && npm publish"
}
}
'use strict'
export * from './report'
export * from './object'
export * from './node'
export * from './protoUtils'
'use strict'
import nodes from '../element/nodes'
import { NODE_REGISTRY } from '@domql/node'
export const isTagRegistered = arg => nodes.body.indexOf(arg)
export const isValidHtmlTag = arg => NODE_REGISTRY.body.indexOf(arg)

@@ -7,0 +7,0 @@ export const isObject = arg => {

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