Huge News!Announcing our $40M Series B led by Abstract Ventures.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 0.1.1 to 0.1.2

2

package.json
{
"name": "wappsto-blanket",
"version": "0.1.1",
"version": "0.1.2",
"description": "",

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

import { getServiceVersion } from 'wappsto-redux/util/helpers';
import { openStream, closeStream, updateStream as updateReduxStream } from 'wappsto-redux/actions/stream';
import { openStream, closeStream, updateStream as updateReduxStream, status } from 'wappsto-redux/actions/stream';
import config from 'wappsto-redux/config';

@@ -107,3 +107,3 @@

dispatch(closeStream(mainStream, true));
dispatch(updateReduxStream(mainStream, undefined, undefined, ws, { subscription: newSubscriptions, name: mainStream, full: options.full || false }));
dispatch(updateReduxStream(mainStream, status.OPEN, null, ws, { subscription: newSubscriptions, name: mainStream, full: options.full || false }));
subscriptions.old = subscriptions.new;

@@ -110,0 +110,0 @@ subscriptions.new = null;

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