Socket
Socket
Sign inDemoInstall

egg-core

Package Overview
Dependencies
Maintainers
4
Versions
137
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

egg-core - npm Package Compare versions

Comparing version 1.3.0 to 1.3.1

5

History.md
1.3.1 / 2016-12-03
==================
* fix: router.url can't parse multi params right (#34)
1.3.0 / 2016-11-25

@@ -3,0 +8,0 @@ ==================

2

lib/utils/router.js

@@ -179,3 +179,3 @@ 'use strict';

const replacedParams = [];
url = url.replace(/:([a-zA-Z_]\w*)/, function($0, key) {
url = url.replace(/:([a-zA-Z_]\w*)/g, function($0, key) {
if (utility.has(args, key)) {

@@ -182,0 +182,0 @@ const values = args[key];

{
"name": "egg-core",
"version": "1.3.0",
"version": "1.3.1",
"description": "A core Pluggable framework based on koa",

@@ -42,3 +42,3 @@ "main": "index.js",

"mm": "^2.0.0",
"pedding": "^1.0.0",
"pedding": "^1.1.0",
"rimraf": "^2.5.4",

@@ -50,5 +50,5 @@ "should": "^11.1.1",

"co": "^4.6.0",
"debug": "^2.3.0",
"debug": "^2.3.3",
"depd": "^1.1.0",
"egg-logger": "^1.4.0",
"egg-logger": "^1.4.1",
"egg-path-matching": "^1.0.0",

@@ -64,3 +64,3 @@ "extend": "^3.0.0",

"ready-callback": "^1.0.0",
"utility": "^1.8.0"
"utility": "^1.9.0"
},

@@ -67,0 +67,0 @@ "files": [

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