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.5.0 to 1.5.1

5

History.md
1.5.1 / 2017-01-19
==================
* fix: don't assert config.proxy (#41)
1.5.0 / 2017-01-17

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

1

lib/loader/mixin/config.js

@@ -91,3 +91,2 @@ 'use strict';

assert(!config.middleware, 'Can not define middleware in ' + filepath);
assert(!config.proxy, 'Can not define proxy in ' + filepath);
}

@@ -94,0 +93,0 @@

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

@@ -5,0 +5,0 @@ "main": "index.js",

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