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

koa-mount

Package Overview
Dependencies
Maintainers
8
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

koa-mount - npm Package Compare versions

Comparing version 1.3.0 to 1.3.1

History.md

22

package.json

@@ -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"
}
}
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