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.3 to 7.0.4

4

next-server/head.d.ts

@@ -6,4 +6,4 @@ import * as React from "react";

static canUseDOM: boolean;
static peek(): Array<React.ReactElement<any>>;
static rewind(): Array<React.ReactElement<any>>;
static peek(): React.ReactElement[];
static rewind(): React.ReactElement[];
}

@@ -14,5 +14,5 @@ import * as url from "url";

passHref?: boolean;
children: React.ReactElement<any>;
children: React.ReactElement;
}
export default class Link extends React.Component<LinkProps> {}
{
"name": "@types/next-server",
"version": "7.0.3",
"version": "7.0.4",
"description": "TypeScript definitions for next-server",

@@ -55,4 +55,4 @@ "license": "MIT",

},
"typesPublisherContentHash": "59af4aa51cf9e2cc4cae5bfcdc794373205981a3aaadba1419390e6b5719e0b7",
"typesPublisherContentHash": "41e9e1f4c3a77127f1c0695db379c1e65cfbeddf020dc77fc7574d9fe974254e",
"typeScriptVersion": "2.8"
}

@@ -5,3 +5,3 @@ # Installation

# Summary
This package contains type definitions for next-server (https://github.com/zeit/next.js/packages/next-server).
This package contains type definitions for next-server ( https://github.com/zeit/next.js/packages/next-server ).

@@ -12,3 +12,3 @@ # Details

Additional Details
* Last updated: Fri, 18 Jan 2019 05:45:40 GMT
* Last updated: Wed, 13 Feb 2019 21:04:35 GMT
* Dependencies: @types/node, @types/react, @types/react-loadable

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

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