Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@types/page

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/page - npm Package Compare versions

Comparing version 1.11.0 to 1.11.1

6

page/index.d.ts

@@ -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 @@ *

4

page/package.json
{
"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`

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