You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

async-middleware

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

async-middleware - npm Package Compare versions

Comparing version

to
1.2.0

1

dist/index.spec.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var test = require("blue-tape");
var Promise = require("any-promise");
var index_1 = require("./index");

@@ -6,0 +5,0 @@ test('async middleware', function (t) {

20

package.json
{
"name": "async-middleware",
"version": "1.1.0",
"version": "1.2.0",
"description": "Wrap an asynchronous middleware (or handler) function for Express, Connect, router, etc.",

@@ -12,3 +12,3 @@ "main": "dist/index.js",

"scripts": {
"lint": "tslint \"src/**/*.ts\"",
"lint": "tslint \"src/**/*.ts\" --project tsconfig.json --type-check",
"build": "rm -rf dist && tsc",

@@ -18,3 +18,3 @@ "test-spec": "blue-tape 'dist/**/*.spec.js' | tap-spec",

"test": "npm run build && npm run lint && npm run test-cov",
"prepublish": "typings install && npm run build"
"prepublish": "npm run build"
},

@@ -43,15 +43,13 @@ "repository": {

"devDependencies": {
"@types/blue-tape": "^0.1.31",
"@types/node": "^8.0.4",
"blue-tape": "^1.0.0",
"bluebird": "^3.3.5",
"chai": "^3.2.0",
"chai": "^4.0.0",
"istanbul": "^0.4.4",
"tap-spec": "^4.1.1",
"tslint": "^5.0.0",
"tslint-config-standard": "^5.0.1",
"typescript": "^2.2.1",
"typings": "^2.0.0"
},
"dependencies": {
"any-promise": "^1.2.0"
"tslint": "^5.4.3",
"tslint-config-standard": "^6.0.1",
"typescript": "^2.4.1"
}
}

@@ -7,2 +7,3 @@ # Async Middleware

[![Test coverage][coveralls-image]][coveralls-url]
[![Greenkeeper badge](https://badges.greenkeeper.io/blakeembrey/async-middleware.svg)](https://greenkeeper.io/)

@@ -9,0 +10,0 @@ > Wrap an asynchronous middleware (or handler) function for Express, Connect, router, etc.

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet