refract-callbag
Advanced tools
Comparing version 2.2.0 to 2.2.1
@@ -0,1 +1,2 @@ | ||
import startWith from 'callbag-start-with'; | ||
import $$observable from 'symbol-observable'; | ||
@@ -101,3 +102,2 @@ import { isValidElement, createElement, Component } from 'react'; | ||
var filter = require('callbag-filter'); | ||
var startWith = require('callbag-start-with'); | ||
var subscribeToSink = function (sink, next, error) { | ||
@@ -104,0 +104,0 @@ return toObs(sink).subscribe({ |
@@ -7,2 +7,3 @@ 'use strict'; | ||
var startWith = _interopDefault(require('callbag-start-with')); | ||
var $$observable = _interopDefault(require('symbol-observable')); | ||
@@ -108,3 +109,2 @@ var React = require('react'); | ||
var filter = require('callbag-filter'); | ||
var startWith = require('callbag-start-with'); | ||
var subscribeToSink = function (sink, next, error) { | ||
@@ -111,0 +111,0 @@ return toObs(sink).subscribe({ |
{ | ||
"name": "refract-callbag", | ||
"description": "Refract bindings for React with Callbag: harness the power of reactive programming to supercharge your components!", | ||
"version": "2.2.0", | ||
"version": "2.2.1", | ||
"main": "index.js", | ||
@@ -6,0 +6,0 @@ "jsnext:main": "index.es.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
42870