New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

koa-spark

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

koa-spark - npm Package Compare versions

Comparing version 0.1.0 to 0.2.0

dist/openapi.d.ts

3

dist/index.d.ts

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

import OpenApiBuilder from './openapi';
import * as rest from './rest-endpoints';
export { rest };
export { OpenApiBuilder, rest };

@@ -25,5 +25,7 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.rest = void 0;
exports.rest = exports.OpenApiBuilder = void 0;
const koa_1 = __importDefault(require("koa"));
const koa_body_1 = __importDefault(require("koa-body"));
const openapi_1 = __importDefault(require("./openapi"));
exports.OpenApiBuilder = openapi_1.default;
const rest = __importStar(require("./rest-endpoints"));

@@ -30,0 +32,0 @@ exports.rest = rest;

@@ -0,0 +0,0 @@ import { ParameterizedContext, Next } from 'koa';

@@ -0,0 +0,0 @@ "use strict";

{
"name": "koa-spark",
"version": "0.1.0",
"version": "0.2.0",
"description": "Koa starter pack with TypeScript and TypeOrm",

@@ -8,2 +8,5 @@ "main": "dist/index.js",

"author": "Luca Faggianelli <luca.faggianelli@gmail.com>",
"repository": {
"url": "https://github.com/lucafaggianelli/koa-spark"
},
"license": "MIT",

@@ -16,4 +19,6 @@ "scripts": {

"devDependencies": {
"@koa/router": "^9.0.1",
"@koa/router": "^9.3.1",
"@types/js-yaml": "^3.12.5",
"@types/koa": "^2.11.3",
"@types/koa-joi-router": "^5.2.3",
"@types/koa__router": "^8.0.2",

@@ -27,3 +32,9 @@ "koa": "^2.12.0",

"dist"
]
],
"dependencies": {
"deepmerge": "^4.2.2",
"joi-to-json-schema": "^5.1.0",
"js-yaml": "^3.14.0",
"koa-joi-router": "^6.0.2"
}
}
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