Comparing version 1.3.0 to 1.3.1
@@ -5,3 +5,3 @@ { | ||
"repository": "koajs/mount", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"keywords": [ | ||
@@ -17,15 +17,21 @@ "koa", | ||
"devDependencies": { | ||
"koa": "latest", | ||
"should": "^3.0.0", | ||
"mocha": "^1.12.1", | ||
"supertest": "~0.10.0" | ||
"istanbul": "0", | ||
"koa": "1", | ||
"should": "8.0.2", | ||
"mocha": "2", | ||
"supertest": "1" | ||
}, | ||
"license": "MIT", | ||
"dependencies": { | ||
"koa-compose": "^2.2.0", | ||
"debug": "*" | ||
"debug": "^3.2.5", | ||
"koa-compose": "^2.2.0" | ||
}, | ||
"scripts": { | ||
"test": "make test" | ||
"test": "NODE_ENV=test mocha --harmony --require should --reporter spec", | ||
"test-cov": "NODE_ENV=test node --harmony ./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha -- --require should", | ||
"test-travis": "NODE_ENV=test node --harmony ./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha --report lcovonly -- --require should" | ||
}, | ||
"publishConfig": { | ||
"tag": "latest-1" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Wildcard dependency
QualityPackage has a dependency with a floating version range. This can cause issues if the dependency publishes a new major version.
Found 1 instance in 1 package
6030
4
0
5
1
+ Addeddebug@3.2.7(transitive)
- Removeddebug@4.4.0(transitive)
Updateddebug@^3.2.5