New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@types/next-server

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/next-server - npm Package Compare versions

Comparing version 7.0.1 to 7.0.2

6

next-server/package.json
{
"name": "@types/next-server",
"version": "7.0.1",
"version": "7.0.2",
"description": "TypeScript definitions for next-server",

@@ -44,3 +44,3 @@ "license": "MIT",

"main": "",
"types": "",
"types": "index",
"repository": {

@@ -56,4 +56,4 @@ "type": "git",

},
"typesPublisherContentHash": "329baf904766c262c33fa4e4798c0e1566050254005df3beb48def7de21c9f4d",
"typesPublisherContentHash": "469884a04794d583f45d084447cc28d00801aa579c7a9672ef84b381ab16cd29",
"typeScriptVersion": "2.8"
}

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

Additional Details
* Last updated: Fri, 26 Oct 2018 22:02:06 GMT
* Last updated: Thu, 15 Nov 2018 22:58:34 GMT
* Dependencies: node, react, react-loadable

@@ -14,0 +14,0 @@ * Global values: none

@@ -82,3 +82,3 @@ import * as React from "react";

export interface WithRouterProps<Q = DefaultQuery> {
router: SingletonRouter<Q>;
router?: SingletonRouter<Q>;
}

@@ -85,0 +85,0 @@

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