Socket
Socket
Sign inDemoInstall

callbag-map-promise

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

callbag-map-promise - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

2

index.js

@@ -14,3 +14,3 @@ import flatMap from 'callbag-flat-map'

return d instanceof Promise ? fromPromise(d) : transfer(d)
})(source)
},endpoint)(source)
}

@@ -27,3 +27,3 @@ "use strict";

return d instanceof Promise ? (0, _callbagFromPromise.default)(d) : transfer(d);
})(source);
}, endpoint)(source);
};

@@ -30,0 +30,0 @@ };

{
"name": "callbag-map-promise",
"version": "0.1.2",
"version": "0.1.3",
"description": "callbag map+fromPromise+flatten",

@@ -5,0 +5,0 @@ "main": "./lib",

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