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

koami

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

koami - npm Package Compare versions

Comparing version 0.2.2 to 0.2.3

dist/index.d.ts

2

CHANGELOG.md

@@ -5,4 +5,6 @@ # Changelog

### [0.2.3](https://github.com/budiadiono/koami/compare/v0.2.2...v0.2.3) (2020-04-24)
### 0.2.2 (2020-04-24)
### 0.2.1 (2020-02-05)
{
"name": "koami",
"version": "0.2.2",
"version": "0.2.3",
"description": "Create typescript Koa class based controllers with decorators",

@@ -19,3 +19,4 @@ "keywords": [

"build": "rm -rf dist && tsc",
"release": "standard-version"
"release": "standard-version",
"prepublishOnly": "yarn build"
},

@@ -33,2 +34,4 @@ "dependencies": {

"@types/yup": "^0.26.24",
"commitizen": "^4.0.4",
"cz-conventional-changelog": "^3.1.0",
"koa-body": "^4.1.1",

@@ -45,3 +48,8 @@ "koa-compose": "^4.1.0",

"registry": "https://registry.npmjs.org"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}
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