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

terriajs-server

Package Overview
Dependencies
Maintainers
3
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

terriajs-server - npm Package Compare versions

Comparing version 1.2.0 to 1.3.0

lib/app.js

12

package.json
{
"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

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