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.0 to 7.1.1

1

dist-es2015/index.js

@@ -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()

2

package.json
{
"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",

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