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

uxcore-empty-data

Package Overview
Dependencies
Maintainers
2
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

uxcore-empty-data - npm Package Compare versions

Comparing version 0.1.4 to 0.1.5

4

build/EmptyData.js

@@ -103,4 +103,4 @@ 'use strict';

type: 'normal',
icon: 'http://g.alicdn.com/uxcore/pic/empty.png',
largeIcon: 'http://g.alicdn.com/uxcore/pic/empty.png'
icon: '//g.alicdn.com/uxcore/pic/empty.png',
largeIcon: '//g.alicdn.com/uxcore/pic/empty.png'
};

@@ -107,0 +107,0 @@ EmptyData.displayName = 'EmptyData';

@@ -55,3 +55,3 @@ /**

}].map(item => (
<EmptyData style={{ width: '200px', display: 'inline-block' }} icon={`https://g.alicdn.com/uxcore/pic/${item.img}.png`}>
<EmptyData style={{ width: '200px', display: 'inline-block' }} icon={`//g.alicdn.com/uxcore/pic/${item.img}.png`}>
<div style={{ lineHeight: 2 }}>

@@ -58,0 +58,0 @@ <div>{item.name}</div>

# history
## 0.1.5
* `FIXED` default logo url is http
## 0.1.4

@@ -4,0 +8,0 @@

{
"name": "uxcore-empty-data",
"version": "0.1.4",
"version": "0.1.5",
"description": "uxcore-empty-data component for uxcore.",

@@ -5,0 +5,0 @@ "repository": "https://github.com/uxcore/uxcore-empty-data.git",

@@ -26,4 +26,4 @@ /**

type: 'normal',
icon: 'http://g.alicdn.com/uxcore/pic/empty.png',
largeIcon: 'http://g.alicdn.com/uxcore/pic/empty.png',
icon: '//g.alicdn.com/uxcore/pic/empty.png',
largeIcon: '//g.alicdn.com/uxcore/pic/empty.png',
};

@@ -30,0 +30,0 @@

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