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

dx-server

Package Overview
Dependencies
Maintainers
1
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dx-server - npm Package Compare versions

Comparing version 0.6.2 to 0.6.3

cjs/body.d.ts

3

cjs/dx.d.ts

@@ -36,3 +36,3 @@ /// <reference types="node" resolution-mode="require"/>

export declare function setRedirect(url: string, status: 301 | 302): void;
interface Context<T, Params extends any[], R = any, Next = (...np: any[]) => any> {
export interface Context<T, Params extends any[], R = any, Next = (...np: any[]) => any> {
value: Awaited<T>;

@@ -43,2 +43,1 @@ chain(...params: Params): Chainable<Params, R, Next>;

export declare function makeDxContext<T, Params extends any[], R = any, Next = (...np: any[]) => any>(maker: (...params: Params) => T): Context<T, Params, R, Next>;
export {};

@@ -36,3 +36,3 @@ /// <reference types="node" resolution-mode="require"/>

export declare function setRedirect(url: string, status: 301 | 302): void;
interface Context<T, Params extends any[], R = any, Next = (...np: any[]) => any> {
export interface Context<T, Params extends any[], R = any, Next = (...np: any[]) => any> {
value: Awaited<T>;

@@ -43,2 +43,1 @@ chain(...params: Params): Chainable<Params, R, Next>;

export declare function makeDxContext<T, Params extends any[], R = any, Next = (...np: any[]) => any>(maker: (...params: Params) => T): Context<T, Params, R, Next>;
export {};
{
"name": "dx-server",
"version": "0.6.2",
"version": "0.6.3",
"main": "./cjs/index.js",

@@ -39,3 +39,4 @@ "homepage": "https://github.com/tranvansang/dx-server",

"urlpattern-polyfill": "^10.0.0"
}
},
"packageManager": "yarn@1.22.19+sha1.4ba7fc5c6e704fce2066ecbfb0b0d8976fe62447"
}
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