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

cycle-gear

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cycle-gear - npm Package Compare versions

Comparing version 7.1.2 to 7.1.3

4

dist-es2015/index.js

@@ -128,6 +128,8 @@ import { adapt } from '@cycle/run/lib/adapt';

.startWith([])
.debug('cycle-gear spin')
.remember();
const sinks = teeth.reduce((accum, tooth) => {
let view = spin.map(spins => xs.fromArray(spins)
.map(spin => spin[tooth])
.map(gear => gear[tooth])
.debug('cycle-gear spin-tooth')
.filter(toothView => !!toothView)

@@ -134,0 +136,0 @@ .compose(flattenConcurrently))

@@ -203,6 +203,8 @@ "use strict";

.startWith([])
.debug('cycle-gear spin')
.remember();
var sinks = teeth.reduce(function (accum, tooth) {
var view = spin.map(function (spins) { return xstream_1.default.fromArray(spins)
.map(function (spin) { return spin[tooth]; })
.map(function (gear) { return gear[tooth]; })
.debug('cycle-gear spin-tooth')
.filter(function (toothView) { return !!toothView; })

@@ -209,0 +211,0 @@ .compose(flattenConcurrently_1.default); })

@@ -242,2 +242,3 @@ import { adapt } from '@cycle/run/lib/adapt'

.startWith([])
.debug('cycle-gear spin')
.remember()

@@ -247,3 +248,4 @@

let view = spin.map(spins => xs.fromArray(spins)
.map(spin => spin[tooth])
.map(gear => gear[tooth])
.debug('cycle-gear spin-tooth')
.filter(toothView => !!toothView)

@@ -250,0 +252,0 @@ .compose(flattenConcurrently))

{
"name": "cycle-gear",
"version": "7.1.2",
"version": "7.1.3",
"description": "Main function factory for CycleJS",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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