@apify/pseudo_url
Advanced tools
Comparing version 2.0.34 to 2.0.35
@@ -8,2 +8,3 @@ "use strict"; | ||
var __hasOwnProp = Object.prototype.hasOwnProperty; | ||
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value; | ||
var __name = (target, value) => __defProp(target, "name", { value, configurable: true }); | ||
@@ -31,2 +32,6 @@ var __export = (target, all) => { | ||
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod); | ||
var __publicField = (obj, key, value) => { | ||
__defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value); | ||
return value; | ||
}; | ||
@@ -53,2 +58,3 @@ // src/index.ts | ||
constructor(purl) { | ||
__publicField(this, "regex"); | ||
inputPredicate.parse(purl); | ||
@@ -55,0 +61,0 @@ if (purl instanceof RegExp) { |
{ | ||
"name": "@apify/pseudo_url", | ||
"version": "2.0.34", | ||
"version": "2.0.35", | ||
"description": "Tool to find the matching URLs on a page (or html document) by providing a URL pattern.", | ||
@@ -42,6 +42,6 @@ "main": "./index.js", | ||
"dependencies": { | ||
"@apify/log": "^2.4.4", | ||
"@apify/log": "^2.4.5", | ||
"@sapphire/shapeshift": "^3.6.0" | ||
}, | ||
"gitHead": "74a0c6c3ab7ed305f895d28b15125200904a4d34" | ||
"gitHead": "a1c913e88bba115f184b95356dfc6162bc2b523a" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
36524
249
1
Updated@apify/log@^2.4.5