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.2.8 to 0.2.9

2

lib/server.js

@@ -274,3 +274,3 @@ // server

params.response.end(server.emit('responseEnd', params, context));
} else if ( controller ) {
} else if ( controller && controller[params.route.action] ) {
// If the Origin header exists and it's not the host, check if it's allowed. If so,

@@ -277,0 +277,0 @@ // set the response header to match the request header (per W3C recs). If not, end the response.

{
"name": "citizen",
"version": "0.2.8",
"version": "0.2.9",
"description": "An event-driven MVC framework for Node.js web applications.",

@@ -5,0 +5,0 @@ "author": {

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