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

kefir-cast

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kefir-cast - npm Package Compare versions

Comparing version 3.2.1 to 3.2.2

2

index.js

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

});
} else if (input && input.subscribe && input.pipe && input.lift) { // RxJS 5
} else if (input && input.subscribe && input.lift) { // RxJS 5
return Kefir.stream(function(emitter) {

@@ -59,0 +59,0 @@ var subscription = input.subscribe(function onNext(value) {

{
"name": "kefir-cast",
"version": "3.2.1",
"version": "3.2.2",
"description": "Convert various types of streams to Kefir streams.",

@@ -37,3 +37,3 @@ "main": "index.js",

"devDependencies": {
"@reactivex/rxjs": "^5.5.2",
"@reactivex/rxjs": "~5.0.0",
"babel-eslint": "^8.0.2",

@@ -40,0 +40,0 @@ "baconjs": "^0.7.41",

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