@thi.ng/paths
Advanced tools
Comparing version 5.1.25 to 5.1.26
# Change Log | ||
- **Last updated**: 2022-12-16T12:52:25Z | ||
- **Last updated**: 2022-12-20T16:33:11Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -5,0 +5,0 @@ |
{ | ||
"name": "@thi.ng/paths", | ||
"version": "5.1.25", | ||
"version": "5.1.26", | ||
"description": "Immutable, optimized and optionally typed path-based object property / array accessors with structural sharing", | ||
@@ -37,3 +37,3 @@ "type": "module", | ||
"dependencies": { | ||
"@thi.ng/api": "^8.6.0", | ||
"@thi.ng/api": "^8.6.1", | ||
"@thi.ng/checks": "^3.3.5", | ||
@@ -127,3 +127,3 @@ "@thi.ng/errors": "^2.2.6" | ||
}, | ||
"gitHead": "f445a9cc8022bcdebbf6ff91fd66ced016d72f01\n" | ||
"gitHead": "7b2af448da8a63fb21704a79cc4cdf1f3d7d7a64\n" | ||
} |
@@ -31,4 +31,5 @@ import type { NumOrString, Path } from "@thi.ng/api"; | ||
* Helper function to analyze given `path` using | ||
* {@link @thi.ng/checks#isProtoPath}. Throws an error if path contains any | ||
* property which might lead to prototype poisoning. | ||
* [`isProtoPath()`](https://docs.thi.ng/umbrella/checks/functions/isProtoPath.html). | ||
* Throws an error if path contains any property which might lead to prototype | ||
* poisoning. | ||
* | ||
@@ -35,0 +36,0 @@ * @remarks |
@@ -58,4 +58,5 @@ import { isArray } from "@thi.ng/checks/is-array"; | ||
* Helper function to analyze given `path` using | ||
* {@link @thi.ng/checks#isProtoPath}. Throws an error if path contains any | ||
* property which might lead to prototype poisoning. | ||
* [`isProtoPath()`](https://docs.thi.ng/umbrella/checks/functions/isProtoPath.html). | ||
* Throws an error if path contains any property which might lead to prototype | ||
* poisoning. | ||
* | ||
@@ -62,0 +63,0 @@ * @remarks |
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
82574
1158
Updated@thi.ng/api@^8.6.1