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

@mondaychen/elemental

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mondaychen/elemental - npm Package Compare versions

Comparing version 0.6.0-freewheel-3 to 0.6.0-freewheel-4

dist/elemental.css

5

lib/react.js

@@ -11,2 +11,5 @@ 'use strict';

function makeClassName(className) {
if (!className) {
return UNIQUE_CLASS_NAME;
}
if (className.indexOf(UNIQUE_CLASS_NAME) > -1) {

@@ -21,3 +24,3 @@ return className;

var props = arguments[1];
if (!props || !props.className) {
if (!props) {
return oldCreateElement.apply(React, arguments);

@@ -24,0 +27,0 @@ }

6

package.json
{
"name": "@mondaychen/elemental",
"version": "0.6.0-freewheel-3",
"version": "0.6.0-freewheel-4",
"description": "React UI Framework",
"main": "lib/Elemental.js",
"main": "dist/Elemental.js",
"author": "Jed Watson",

@@ -46,3 +46,3 @@ "license": "MIT",

"lint": "eslint .",
"prepublish": "npm run build:lib",
"prepublish": "npm run build",
"publish:npm": "gulp publish:npm",

@@ -49,0 +49,0 @@ "publish:site": "gulp publish:examples",

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