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
201
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.0.7 to 5.0.8

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

## [5.0.8](https://github.com/thi-ng/umbrella/compare/@thi.ng/paths@5.0.7...@thi.ng/paths@5.0.8) (2021-11-10)
**Note:** Version bump only for package @thi.ng/paths
## [5.0.7](https://github.com/thi-ng/umbrella/compare/@thi.ng/paths@5.0.6...@thi.ng/paths@5.0.7) (2021-11-03)

@@ -8,0 +16,0 @@

8

package.json
{
"name": "@thi.ng/paths",
"version": "5.0.7",
"version": "5.0.8",
"description": "Immutable, optimized and optionally typed path-based object property / array accessors with structural sharing",

@@ -37,4 +37,4 @@ "type": "module",

"dependencies": {
"@thi.ng/api": "^8.1.0",
"@thi.ng/checks": "^3.0.6",
"@thi.ng/api": "^8.2.0",
"@thi.ng/checks": "^3.0.7",
"@thi.ng/errors": "^2.0.6"

@@ -122,3 +122,3 @@ },

},
"gitHead": "852cd2450617c86d15d18477dc634f17f04202eb"
"gitHead": "5fe52419af63984ebe53032201b2a6174b9cb159"
}

@@ -95,3 +95,3 @@ <!-- This file is generated - DO NOT EDIT! -->

Package sizes (gzipped, pre-treeshake): ESM: 1.17 KB
Package sizes (gzipped, pre-treeshake): ESM: 1.20 KB

@@ -98,0 +98,0 @@ ## Dependencies

@@ -100,3 +100,3 @@ import { isArray } from "@thi.ng/checks/is-array";

let f;
for (let i = ks.length; --i >= 0;) {
for (let i = ks.length; i-- > 0;) {
f = compS(ks[i], f);

@@ -103,0 +103,0 @@ }

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