Socket
Socket
Sign inDemoInstall

koas-core

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

koas-core - npm Package Versions

23

0.7.0

Diff

Changelog

Source

0.7.0

  • Update openapi-types
  • Report nested JSON schema errors
remcohaszing
published 0.6.0 •

Changelog

Source

0.6.0

  • Update dependencies
  • Require Node.js 14 or greater
remcohaszing
published 0.5.5 •

Changelog

Source

0.5.5

  • Update dependencies
remcohaszing
published 0.5.4 •

remcohaszing
published 0.5.3 •

Changelog

Source

0.5.3

Update dependencies

remcohaszing
published 0.5.2 •

Changelog

Source

0.5.2

  • Update dependencies
  • Fix module augmentation issues
remcohaszing
published 0.5.1 •

Changelog

Source

0.5.1

  • koas-security now uses module augmentation to determine types for users and clients.
  • koas-security user getters now also support returning a user / client tuple for http and apiKey security schemes.
remcohaszing
published 0.5.0 •

Changelog

Source

0.5.0

  • The OpenAPI document is now exposed to plugins as document, not rawRpec.
  • The OpenAPI document is no longer dereferenced. Instead, Koas now provides a resolveRef function to plugins to resolve JSON references.
  • initializing Koas is now synchronous.
  • z-schema has been replaced with jsonschema.
  • Koas no longer depends on types dependencies that aren’t exposed.
  • koas-operations now checks if operations or controllers are unused.
  • koas-parameters now assigns path parameters and query parameters to pathParams and queryParams respectively.
remcohaszing
published 0.4.1 •

Changelog

Source

0.4.1

  • Koa Request body type was changed back to any.
  • Peer dependencies versions on koas-core have been fixed.
remcohaszing
published 0.4.0 •

Changelog

Source

0.4.0

  • Exports are now named.
  • TypeScript augmentation is used to extend the Koa context.
  • A body parser is added for parsing the body into a buffer.
  • Drop support for NodeJS 10.
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