Comparing version 3.0.1 to 3.0.3
{ | ||
"name": "idx", | ||
"version": "3.0.1", | ||
"version": "3.0.3", | ||
"description": "Utility function for traversing properties on objects and arrays.", | ||
@@ -5,0 +5,0 @@ "main": "lib/idx.js", |
@@ -1,4 +0,4 @@ | ||
# idx [![CircleCI](https://dl.circleci.com/status-badge/img/gh/facebook/idx/tree/main.svg?style=svg)](https://dl.circleci.com/status-badge/redirect/gh/facebook/idx/tree/main) | ||
# idx | ||
[![Support Ukraine](https://img.shields.io/badge/Support-Ukraine-FFD500?style=flat&labelColor=005BBB)](https://opensource.fb.com/support-ukraine) | ||
**This module is deprecated and no longer maintained. Use [optional chaining](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Operators/Optional_chaining) instead.** | ||
@@ -8,4 +8,2 @@ `idx` is a utility function for traversing properties on objects and arrays, | ||
**This module has since been deprecated, in favor of [optional chaining](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Optional_chaining).** | ||
One notable difference between `idx` and optional chaining is what happens when | ||
@@ -12,0 +10,0 @@ an intermediate property is null or undefined. With `idx`, the null or undefined |
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
11400
143