New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@bigtest/effection-express

Package Overview
Dependencies
Maintainers
1
Versions
286
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bigtest/effection-express - npm Package Compare versions

Comparing version 0.1.1-bcea1fb to 0.1.1-cf48ba6

7

dist/index.d.ts
/// <reference types="node" />
import { Operation } from 'effection';
import { Express as ActualExpress, RequestHandler } from 'express';
import { Server } from 'http';
export declare class Express {
private inner;
private server;
constructor(inner: any);
use(middleware: any): void;
private server?;
constructor(inner: ActualExpress);
use(...handlers: RequestHandler[]): void;
listen(port: number): Operation<Server>;

@@ -10,0 +11,0 @@ join(): Operation<void>;

@@ -11,4 +11,4 @@ "use strict";

}
use(middleware) {
this.inner.use(middleware);
use(...handlers) {
this.inner.use(...handlers);
}

@@ -15,0 +15,0 @@ *listen(port) {

{
"name": "@bigtest/effection-express",
"version": "0.1.1-bcea1fb",
"version": "0.1.1-cf48ba6",
"description": "Makes it easy to use Express from Effection",

@@ -21,4 +21,5 @@ "main": "dist/index.js",

"devDependencies": {
"@frontside/tsconfig": "*",
"@types/mocha": "^7.0.1",
"@types/node": "^12.7.11",
"@types/node": "^13.13.4",
"effection": "^0.6.2",

@@ -34,3 +35,3 @@ "expect": "^24.9.0",

"@effection/events": "^0.6.1",
"@types/node": "^12.7.11",
"@types/node": "^13.13.4",
"express": "^4.17.1"

@@ -37,0 +38,0 @@ },

Sorry, the diff of this file is not supported yet

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