Socket
Socket
Sign inDemoInstall

antd

Package Overview
Dependencies
Maintainers
4
Versions
846
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

antd - npm Package Compare versions

Comparing version 0.7.3-beta5 to 0.7.3-beta6

2

lib/index.js

@@ -31,2 +31,2 @@ require('./index.css');

antd.version = '0.7.3-beta5';
antd.version = '0.7.3-beta6';

@@ -382,3 +382,3 @@ 'use strict';

// 否则进行读取分页数据
if (data.length <= pageSize) {
if (data.length > pageSize || pageSize === Number.MAX_VALUE) {
data = data.filter(function (item, i) {

@@ -385,0 +385,0 @@ if (i >= (current - 1) * pageSize && i < current * pageSize) {

{
"name": "antd",
"version": "0.7.3-beta5",
"version": "0.7.3-beta6",
"stableVersion": "0.7.2",

@@ -5,0 +5,0 @@ "title": "Ant Design",

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