Socket
Socket
Sign inDemoInstall

@axmit/antd-helpers

Package Overview
Dependencies
111
Maintainers
3
Versions
27
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.3.8 to 1.3.9

2

dist/components/SmartTabs.js

@@ -11,3 +11,3 @@ "use strict";

.filter(tab => !tab.hidden)
.map(tab => (React.createElement(antd_1.Tabs.TabPane, { key: tab.key, tab: React.createElement(React.Fragment, null, "tab.title") }, tab.content)));
.map(tab => (React.createElement(antd_1.Tabs.TabPane, { key: tab.key, tab: React.createElement(React.Fragment, null, tab.title) }, tab.content)));
};

@@ -14,0 +14,0 @@ }

{
"name": "@axmit/antd-helpers",
"author": "ashorin@axmit.com",
"version": "1.3.8",
"version": "1.3.9",
"description": "An amount of helpers for ant design library",

@@ -6,0 +6,0 @@ "homepage": "https://gitlab.axmit.com/axmit-npm/antd-helpers",

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc