Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

egg-view-ejs

Package Overview
Dependencies
Maintainers
6
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

egg-view-ejs - npm Package Compare versions

Comparing version
2.0.0
to
2.0.1
+7
-0
History.md
2.0.1 / 2020-02-03
==================
**others**
* [[`5b4e4d0`](http://github.com/eggjs/egg-view-ejs/commit/5b4e4d0dac54a7a3046a5370dc0db160637aae46)] - chore: update deps (#11) (TZ | 天猪 <<atian25@qq.com>>)
* [[`69a80b2`](http://github.com/eggjs/egg-view-ejs/commit/69a80b25a21072fd6fa3fdf9468490268525ebbb)] - chore: fix typo (#9) (sinchang <<sinchang@foxmail.com>>)
2.0.0 / 2017-11-15

@@ -3,0 +10,0 @@ ==================

+12
-12
{
"name": "egg-view-ejs",
"version": "2.0.0",
"version": "2.0.1",
"description": "egg view plugin for ejs",

@@ -19,12 +19,12 @@ "eggPlugin": {

"dependencies": {
"ejs": "^2.5.7"
"ejs": "^2"
},
"devDependencies": {
"autod": "^3.0.1",
"egg": "next",
"egg-bin": "^4.3.5",
"egg-ci": "^1.8.0",
"egg-mock": "^3.13.1",
"eslint": "^4.11.0",
"eslint-config-egg": "^5.1.1",
"autod": "^3.1.0",
"egg": "2",
"egg-bin": "^4.14.1",
"egg-ci": "^1.13.1",
"egg-mock": "^3.25.1",
"eslint": "^6.8.0",
"eslint-config-egg": "^8.0.1",
"mz": "^2.7.0",

@@ -52,7 +52,7 @@ "supertest": "^3.0.0",

"ci": {
"version": "8, 9"
"version": "8, 10, 12"
},
"repository": {
"type": "git",
"url": "git+https://github.com/eggjs/egg-egg-view-ejs.git"
"url": "git+https://github.com/eggjs/egg-view-ejs.git"
},

@@ -62,5 +62,5 @@ "bugs": {

},
"homepage": "https://github.com/eggjs/egg-egg-view-ejs#readme",
"homepage": "https://github.com/eggjs/egg-view-ejs#readme",
"author": "popomore <sakura9515@gmail.com>",
"license": "MIT"
}