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.1 to 0.3.0

2

package.json
{
"name": "cortina-react",
"version": "0.2.1",
"version": "0.3.0",
"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/)",

@@ -30,3 +30,3 @@ import React, { Component } from 'react';

get [Symbol.iterator]() {
return generator;
return generator(this.props);
}

@@ -33,0 +33,0 @@ };

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