@types/page
Advanced tools
Comparing version 1.11.3 to 1.11.4
@@ -183,2 +183,12 @@ // Type definitions for page 1.11 | ||
clickHandler(e: MouseEvent): void; | ||
/** | ||
* Length of the history stack | ||
*/ | ||
len: number; | ||
/** | ||
* Current path | ||
*/ | ||
current: string; | ||
} | ||
@@ -185,0 +195,0 @@ |
{ | ||
"name": "@types/page", | ||
"version": "1.11.3", | ||
"version": "1.11.4", | ||
"description": "TypeScript definitions for page", | ||
@@ -33,4 +33,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/page", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "517d6d9ca7520820247e09f6282d7fee934ad76c0754532acb475338bba4c2bc", | ||
"typesPublisherContentHash": "4e2734b56d7616a7b7f5a90a6bec07d712825b15d9be4bcd1f8804a990b6d353", | ||
"typeScriptVersion": "3.6" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Thu, 08 Jul 2021 20:19:15 GMT | ||
* Last updated: Tue, 17 Aug 2021 17:01:24 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: `page` |
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
13995
311