Socket
Socket
Sign inDemoInstall

coffeex

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

coffeex - npm Package Compare versions

Comparing version 3.0.2 to 3.0.3

9

index.js

@@ -77,3 +77,3 @@ var assert = require('assert');

var alreadyCreated = false;
function createElement (tag, selectorStr, attr, children) {

@@ -89,4 +89,9 @@ var selector = null;

if (typeof selectorStr === 'string') {
children = NOOP;
selector = parseCssSelector(selectorStr);
if (typeof attr === 'object') {
children = NOOP;
} else {
children = attr;
attr = {};
}
} else {

@@ -93,0 +98,0 @@ children = attr;

{
"name": "coffeex",
"version": "3.0.2",
"version": "3.0.3",
"description": "Coffee DSL for React Virtual DOM instead of JSX",

@@ -5,0 +5,0 @@ "main": "index.js",

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