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.0.15 to 0.0.16

2

package.json

@@ -9,3 +9,3 @@ {

"description": "An event-driven MVC framework for Node.js web applications.",
"version": "0.0.15",
"version": "0.0.16",
"repository": {

@@ -12,0 +12,0 @@ "type": "git",

@@ -113,2 +113,5 @@ // server

case 'GET':
// TODO: call onRequestEnd() method here, use listener, and on completion, call respond()
methods.private.respond(controller, params);
break;
case 'PUT':

@@ -121,3 +124,3 @@ // params.route.action = 'form';

params.payload = JSON.parse(body);
console.log(util.inspect(params.url));
console.log(params.payload);
// TODO: call onRequestEnd() method here, use listener, and on completion, call respond()

@@ -124,0 +127,0 @@ methods.private.respond(controller, params);

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