Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@thi.ng/paths

Package Overview
Dependencies
Maintainers
1
Versions
199
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@thi.ng/paths - npm Package Compare versions

Comparing version 5.1.25 to 5.1.26

2

CHANGELOG.md
# 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

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