@axah/koa
Advanced tools
Comparing version 1.5.0 to 1.5.1
{ | ||
"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" | ||
} | ||
} |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
68363
7
50
0
22
3
- Removed@axah/koa@^1.3.0
- Removedfast-redact@2.1.0(transitive)
- Removedpino@5.17.0(transitive)
- Removedpino-std-serializers@2.5.0(transitive)
- Removedquick-format-unescaped@3.0.3(transitive)
- Removedsonic-boom@0.7.7(transitive)