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.6 to 1.11.7

8

page/index.d.ts

@@ -99,3 +99,2 @@ // Type definitions for page 1.11

* page('/default');
*
*/

@@ -105,3 +104,2 @@ redirect(page: string): void;

* Replace `path` with optional `state` object.
*
*/

@@ -201,3 +199,3 @@ replace(path: string, state?: any, init?: boolean, dispatch?: boolean): Context;

*/
new (path: string, options?: RouteOptions): Route;
new(path: string, options?: RouteOptions): Route;
/**

@@ -268,3 +266,3 @@ * Return route middleware with the given callback `fn()`.

*/
new (path: string, state?: any): Context;
new(path: string, state?: any): Context;
[idx: string]: any;

@@ -318,3 +316,3 @@ /**

declare module 'page' {
declare module "page" {
const page: PageJS.Static;

@@ -321,0 +319,0 @@

{
"name": "@types/page",
"version": "1.11.6",
"version": "1.11.7",
"description": "TypeScript definitions for page",

@@ -33,4 +33,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/page",

"dependencies": {},
"typesPublisherContentHash": "11a168a72c9989ff9dbbb8a641ca77e4fd1c893e4389532fecbae8305065931d",
"typeScriptVersion": "4.3"
"typesPublisherContentHash": "0102f741eef3dc55d1a1bd0e21162f3623fabc180cc909dfabc668ed327110fd",
"typeScriptVersion": "4.5"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Sat, 29 Apr 2023 04:03:41 GMT
* Last updated: Sun, 24 Sep 2023 06:37:27 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