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 5.0.22 to 5.0.23

1

build/src/index.js

@@ -22,1 +22,2 @@ 'use strict';

exports.createRouteExplorer = createRouteExplorer;
//# sourceMappingURL=index.js.map

55

package.json
{
"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"
}
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