Socket
Socket
Sign inDemoInstall

effects-as-data-server

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

effects-as-data-server - npm Package Compare versions

Comparing version 0.0.6 to 0.0.7

2

package.json
{
"name": "effects-as-data-server",
"version": "0.0.6",
"version": "0.0.7",
"description": "A simple server for effects-as-data",

@@ -5,0 +5,0 @@ "main": "src/index.js",

@@ -7,3 +7,3 @@ # Effects-as-data server

1. Routes should be functions take JSON and return JSON, not functions that accept a `ctx` object and "return" by settings properties on that object.
1. Routes should be functions that take JSON and return JSON, not functions that accept a `ctx` object and "return" by settings properties on that object.
2. Routes should be easy to unit test thoroughly.

@@ -10,0 +10,0 @@ 3. Rapid development with `effects-as-data`. This means rapid development and clean code. In my experience, web servers have a way of turning into spaghetti quickly.

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