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

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 Compare versions

Comparing version 0.1.11 to 0.2.0

lib/createDefaultValidator.d.ts

25

package.json
{
"name": "koas-core",
"version": "0.1.11",
"version": "0.2.0",
"author": "Remco Haszing <remcohaszing@gmail.com>",

@@ -15,18 +15,21 @@ "license": "MIT",

},
"main": "koas",
"main": "lib",
"scripts": {
"prepack": "tsc --project tsconfig.build.json"
},
"files": [
"lib"
],
"dependencies": {
"@types/koa": "^2.0.48",
"@types/lodash": "^4.14.123",
"json-schema-ref-parser": "^6.1.0",
"@types/koa": "^2.0.51",
"@types/lodash": "^4.14.144",
"json-schema-ref-parser": "^7.1.1",
"koa-compose": "^4.1.0",
"lodash": "^4.17.11",
"openapi-types": "^1.3.4",
"z-schema": "^4.0.0"
"lodash": "^4.17.15",
"openapi-types": "^1.3.5",
"z-schema": "^4.2.1"
},
"peerDependencies": {
"koa": "^2.7.0"
},
"devDependencies": {
"koas-supertest": "^0.1.11"
}
}
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