Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

terriajs-server

Package Overview
Dependencies
Maintainers
4
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

terriajs-server - npm Package Versions

1
7

2.6.4

Diff

Changelog

Source

2.6.4

  • Made npm stop / stop_server.sh work on Windows systems.
kring
published 2.6.3 •

Changelog

Source

2.6.3

  • Don't let Express URL decode the path passed to the proxy service.
kring
published 2.6.2 •

Changelog

Source

2.6.2

  • No code changes, but fixes permissions on the run_server script which prevented it from starting (due to 2.6.1 being published from a Windows system).
kring
published 2.6.1 •

Changelog

Source

2.6.1

  • The feedback service now includes the Share URL for the current state of the map, if provided.
kring
published 2.6.0 •

Changelog

Source

2.6.0

  • Support HTTPS.
  • Fix node engines specification in package.json. terriajs-server requires at least node v4.0, but 5.x, 6.x, etc. are fine.
kring
published 2.5.1 •

Changelog

Source

2.5.1

  • Fix bug in finding the path of config files, which shows up under Node 6.
kring
published 2.5.0 •

Changelog

Source

2.5.0

  • Support AWS S3 as a share data (URL shortener) backend.
  • Tweak behaviour of data provided by /share when behind proxies.
  • v2.4.0 accidentally required NodeJS 5, when previously it worked on 0.10. This version restores support back to NodeJS 4.
kring
published 2.4.0 •

Changelog

Source

2.4.0

  • Support maxConversionSize parameter to determine what sized files can be converted. Still defaults to 1MB.
  • Remove warning message when no proxy auth file specified. (Still warn when it's specified but not available.)
  • Support repeated command line parameters, such as --port 3001 --port 4000. The rightmost one wins.
  • Enable 'strict' argument mode. This helps catch mistyped argument names.
  • Support creating and resolving short URLs with different, prefixed providers.
  • Provide /serverconfig endpoint to retrieve information about how the server is configured, including version.
  • Config files (config.json and proxyauth.json) are now interpreted as JSON5, so they can include // and /* */ comments.
  • Deprecation warning: # comments in config files will be removed in version 3.
  • With "--public false", now run just one CPU and don't restart on crashes, to facilitate development and testing.
  • All API features are now being moved to /api/v1 (eg /api/v1/ping). They are currently available also under /ping but will be removed.
  • Verbose output and logging can be enabled with --verbose.
  • Support hostName parameter in config file, to provide better URLs.
kring
published 2.3.0 •

Changelog

Source

2.3.0

  • The feedback service now includes the User-Agent header sent by the user's browser.
  • Added support for requiring HTTP basic authentication on all requests by supplying something like the following in the server configuration file:
{
    "basicAuthentication": {
        "username": "myusername",
        "password": "mypassword"
    }
}
kring
published 2.2.2 •

Changelog

Source

2.2.2

  • Fixed a bug that caused the proxy to proxy any domain, even when given a whitelist.
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