express-routes-mapper
Advanced tools
Comparing version 1.0.4 to 1.0.5
@@ -0,1 +1,5 @@ | ||
1.0.5 - October, 09 2018 | ||
* 7de1449 Chore: manage dependencies (#27) (Lukas Aichbauer) | ||
1.0.4 - October, 03 2018 | ||
@@ -2,0 +6,0 @@ |
{ | ||
"name": "express-routes-mapper", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "a small mapper for express routes", | ||
@@ -35,4 +35,5 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@babel/core": "^7.1.2", | ||
"@babel/register": "^7.0.0", | ||
"@babel/runtime": "^7.0.0", | ||
"@babel/runtime": "^7.1.2", | ||
"express": "^4.16.3", | ||
@@ -42,6 +43,5 @@ "object.entries": "^1.0.4" | ||
"devDependencies": { | ||
"@babel/cli": "^7.0.0", | ||
"@babel/core": "^7.0.0", | ||
"@babel/cli": "^7.1.2", | ||
"@babel/plugin-transform-runtime": "^7.0.0", | ||
"@babel/preset-env": "^7.0.0", | ||
"@babel/preset-env": "^7.1.0", | ||
"ava": "^0.18.2", | ||
@@ -48,0 +48,0 @@ "babel-plugin-add-module-exports": "^1.0.0", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
14308
13
5
+ Added@babel/core@^7.1.2
Updated@babel/runtime@^7.1.2