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

@modern-js/types

Package Overview
Dependencies
Maintainers
12
Versions
3356
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 1.3.5 to 1.3.6

6

CHANGELOG.md
# @modern-js/types
## 1.3.6
### Patch Changes
- 132f7b53: feat: move config declarations to @modern-js/core
## 1.3.5

@@ -4,0 +10,0 @@

1

cli/index.d.ts

@@ -60,3 +60,2 @@ import { AsyncWaterfall, AsyncWorkflow } from '@modern-js/plugin';

cli?: any;
cliPkg?: any;
server?: any;

@@ -63,0 +62,0 @@ serverPkg?: any;

@@ -5,5 +5,4 @@ const sharedConfig = require('@scripts/jest-config');

module.exports = {
// eslint-disable-next-line node/no-unsupported-features/es-syntax
...sharedConfig,
rootDir: __dirname,
};

@@ -14,7 +14,7 @@ {

],
"version": "1.3.5",
"version": "1.3.6",
"types": "./index.d.ts",
"dependencies": {
"@modern-js/plugin": "^1.3.0",
"webpack": "^5.54.0"
"webpack": "^5.71.0"
},

@@ -29,2 +29,4 @@ "exports": {

"devDependencies": {
"@scripts/build": "0.0.0",
"@scripts/jest-config": "0.0.0",
"@types/jest": "^26",

@@ -34,5 +36,3 @@ "@types/node": "^14",

"@types/react-dom": "^17",
"@scripts/build": "0.0.0",
"jest": "^27",
"@scripts/jest-config": "0.0.0"
"jest": "^27"
},

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

@@ -31,3 +31,3 @@ import { IncomingMessage, ServerResponse } from 'http';

res: ServerResponse,
proxyOptions: ProxyOptions,
proxyOptions: BffProxyOptions,
) => string | undefined | null | false;

@@ -38,3 +38,3 @@ context?: string | string[];

export type ProxyOptions =
export type BffProxyOptions =
| Record<string, string>

@@ -41,0 +41,0 @@ | Record<string, ProxyDetail>

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