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 2.1.2 to 3.0.0

5

History.md
3.0.0 / 2017-03-07
==================
* feat: [BREAKING_CHANGE] array will be overridden when load config (#64)
2.2.0 / 2017-02-27

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

2

lib/loader/mixin/config.js

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

const path = require('path');
const extend = require('extend');
const extend = require('extend2');
const assert = require('assert');

@@ -9,0 +9,0 @@

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

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

"egg-path-matching": "^1.0.0",
"extend": "^3.0.0",
"extend2": "^1.0.0",
"globby": "^6.1.0",

@@ -56,0 +56,0 @@ "inflection": "^1.12.0",

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