Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@modern-js/types

Package Overview
Dependencies
Maintainers
14
Versions
3348
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.58.2 to 2.58.3

2

common/babel.d.ts
import type {
PluginItem as BabelPlugin,
TransformOptions as BabelTransformOptions,
PluginItem as BabelPlugin,
} from '@babel/core';

@@ -5,0 +5,0 @@

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

],
"version": "2.58.2",
"version": "2.58.3",
"types": "./index.d.ts",

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

"type-fest": "2.15.0",
"@scripts/build": "2.58.2",
"@scripts/jest-config": "2.58.2"
"@scripts/build": "2.58.3",
"@scripts/jest-config": "2.58.3"
},

@@ -53,0 +53,0 @@ "sideEffects": false,

import type {
Server as HttpServer,
IncomingHttpHeaders,
IncomingMessage,
ServerResponse,
IncomingHttpHeaders,
Server as HttpServer,
} from 'http';
import type qs from 'querystring';
import type { SSRMode } from 'common';
import type { Metrics, Logger, Reporter, ServerTiming } from './utils';
import type { Logger, Metrics, Reporter, ServerTiming } from './utils';

@@ -11,0 +11,0 @@ export interface RequestPayload {

import type { IncomingMessage, ServerResponse } from 'http';
import type { NextFunction, BffProxyOptions } from './utils';
import type { BffProxyOptions, NextFunction } from './utils';

@@ -4,0 +4,0 @@ export type DevServerHttpsOptions = boolean | { key: string; cert: string };

import type {
IncomingHttpHeaders,
IncomingMessage,
ServerResponse,
IncomingHttpHeaders,
} from 'http';
import type { ServerRoute } from './route';
import type { Reporter } from './utils';
import type { ServerRoute } from './route';

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

import type { IncomingMessage, ServerResponse } from 'http';
import type {
Filter as ProxyFilter,
Options as ProxyOptions,
Filter as ProxyFilter,
} from 'http-proxy-middleware';

@@ -6,0 +6,0 @@

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