New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

egg-i18n

Package Overview
Dependencies
Maintainers
5
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

egg-i18n - npm Package Compare versions

Comparing version 1.0.2 to 1.1.0

app/extend/context.js

6

History.md
1.1.0 / 2017-01-13
==================
* feat: add ctx.locale getter (#5)
* deps: upgrade deps (#4)
1.0.2 / 2016-08-26

@@ -3,0 +9,0 @@ ==================

38

package.json
{
"name": "egg-i18n",
"version": "1.0.2",
"version": "1.1.0",
"eggPlugin": {
"name": "i18n"
},
"description": "i18n plugin for egg",

@@ -10,3 +13,4 @@ "main": "index.js",

"cov": "egg-bin cov",
"ci": "npm run lint && npm run cov"
"ci": "npm run lint && npm run cov",
"autod": "autod"
},

@@ -28,3 +32,3 @@ "repository": {

"engines": {
"node": ">= 4.0.0"
"node": ">= 6.0.0"
},

@@ -37,21 +41,19 @@ "files": [

"ci": {
"version": "4, 6"
"version": "6, 7"
},
"devDependencies": {
"egg": "test",
"egg-bin": "1",
"egg-mock": "*",
"eslint": "3",
"eslint-config-egg": "3",
"pedding": "1",
"should": "10",
"supertest": "1"
},
"dependencies": {
"debug": "^2.2.0",
"koa-locales": "^1.5.1"
"debug": "^2.6.0",
"koa-locales": "^1.5.2"
},
"eggPlugin": {
"name": "i18n"
"devDependencies": {
"autod": "^2.7.1",
"egg": "^0.7.0",
"egg-bin": "^1.10.0",
"egg-ci": "^1.1.0",
"egg-mock": "^2.0.0",
"eslint": "^3.13.1",
"eslint-config-egg": "^3.2.0",
"pedding": "^1.1.0",
"supertest": "^2.0.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