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

@ant-design/icons-react

Package Overview
Dependencies
Maintainers
3
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ant-design/icons-react - npm Package Compare versions

Comparing version 1.0.0-alpha.3 to 1.0.0-alpha.4

1

es/components/Icon.d.ts

@@ -23,4 +23,5 @@ import { IconDefinition, IconDefinitionGetter } from '@ant-design/icons/lib/types';

static setTwoTonePrimaryColor(primaryColor: string, secondaryColor?: string): void;
static getTwoTonePrimaryColor(): string;
render(): any;
}
export default Icon;

@@ -101,2 +101,7 @@ import _defineProperty from 'babel-runtime/helpers/defineProperty';

}
}, {
key: 'getTwoTonePrimaryColor',
value: function getTwoTonePrimaryColor() {
return twoToneColorPalette.primaryColor;
}
}]);

@@ -103,0 +108,0 @@

@@ -23,4 +23,5 @@ import { IconDefinition, IconDefinitionGetter } from '@ant-design/icons/lib/types';

static setTwoTonePrimaryColor(primaryColor: string, secondaryColor?: string): void;
static getTwoTonePrimaryColor(): string;
render(): any;
}
export default Icon;

@@ -129,2 +129,7 @@ 'use strict';

}
}, {
key: 'getTwoTonePrimaryColor',
value: function getTwoTonePrimaryColor() {
return twoToneColorPalette.primaryColor;
}
}]);

@@ -131,0 +136,0 @@ return Icon;

2

package.json
{
"name": "@ant-design/icons-react",
"version": "1.0.0-alpha.3",
"version": "1.0.0-alpha.4",
"main": "./lib/index.js",

@@ -5,0 +5,0 @@ "module": "./es/index.js",

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