New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

fontoxpath

Package Overview
Dependencies
Maintainers
3
Versions
117
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fontoxpath - npm Package Compare versions

Comparing version 3.17.2 to 3.17.3

7

dist/fontoxpath.d.ts

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

/**
* Evaluates an XPath on the given contextNode. Returns the first node result.
* Evaluates an XPath on the given contextNode. Returns all nodes the XPath resolves to.
* Returns result in the order defined in the XPath. The path operator ('/'), the union operator ('union' and '|') will sort.

@@ -723,2 +723,5 @@ * This implies (//A, //B) resolves to all A nodes, followed by all B nodes, both in document order, but not merged.

*
* Note that the parseScript function returns a detached element: it is not added to the passed
* document.
*
* @example

@@ -737,3 +740,3 @@ * Parse "self::element" to an XQueryX element and access it

* const nameTestElement = evaluateXPathToFirstNode(
* '//Q{http://www.w3.org/2005/XQueryX}nameTest',
* 'descendant-or-self::Q{http://www.w3.org/2005/XQueryX}nameTest',
* xqueryx)

@@ -740,0 +743,0 @@ * ```

@@ -0,0 +0,0 @@ MIT License

{
"name": "fontoxpath",
"version": "3.17.2",
"version": "3.17.3",
"description": "A minimalistic XPath 3.1 engine in JavaScript",

@@ -5,0 +5,0 @@ "main": "dist/fontoxpath.js",

@@ -0,0 +0,0 @@ # fontoxpath ![Build Status](https://github.com/FontoXML/fontoxpath/workflows/CI/badge.svg) [![devDependency Status](https://david-dm.org/FontoXML/fontoxpath/dev-status.svg)](https://david-dm.org/FontoXML/fontoxpath#info=devDependencies) [![NPM version](https://badge.fury.io/js/fontoxpath.svg)](http://badge.fury.io/js/fontoxpath) [![bundle size](https://badgen.net/bundlephobia/minzip/fontoxpath)](https://bundlephobia.com/result?p=fontoxpath) [![Coverage Status](https://coveralls.io/repos/github/FontoXML/fontoxpath/badge.svg?branch=master)](https://coveralls.io/github/FontoXML/fontoxpath?branch=master) [![Known Vulnerabilities](https://snyk.io/test/github/FontoXML/fontoxpath/badge.svg?targetFile=package.json)](https://snyk.io/test/github/FontoXML/fontoxpath?targetFile=package.json) [![CodeFactor](https://www.codefactor.io/repository/github/fontoxml/fontoxpath/badge)](https://www.codefactor.io/repository/github/fontoxml/fontoxpath)

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

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

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