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

fontoxpath

Package Overview
Dependencies
Maintainers
1
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.3.0 to 3.4.0

2

dist/fontoxpath.d.ts

@@ -281,3 +281,5 @@

createAttributeNS(namespaceURI: string, name: string): Attr;
createCDATASection(contents: string): CDATASection;
createComment(contents: string): Comment;
createDocument(): Document;
createElementNS(namespaceURI: string, name: string): Element;

@@ -284,0 +286,0 @@ createProcessingInstruction(target: string, data: string): ProcessingInstruction;

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

13

package.json
{
"name": "fontoxpath",
"version": "3.3.0",
"version": "3.4.0",
"description": "A minimalistic XPath 3.1 engine in JavaScript",

@@ -60,6 +60,6 @@ "main": "dist/fontoxpath.js",

"devDependencies": {
"@microsoft/api-extractor": "^7.0.18",
"@microsoft/api-extractor": "^7.0.23",
"@types/chai": "^4.1.7",
"@types/mocha": "^5.2.5",
"@types/node": "^10.12.26",
"@types/node": "^11.9.4",
"@types/node-static": "^0.7.2",

@@ -72,10 +72,9 @@ "@types/sinon": "^7.0.5",

"fs-extra": "^7.0.1",
"google-closure-compiler": "^20190121.0.0",
"istanbul": "^0.4.5",
"google-closure-compiler": "^20190301.0.0",
"mocha": "^5.2.0",
"node-static": "^0.7.11",
"nyc": "^13.2.0",
"nyc": "^13.3.0",
"pegjs": "^0.10.0",
"prettier": "^1.16.4",
"sinon": "^7.2.3",
"sinon": "^7.2.7",
"sinon-chai": "^3.3.0",

@@ -82,0 +81,0 @@ "slimdom": "^2.2.1",

@@ -0,0 +0,0 @@ # fontoxpath [![Build Status](https://travis-ci.org/FontoXML/fontoxpath.svg?branch=master)](https://travis-ci.org/FontoXML/fontoxpath) [![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) [![Greenkeeper badge](https://badges.greenkeeper.io/FontoXML/fontoxpath.svg)](https://greenkeeper.io/) [![install size](https://packagephobia.now.sh/badge?p=fontoxpath)](https://packagephobia.now.sh/result?p=fontoxpath) [![Coverage Status](https://coveralls.io/repos/github/FontoXML/fontoxpath/badge.svg?branch=master)](https://coveralls.io/github/FontoXML/fontoxpath?branch=master)

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

Sorry, the diff of this file is not supported yet

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