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

@axah/koa

Package Overview
Dependencies
Maintainers
8
Versions
159
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@axah/koa - npm Package Compare versions

Comparing version 1.5.0 to 1.5.1

README.md

32

package.json
{
"name": "@axah/koa",
"version": "1.5.0",
"version": "1.5.1",
"main": "lib/index.js",

@@ -14,2 +14,3 @@ "license": "UNLICENSED",

"build": "yarn lint && yarn test && yarn clean && npm-run-all -p build:*",
"build-with-lcov": "yarn lint && yarn test --coverage --coverageReporters lcov && yarn clean && npm-run-all -p build:*",
"clean": "rimraf lib",

@@ -23,21 +24,20 @@ "build:babel": "babel src/ -d lib/ --ignore '**/*.test.js,**/__mocks__/**'",

"@babel/cli": "^7.8.4",
"@babel/core": "^7.8.4",
"@babel/preset-env": "^7.8.4",
"@babel/preset-flow": "^7.8.3",
"babel-eslint": "^10.0.3",
"@babel/core": "^7.9.0",
"@babel/preset-env": "^7.9.5",
"@babel/preset-flow": "^7.9.0",
"babel-eslint": "^10.1.0",
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-plugin-flowtype": "^4.6.0",
"eslint-plugin-import": "^2.20.0",
"flow-bin": "0.117.0",
"eslint-config-airbnb-base": "^14.1.0",
"eslint-plugin-flowtype": "^4.7.0",
"eslint-plugin-import": "^2.20.2",
"flow-bin": "0.123.0",
"flow-copy-source": "^2.0.9",
"flow-typed": "^2.6.2",
"jest": "^25.1.0",
"flow-typed": "^3.1.0",
"jest": "^25.5.0",
"koa": "^2.11.0",
"nodemon": "^2.0.2",
"nodemon": "^2.0.3",
"npm-run-all": "^4.1.5",
"pino": "^5.16.0"
"pino": "^5.17.0"
},
"dependencies": {
"@axah/koa": "^1.3.0",
"@axah/log": "^1.1.0",

@@ -50,5 +50,5 @@ "http-status": "^1.4.2",

"peerDependencies": {
"koa": "^2.6.2",
"pino": "^5.0.0"
"koa": "^2.0.0",
"pino": "^6.0.0"
}
}
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