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

@zodash/compose

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zodash/compose - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

## 0.0.5 (2019-09-22)
**Note:** Version bump only for package @zodash/compose
## [0.0.4](https://github.com/zcorky/zodash/compare/@zodash/compose@0.0.3...@zodash/compose@0.0.4) (2019-09-22)

@@ -8,0 +16,0 @@

2

lib/compose.d.ts

@@ -1,3 +0,3 @@

export declare type Middleware<C> = (context: C, next?: Next) => any | Promise<any>;
export declare type Middleware<C> = (context: C, next?: Next) => Promise<any>;
export declare type Next = () => Promise<void>;
export declare function compose<C>(...middlewares: Middleware<C>[]): (context: C, next?: Next) => Promise<any>;
{
"name": "@zodash/compose",
"version": "0.0.4",
"version": "0.0.5",
"description": "compose functions",

@@ -68,3 +68,3 @@ "keywords": [

},
"gitHead": "e806a78c7fb3adc7357a377ed39c8d3f80c66084"
"gitHead": "f9544aa17271583f7d06dcc8fd0b468c875fe9d7"
}
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