Socket
Socket
Sign inDemoInstall

xpath

Package Overview
Dependencies
0
Maintainers
2
Versions
23
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.33 to 0.0.34

8

package.json
{
"name": "xpath",
"version": "0.0.33",
"version": "0.0.34",
"description": "DOM 3 XPath implemention and helper for node.js and the web",

@@ -22,2 +22,3 @@ "engines": {

"es-check": "^7.1.1",
"func-xml": "^0.0.10",
"mocha": "^9.0.2"

@@ -34,3 +35,6 @@ },

},
"main": "./xpath.js",
"main": "xpath.js",
"files": [
"xpath.d.ts"
],
"keywords": [

@@ -37,0 +41,0 @@ "xpath",

@@ -42,3 +42,3 @@ /// <reference lib="dom" />

export function isNodeLike(value: SelectedValue): value is Node;
export function isArrayOfNodes(value: SelectedValue): value is Node[];
export function isArrayOfNodes(value: SelectReturnType): value is Node[];
export function isElement(value: SelectedValue): value is Element;

@@ -45,0 +45,0 @@ export function isAttribute(value: SelectedValue): value is Attr;

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc