@types/page
Advanced tools
Comparing version 1.11.0 to 1.11.1
@@ -121,2 +121,8 @@ // Type definitions for page 1.11 | ||
/** | ||
* Get or set the strict path matching mode to enable. | ||
* If enabled /blog will not match "/blog/" and /blog/ will not match "/blog". | ||
*/ | ||
strict(enable: boolean): void; | ||
strict(): boolean; | ||
/** | ||
* Register page's popstate / click bindings. If you're doing selective binding you'll like want to pass { click: false } to specify this yourself. The following options are available: | ||
@@ -123,0 +129,0 @@ * |
{ | ||
"name": "@types/page", | ||
"version": "1.11.0", | ||
"version": "1.11.1", | ||
"description": "TypeScript definitions for page", | ||
@@ -32,4 +32,4 @@ "license": "MIT", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "e9f9d5ffaff68ad4de689c173e7aa9825c4ac88452d1440c530761754a28ec52", | ||
"typesPublisherContentHash": "b734c8846e7d9ca16db34a9a27c0716db9fd602d9b5eab45b1d744aa40d7abb2", | ||
"typeScriptVersion": "3.3" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Wed, 02 Dec 2020 22:01:32 GMT | ||
* Last updated: Wed, 06 Jan 2021 18:59:49 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
13599
299