xpath-helper
Advanced tools
Comparing version 0.1.2 to 0.1.3
@@ -1,2 +0,2 @@ | ||
import { EmptyFilter, IFilter } from "./filter"; | ||
import { EmptyFilter, IFilter } from "./filter.js"; | ||
/** | ||
@@ -3,0 +3,0 @@ * XPathHelper provides a simple and chainnable API to build complicated XPath queries without the hassle. |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.xh = exports.filter = exports.XPathHelper = void 0; | ||
const filter_1 = require("./filter"); | ||
const filter_js_1 = require("./filter.js"); | ||
/** | ||
@@ -525,3 +525,3 @@ * XPathHelper provides a simple and chainnable API to build complicated XPath queries without the hassle. | ||
exports.XPathHelper = XPathHelper; | ||
exports.filter = Object.freeze(new filter_1.EmptyFilter()); | ||
exports.filter = Object.freeze(new filter_js_1.EmptyFilter()); | ||
exports.xh = Object.freeze(new XPathHelper()); |
@@ -1,2 +0,2 @@ | ||
import { EmptyFilter, IFilter } from "./filter"; | ||
import { EmptyFilter, IFilter } from "./filter.js"; | ||
/** | ||
@@ -3,0 +3,0 @@ * XPathHelper provides a simple and chainnable API to build complicated XPath queries without the hassle. |
@@ -1,2 +0,2 @@ | ||
import { EmptyFilter } from "./filter"; | ||
import { EmptyFilter } from "./filter.js"; | ||
/** | ||
@@ -3,0 +3,0 @@ * XPathHelper provides a simple and chainnable API to build complicated XPath queries without the hassle. |
{ | ||
"name": "xpath-helper", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "A simple and chainnable API to build complicated XPath queries without the hassle.", | ||
"keywords": ["xpath", "helper", "selenium", "test", "selector", "scraping"], | ||
"keywords": [ | ||
"xpath", | ||
"helper", | ||
"selenium", | ||
"test", | ||
"selector", | ||
"scraping" | ||
], | ||
"main": "dist/cjs/xpath-helper.js", | ||
@@ -41,13 +48,16 @@ "module": "dist/mjs/xpath-helper.js", | ||
"@types/xmldom": "^0.1.31", | ||
"jest": "^27.1.1", | ||
"jest": "^29.1.2", | ||
"jsdom": "^17.0.0", | ||
"prettier": "^2.3.2", | ||
"ts-jest": "^27.0.5", | ||
"ts-jest": "^29.0.3", | ||
"ts-node": "^10.9.1", | ||
"tslint": "^6.1.3", | ||
"tslint-config-prettier": "^1.18.0", | ||
"typescript": "^4.4.2", | ||
"typescript": "^4.8.4", | ||
"xmldom": "^0.6.0", | ||
"xpath": "^0.0.32" | ||
}, | ||
"files": ["dist/**/*"] | ||
} | ||
"files": [ | ||
"dist/**/*" | ||
] | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
131377
13