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

koa-rewrite

Package Overview
Dependencies
Maintainers
7
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

koa-rewrite - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

History.md

7

index.js

@@ -42,5 +42,10 @@

debug('rewrite %s -> %s', orig, this.path);
yield* next;
this.path = orig;
return;
}
yield next;
yield* next;
}

@@ -47,0 +52,0 @@ }

9

package.json

@@ -5,3 +5,6 @@ {

"repository": "koajs/rewrite",
"version": "1.1.0",
"version": "1.1.1",
"scripts": {
"test": "./node_modules/mocha/bin/mocha --harmony test/test"
},
"keywords": [

@@ -18,3 +21,5 @@ "koa",

"devDependencies": {
"koa": "~0.2.1"
"koa": "~0.2.1",
"mocha": "^2.2.4",
"supertest": "^0.15.0"
},

@@ -21,0 +26,0 @@ "license": "MIT",

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