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

teact

Package Overview
Dependencies
Maintainers
3
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

teact - npm Package Compare versions

Comparing version 1.1.2 to 1.2.0

2

lib/teact.js

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

// Generated by CoffeeScript 1.10.0
// Generated by CoffeeScript 1.11.1
(function() {

@@ -3,0 +3,0 @@ var React, Teact, elements, fn, fn1, i, j, len, len1, merge_elements, ref, ref1, tagName,

{
"name": "teact",
"version": "1.1.2",
"version": "1.2.0",
"description": "Generate React elements with CoffeeScript functions",

@@ -33,3 +33,3 @@ "homepage": "http://github.com/hurrymaplelad/teact",

"mocha": "^2.3.3",
"react-dom": "^0.14.2"
"react-dom": "^15.4.1"
},

@@ -44,4 +44,4 @@ "scripts": {

"dependencies": {
"react": "^0.14.2"
"react": "^15.4.1"
}
}

@@ -7,3 +7,3 @@ # Teact

You get full javascript control flow, and minimal boilerplate.
It's also quite simple, just a thin wrapper around [React.createElement](https://facebook.github.io/react/docs/top-level-api.html#react.createelement) like JSX, making [fast](#performance) and lightweight (2KB gzipped).
It's also quite simple, just a thin wrapper around [React.createElement](https://facebook.github.io/react/docs/top-level-api.html#react.createelement) like JSX, making it [fast](#performance) and lightweight (2KB gzipped).

@@ -136,2 +136,3 @@ [![Build Status](http://img.shields.io/travis/hurrymaplelad/teact.svg?style=flat-square)](https://travis-ci.org/hurrymaplelad/teact)

- No [extraneous enclosing tags](https://babeljs.io/repl/#?experimental=false&evaluate=true&loose=false&spec=false&code=%3Cdiv%3E%3C%2Fdiv%3E%0A%3Cdiv%3E%3C%2Fdiv%3E) required:
```coffee

@@ -143,2 +144,3 @@ renderHeader: ->

```
Just works.

@@ -145,0 +147,0 @@ - [Nice syntax errors](https://github.com/jsdf/coffee-react/issues/32).

Sorry, the diff of this file is not supported yet

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