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

cortina-react

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cortina-react - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

2

package.json
{
"name": "cortina-react",
"version": "0.2.0",
"version": "0.2.1",
"description": "Coroutine-based EDSL for building React components and applications",

@@ -5,0 +5,0 @@ "author": "Arthur Xavier <arthur.xavierx@gmail.com> (http://arthur-xavier.github.io/)",

@@ -1,2 +0,2 @@

# cora-react
# cortina-react
Coroutine-based EDSL for building React components and applications
import React, { Component } from 'react';
import { Process } from 'cora';
import { all, race } from 'cora/src/combinators';
import { getIterator, isFunction } from 'cora/src/types';
import { Process } from 'cortina';
import { all, race } from 'cortina/src/combinators';
import { getIterator, isFunction } from 'cortina/src/types';

@@ -6,0 +6,0 @@ import { emit } from './event';

@@ -1,3 +0,3 @@

import { Channel, Query } from 'cora';
import { isFunction } from 'cora/src/types';
import { Channel, Query } from 'cortina';
import { isFunction } from 'cortina/src/types';

@@ -4,0 +4,0 @@ export const emit = Query('emit', function(event) {

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