New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

wapp-api

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wapp-api - npm Package Compare versions

Comparing version 1.0.12 to 1.0.13

2

package.json
{
"name": "wapp-api",
"version": "1.0.12",
"version": "1.0.13",
"description": "Helper functions to speed up wapp development process.",

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

@@ -99,3 +99,2 @@ const Request = require('../models/request');

callStatusChange.call(context, options, STATUS.ACCEPTED, context, response);
resolve(response);
context.on("response:handled", () => {

@@ -106,6 +105,6 @@ if(options.subscribe === true && this._wStream){

});
resolve(response);
}
} else {
callStatusChange.call(context, options, STATUS.ACCEPTED);
resolve(response);
context.on("response:handled", () => {

@@ -116,2 +115,3 @@ if(options.subscribe === true && this._wStream){

});
resolve(response);
}

@@ -118,0 +118,0 @@ }

Sorry, the diff of this file is too big to display

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