Socket
Socket
Sign inDemoInstall

clout-js

Package Overview
Dependencies
118
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.1.0-beta.6 to 2.1.0-beta.7

3

hookslib/apiType/api.js

@@ -13,3 +13,4 @@ const debug = require('debug')('clout-js:api');

.then((data) => {
if (!resp.headerSent) {
const headerSent = !!resp._header;
if (!headerSent) {
return resp.ok(data);

@@ -16,0 +17,0 @@ }

{
"name": "clout-js",
"version": "2.1.0-beta.6",
"version": "2.1.0-beta.7",
"description": "Clean, simplistic, enterprise grade full-stack NodeJS framework",

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

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc