cycle-gear
Advanced tools
Comparing version 7.1.0 to 7.1.1
@@ -129,2 +129,3 @@ import { adapt } from '@cycle/run/lib/adapt'; | ||
.map(spin => spin[tooth]) | ||
.filter(toothView => !!toothView) | ||
.compose(flattenConcurrently)) | ||
@@ -131,0 +132,0 @@ .flatten(); |
@@ -203,2 +203,3 @@ "use strict"; | ||
.map(function (spin) { return spin[tooth]; }) | ||
.filter(function (toothView) { return !!toothView; }) | ||
.compose(flattenConcurrently_1.default); }) | ||
@@ -205,0 +206,0 @@ .flatten(); |
@@ -242,2 +242,3 @@ import { adapt } from '@cycle/run/lib/adapt' | ||
.map(spin => spin[tooth]) | ||
.filter(toothView => !!toothView) | ||
.compose(flattenConcurrently)) | ||
@@ -244,0 +245,0 @@ .flatten() |
{ | ||
"name": "cycle-gear", | ||
"version": "7.1.0", | ||
"version": "7.1.1", | ||
"description": "Main function factory for CycleJS", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.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
68492
735