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

altair-koa-middleware

Package Overview
Dependencies
Maintainers
1
Versions
135
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

altair-koa-middleware - npm Package Compare versions

Comparing version 2.4.8 to 2.4.9

build/src/index.d.ts

4

example/index.ts
import * as Koa from 'koa';
import * as KoaRouter from 'koa-router';
import { createRouteExplorer } from '../index';
import * as KoaRouter from '@koa/router';
import { createRouteExplorer } from '../src/index';

@@ -5,0 +5,0 @@ const app = new Koa();

{
"name": "altair-koa-middleware",
"version": "2.4.8",
"version": "2.4.9",
"description": "Koa middleware for altair graphql client",
"main": "./build/index.js",
"types": "./build/index.d.ts",
"main": "./build/src/index.js",
"types": "./build/src/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 0",
"prepare-dist": "node scripts/prepare_dist.js",
"declarations": "tsc --declaration",

@@ -34,14 +33,19 @@ "prepare": "npm run declarations",

"dependencies": {
"altair-static": "^2.4.8",
"koa-router": "^7.4.0",
"@koa/router": "^9.0.1",
"altair-static": "^2.4.9",
"koa-send": "^5.0.0"
},
"devDependencies": {
"@types/jest": "^25.2.3",
"@types/koa": "^2.11.0",
"@types/koa-router": "^7.0.42",
"@types/koa-send": "^4.1.2",
"@types/koa__router": "^8.0.2",
"@types/supertest": "^2.0.9",
"jest": "^26.0.1",
"koa": "^2.11.0",
"nodemon": "^2.0.2",
"supertest": "^4.0.2",
"ts-jest": "^26.1.0",
"ts-node": "^8.5.4",
"typescript": "^2.8.1"
"typescript": "^3.9.3"
},

@@ -53,3 +57,3 @@ "funding": {

},
"gitHead": "274cfd8db8a4c7a79ecc63726b4364e07da6796b"
"gitHead": "60f320bb6ce9e0508645bd8c6175d83113a4677f"
}
{
"exclude": [
"example/**",
"build/**/*.d.ts"
],
"compilerOptions": {

@@ -3,0 +7,0 @@ "outDir": "build/",

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