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.1 to 0.0.2

2

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

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

@@ -44,3 +44,3 @@ const { call } = require("effects-as-data");

if (ctx.body === undefined && ctx.status === 404) {
ctx.status = result.status;
ctx.status = result.status || 200;
ctx.headers = result.headers || ctx.headers;

@@ -47,0 +47,0 @@ // set cookies

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