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
3584
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 0.0.0-next-20250210133404 to 0.0.0-next-20250212090038

9

package.json

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

],
"version": "0.0.0-next-20250210133404",
"version": "0.0.0-next-20250212090038",
"types": "./index.d.ts",

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

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

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

"type-fest": "2.15.0",
"@scripts/build": "0.0.0-next-20250210133404",
"@scripts/jest-config": "0.0.0-next-20250210133404"
"@scripts/build": "0.0.0-next-20250212090038",
"@scripts/jest-config": "0.0.0-next-20250212090038"
},

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

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

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

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

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

@@ -16,0 +14,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