Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

recompose

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

recompose - npm Package Compare versions

Comparing version 0.20.1 to 0.20.2

2

package.json
{
"name": "recompose",
"version": "0.20.1",
"version": "0.20.2",
"author": "Andrew Clark <acdlite@me.com>",

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

@@ -40,3 +40,3 @@ 'use strict';

subscribe: function subscribe(observer) {
var _rxObservable$subscri = rxObservable.subscribe(function (val) {
var subscription = rxObservable.subscribe(function (val) {
return observer.next(val);

@@ -48,6 +48,5 @@ }, function (error) {

});
var dispose = _rxObservable$subscri.dispose;
return { unsubscribe: dispose };
return { unsubscribe: function unsubscribe() {
return subscription.dispose();
} };
}

@@ -54,0 +53,0 @@ }, _ref[_symbolObservable2.default] = function () {

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

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