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

teact

Package Overview
Dependencies
Maintainers
1
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.0 to 1.1.1

3

lib/teact.js

@@ -143,2 +143,5 @@ // Generated by CoffeeScript 1.10.0

tagName = arguments[0], args = 2 <= arguments.length ? slice.call(arguments, 1) : [];
if (tagName == null) {
throw new Error("Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: " + tagName);
}
ref = this.normalizeArgs(args), attrs = ref.attrs, contents = ref.contents;

@@ -145,0 +148,0 @@ switch (typeof contents) {

2

package.json
{
"name": "teact",
"version": "1.1.0",
"version": "1.1.1",
"description": "Generate React elements with CoffeeScript functions",

@@ -5,0 +5,0 @@ "homepage": "http://github.com/hurrymaplelad/teact",

Sorry, the diff of this file is not supported yet

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