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

@modern-js/types

Package Overview
Dependencies
Maintainers
0
Versions
3578
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@modern-js/types - npm Package Compare versions

Comparing version 2.64.1 to 2.64.2

server/rsc.d.ts

9

package.json

@@ -18,3 +18,3 @@ {

],
"version": "2.64.1",
"version": "2.64.2",
"types": "./index.d.ts",

@@ -39,2 +39,5 @@ "exports": {

"./packages/hoist-non-react-statics.d.ts"
],
"server": [
"./server/index.d.ts"
]

@@ -50,4 +53,4 @@ }

"type-fest": "2.15.0",
"@scripts/build": "2.64.1",
"@scripts/jest-config": "2.64.1"
"@scripts/build": "2.64.2",
"@scripts/jest-config": "2.64.2"
},

@@ -54,0 +57,0 @@ "sideEffects": false,

@@ -7,3 +7,3 @@ import type {

import type { ServerRoute } from './route';
import type { Reporter } from './utils';
import type { Logger, Metrics, Reporter } from './utils';

@@ -10,0 +10,0 @@ export type CookieAPI = {

@@ -9,1 +9,2 @@ export * from './context';

export * from './monitor';
export * from './rsc';

@@ -12,2 +12,4 @@ export interface ServerRoute {

isSSR?: boolean;
// if route is rsc page
isRSC?: boolean;
// if route is stream response

@@ -14,0 +16,0 @@ isStream?: boolean;

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