terriajs-server
Advanced tools
Comparing version 1.2.0 to 1.3.0
{ | ||
"name": "terriajs-server", | ||
"version": "1.2.0", | ||
"version": "1.3.0", | ||
"description": "NodeJS server for TerriaJS, consisting of a CORS proxy, proj4 CRS lookup service, ogr2ogr conversion service, and express static server.", | ||
"main": "app.js", | ||
"main": "lib/app.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"start": "node_modules/.bin/supervisor --no-restart-on exit -- app", | ||
"test": "jasmine", | ||
"start": "node_modules/.bin/supervisor --no-restart-on exit -- lib/app.js", | ||
"postpublish": "bash -c \"git tag -a ${npm_package_version} -m \"${npm_package_version}\" && git push origin ${npm_package_version}\"" | ||
@@ -34,3 +34,7 @@ }, | ||
"yargs": "^3.31.0" | ||
}, | ||
"devDependencies": { | ||
"jasmine": "^2.4.1", | ||
"supertest": "^1.1.0" | ||
} | ||
} |
@@ -51,2 +51,6 @@ ## TerriaJS-Server | ||
#### Tests | ||
1. Run `npm test` | ||
### Installation with NationalMap | ||
@@ -53,0 +57,0 @@ |
Sorry, the diff of this file is not supported yet
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
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
38920
15
789
0
59
2
2