New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@ewtd/ewt-icon

Package Overview
Dependencies
Maintainers
4
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ewtd/ewt-icon - npm Package Compare versions

Comparing version

to
1.0.3

5

CHANGELOG.md

@@ -0,1 +1,6 @@

<a name="1.0.3"></a>
## [1.0.3](http://git.mistong.com/ewtd/ewt-icon/compare/v1.0.2...v1.0.3) (2019-11-26)
<a name="1.0.2"></a>

@@ -2,0 +7,0 @@ ## [1.0.2](http://git.mistong.com/ewtd/ewt-icon/compare/v1.0.1...v1.0.2) (2019-10-28)

7

demo/index.js

@@ -67,9 +67,2 @@ /*

'arow-up',
'tree-leaf',
'plus',
'minus',
'checkbox-checked',
'rectangle-solid',
'calendar',
'tree-unchecked',
'loading',

@@ -76,0 +69,0 @@ ];

10

dist/index.js

@@ -94,3 +94,3 @@ !function(e, n) {

return p.default.createElement("i", f({
"className": (0, d.default)(o({}, "" + a, !0), "icon iconfont", o({}, "icon-" + n, !!n), o({}, r, !!r)),
"className": (0, d.default)(o({}, "" + a, !0), "icon iconfont-ewt", o({}, "icon-ewt-" + n, !!n), o({}, r, !!r)),
"style": t

@@ -369,3 +369,3 @@ }, u));

}
function O() {
function w() {
function e(e, n, t, r, o) {

@@ -376,3 +376,3 @@ return x(e[n]) ? null : new s("Invalid " + r + " `" + o + "` supplied to " + ("`" + t + "`, expected a ReactNode."));

}
function w(e) {
function O(e) {
function n(n, t, r, o, a) {

@@ -482,7 +482,7 @@ var u = n[t], c = E(u);

"instanceOf": h,
"node": O(),
"node": w(),
"objectOf": m,
"oneOf": b,
"oneOfType": g,
"shape": w,
"shape": O,
"exact": j

@@ -489,0 +489,0 @@ };

{
"name": "@ewtd/ewt-icon",
"version": "1.0.2",
"version": "1.0.3",
"description": "ewt-iocn component",

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

@@ -37,3 +37,3 @@ import React from 'react';

<i
className={classnames({ [`${prefixCls}`]: true }, 'icon iconfont', { [`icon-${type}`]: !!type }, { [className]: !!className })}
className={classnames({ [`${prefixCls}`]: true }, 'icon iconfont-ewt', { [`icon-ewt-${type}`]: !!type }, { [className]: !!className })}
style={style}

@@ -40,0 +40,0 @@ {...others}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet