Socket
Socket
Sign inDemoInstall

@modern-js/types

Package Overview
Dependencies
Maintainers
15
Versions
3308
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-20221031140709 to 0.0.0-next-20221101050526

6

CHANGELOG.md
# @modern-js/types
## 0.0.0-next-20221031140709
## 0.0.0-next-20221101050526

@@ -13,2 +13,6 @@ ### Patch Changes

- 102d32e4: feat(server): add `req` and `res` to SSR context
feat(server): 添加 `req` 和 `res` 到 SSR context 中
- 8b8e1bb5: feat: support nested routes

@@ -15,0 +19,0 @@ feat: 支持嵌套路由

6

package.json

@@ -14,3 +14,3 @@ {

],
"version": "0.0.0-next-20221031140709",
"version": "0.0.0-next-20221101050526",
"types": "./index.d.ts",

@@ -35,4 +35,4 @@ "exports": {

"devDependencies": {
"@scripts/build": "0.0.0-next-20221031140709",
"@scripts/jest-config": "0.0.0-next-20221031140709",
"@scripts/build": "0.0.0-next-20221101050526",
"@scripts/jest-config": "0.0.0-next-20221101050526",
"@types/jest": "^27",

@@ -39,0 +39,0 @@ "@types/node": "^14",

@@ -91,2 +91,6 @@ import { IncomingMessage, ServerResponse, IncomingHttpHeaders } from 'http';

cacheConfig?: any;
req: ModernServerContext['req'];
res: ModernServerContext['res'];
};

@@ -93,0 +97,0 @@ export interface ISAppContext {

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