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

citizen

Package Overview
Dependencies
Maintainers
1
Versions
122
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

citizen - npm Package Compare versions

Comparing version 0.5.0 to 0.5.1

3

CHANGELOG.txt

@@ -0,1 +1,4 @@

[0.5.1]
* Forgot to update the config builder in util/scaffold.js with the new HTTP config
[0.5.0]

@@ -2,0 +5,0 @@ * BREAKING CHANGE: Secure server support (HTTPS) has been added, resulting in minor changes to the way default hostnames and ports are stored in the config file. See "Configuration" and "HTTPS" in the readme for details.

2

package.json
{
"name": "citizen",
"version": "0.5.0",
"version": "0.5.1",
"description": "A server-side MVC and caching framework for Node.js web applications.",

@@ -5,0 +5,0 @@ "keywords": [

@@ -252,4 +252,4 @@ // Generate files and directories needed for a citizen pattern

name: name + '.json',
contents: '{\n "citizen": {\n "mode": "' + mode + '",\n "httpPort": ' + port + '\n }\n}\n'
contents: '{\n "citizen": {\n "mode": "' + mode + '",\n "http": {\n "port": ' + port + '\n }\n }\n}\n'
};
}
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