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

wappsto-blanket

Package Overview
Dependencies
Maintainers
1
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wappsto-blanket - npm Package Compare versions

Comparing version 1.2.2 to 1.2.3

2

package.json
{
"name": "wappsto-blanket",
"version": "1.2.2",
"version": "1.2.3",
"description": "",

@@ -5,0 +5,0 @@ "scripts": {

@@ -109,7 +109,9 @@ import { getServiceVersion } from 'wappsto-redux/util/helpers';

timeout = setTimeout(() => {
dispatch(closeStream(secondaryStream));
const ws = dispatch(openStream({ name: secondaryStream, subscription: newSubscriptions, full: options.full || false }, null, options));
ws.addEventListener('open', () => {
dispatch(updateReduxStream(secondaryStream, status.CLOSED, null, null, null));
dispatch(closeStream(mainStream, true));
dispatch(updateReduxStream(mainStream, status.OPEN, null, ws, { subscription: newSubscriptions, name: mainStream, full: options.full || false }));
subscriptions.old = subscriptions.new;
subscriptions.old = newSubscriptions;
subscriptions.new = null;

@@ -116,0 +118,0 @@ });

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