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.16 to 1.0.17

2

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

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

@@ -32,2 +32,6 @@ const WebSocket = require('./stream-polyfill');

get socket() {
return this[_source];
}
open() {

@@ -240,2 +244,4 @@ if (this.stream && this.stream.get("meta.id") && WebSocket) {

if(subscriptions.length === 0) return;
// DO NOT UPDATE IF IT IS THE SAME SUBSCRIPTIONS
// AND MAKE SURE COLLECTION ADD AND REMOVE LISTENERS ARE ADDED ONLY ONCE !!!
let requestOptions = Object.assign({}, options);

@@ -242,0 +248,0 @@ requestOptions.success = () => {

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