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

relay-nextjs

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

relay-nextjs - npm Package Compare versions

Comparing version 0.5.0 to 0.5.1

2

package.json
{
"name": "relay-nextjs",
"version": "0.5.0",
"version": "0.5.1",
"description": "Use Relay in your Next.js apps!",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -61,3 +61,3 @@ `relay-nextjs` acts as a bridge between Next.js and Relay.

network: createClientNetwork(),
store: new Store(new RecordSource(getRleaySerializedState()?.records)),
store: new Store(new RecordSource(getRelaySerializedState()?.records)),
isServer: false,

@@ -64,0 +64,0 @@ });

import type { DocumentContext } from 'next/document';
import { ComponentType } from 'react';
import React, { ComponentType } from 'react';
declare type RenderPage = DocumentContext['renderPage'];

@@ -10,5 +10,5 @@ declare type RenderPageParam = NonNullable<Parameters<RenderPage>[0]>;

enhance: AppEnhancer;
Script: ComponentType;
Script: ComponentType<React.ScriptHTMLAttributes<HTMLScriptElement>>;
}
export declare function createWiredDocument(): WiredDocument;
export {};
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