Comparing version 0.1.0 to 1.0.0
1.0.0 / 2016-08-11 | ||
================== | ||
* deps: run autod (#4) | ||
* test: add unit tests (#3) | ||
* fix: add plugin name (#2) | ||
0.1.0 / 2016-07-19 | ||
@@ -3,0 +10,0 @@ ================== |
{ | ||
"name": "egg-rest", | ||
"version": "0.1.0", | ||
"version": "1.0.0", | ||
"description": "Restful API plugin for egg", | ||
"eggPlugin": { | ||
"name": "rest" | ||
}, | ||
"main": "index.js", | ||
@@ -9,2 +12,4 @@ "scripts": { | ||
"test": "egg-bin test", | ||
"cov": "egg-bin cov", | ||
"ci": "npm run lint && npm run cov", | ||
"autod": "autod" | ||
@@ -16,2 +21,8 @@ }, | ||
}, | ||
"files": [ | ||
"app", | ||
"config", | ||
"api.js", | ||
"app.js" | ||
], | ||
"keywords": [ | ||
@@ -29,11 +40,17 @@ "egg", | ||
"homepage": "https://github.com/eggjs/egg-rest#readme", | ||
"dependencies": {}, | ||
"dependencies": { | ||
"debug": "^2.2.0", | ||
"utility": "^1.8.0" | ||
}, | ||
"devDependencies": { | ||
"autod": "^2.6.1", | ||
"egg-bin": "^1.0.1", | ||
"autod": "^2.7.0", | ||
"egg": "^0.0.6", | ||
"egg-bin": "^1.2.0", | ||
"egg-ci": "^1.0.2", | ||
"eslint": "^3.0.1", | ||
"egg-mock": "^0.0.3", | ||
"eslint": "^3.2.2", | ||
"eslint-config-egg": "^3.1.0", | ||
"should": "^9.0.2", | ||
"supertest": "^1.2.0" | ||
"pedding": "^1.0.0", | ||
"should": "^11.0.0", | ||
"supertest": "^2.0.0" | ||
}, | ||
@@ -46,2 +63,2 @@ "engines": { | ||
} | ||
} | ||
} |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
0
2
32370
2
10
7
415
+ Addeddebug@^2.2.0
+ Addedutility@^1.8.0
+ Addedany-promise@1.3.0(transitive)
+ Addedcopy-to@2.0.1(transitive)
+ Addeddebug@2.6.9(transitive)
+ Addedescape-html@1.0.3(transitive)
+ Addedextend-shallow@2.0.1(transitive)
+ Addedis-extendable@0.1.1(transitive)
+ Addedminimist@1.2.8(transitive)
+ Addedmkdirp@0.5.6(transitive)
+ Addedms@2.0.0(transitive)
+ Addedmz@2.7.0(transitive)
+ Addedobject-assign@4.1.1(transitive)
+ Addedthenify@3.3.1(transitive)
+ Addedthenify-all@1.6.0(transitive)
+ Addedunescape@1.0.1(transitive)
+ Addedutility@1.18.0(transitive)