@types/object-path
Advanced tools
Comparing version 0.11.1 to 0.11.2
@@ -50,3 +50,3 @@ // Type definitions for objectPath 0.11 | ||
value: TResult, | ||
doNotReplace?: boolean | ||
doNotReplace?: boolean, | ||
): TResult | undefined; | ||
@@ -66,3 +66,3 @@ | ||
paths: Path | Path[], | ||
defaultValue?: TResult | ||
defaultValue?: TResult, | ||
): TResult | undefined; | ||
@@ -83,3 +83,3 @@ | ||
path: Path, | ||
defaultValue?: TResult | ||
defaultValue?: TResult, | ||
): TResult | undefined; | ||
@@ -86,0 +86,0 @@ |
{ | ||
"name": "@types/object-path", | ||
"version": "0.11.1", | ||
"version": "0.11.2", | ||
"description": "TypeScript definitions for objectPath", | ||
@@ -28,4 +28,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/object-path", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "0357bec904de8167559f8b6489b217ef53b67c94ad3d6e6b25e1ee0fb76f69c8", | ||
"typeScriptVersion": "3.6" | ||
"typesPublisherContentHash": "795fd9ca1f5f4d011566b403c7e6e74722e464d43e456b6e2fd0d490924173fa", | ||
"typeScriptVersion": "4.3" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Wed, 07 Jul 2021 16:31:37 GMT | ||
* Last updated: Sun, 03 Sep 2023 22:33:46 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: none |
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
6845