altair-koa-middleware
Advanced tools
Comparing version 5.0.22 to 5.0.23
@@ -22,1 +22,2 @@ 'use strict'; | ||
exports.createRouteExplorer = createRouteExplorer; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "altair-koa-middleware", | ||
"version": "5.0.22", | ||
"description": "Koa middleware for altair graphql client", | ||
"main": "./build/src/index.js", | ||
"types": "./build/src/index.d.ts", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 0", | ||
"declarations": "tsc --declaration", | ||
"prepare": "npm run declarations", | ||
"example": "nodemon example/index.ts" | ||
}, | ||
"engines": { | ||
"node": ">= 12" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/altair-graphql/altair.git" | ||
}, | ||
"keywords": [ | ||
"altair", | ||
"graphql", | ||
"koa", | ||
"middleware" | ||
], | ||
"version": "5.0.23", | ||
"author": "Samuel Imolorhe <altair@sirmuel.design> (https://sirmuel.design)", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/altair-graphql/altair/issues" | ||
}, | ||
"homepage": "https://github.com/altair-graphql/altair#readme", | ||
"bugs": "https://github.com/altair-graphql/altair/issues", | ||
"dependencies": { | ||
"@koa/router": "^10.1.1", | ||
"altair-static": "^5.0.22", | ||
"altair-static": "^5.0.23", | ||
"koa-send": "^5.0.1" | ||
@@ -49,4 +24,7 @@ }, | ||
"ts-node": "^10.2.1", | ||
"typescript": "^4.9.4" | ||
"typescript": "4.9.5" | ||
}, | ||
"engines": { | ||
"node": ">= 12" | ||
}, | ||
"funding": { | ||
@@ -56,3 +34,20 @@ "type": "opencollective", | ||
}, | ||
"gitHead": "164bd31c146143a10fd5cd9f502380cbe7e30e50" | ||
"gitHead": "3d5b694bb3f4f69589f6009bc37d1a03479d32ae", | ||
"homepage": "https://github.com/altair-graphql/altair#readme", | ||
"keywords": [ | ||
"altair", | ||
"graphql", | ||
"koa", | ||
"middleware" | ||
], | ||
"license": "MIT", | ||
"main": "./build/src/index.js", | ||
"repository": "altair-graphql/altair.git", | ||
"scripts": { | ||
"declarations": "tsc --declaration", | ||
"example": "nodemon example/index.ts", | ||
"prepare": "npm run declarations", | ||
"test": "echo \"Error: no test specified\" && exit 0" | ||
}, | ||
"types": "./build/src/index.d.ts" | ||
} |
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
6582
1
1
Updatedaltair-static@^5.0.23