Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@forter/icon

Package Overview
Dependencies
Maintainers
3
Versions
156
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@forter/icon - npm Package Compare versions

Comparing version 4.0.1 to 4.0.2

icons/developer.svg.js

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

## [4.0.2](https://github.com/forter/web-components/compare/@forter/icon@4.0.1...@forter/icon@4.0.2) (2019-12-11)
### Bug Fixes
* **icon:** added zone icons ([76353f5](https://github.com/forter/web-components/commit/76353f5))
## [4.0.1](https://github.com/forter/web-components/compare/@forter/icon@4.0.0...@forter/icon@4.0.1) (2019-12-11)

@@ -8,0 +19,0 @@

@@ -35,3 +35,10 @@ export { DEFAULT_ICON, cache, instances, registerIconCache } from './cache.js';

export { default as na } from './icons/na.svg.js';
export { default as promotions } from './icons/promotions.svg.js';
export { default as ecommerce } from './icons/ecommerce.svg.js';
export { default as gateway } from './icons/gateway.svg.js';
export { default as loyalty } from './icons/loyalty.svg.js';
export { default as inr } from './icons/inr.svg.js';
export { default as returns } from './icons/returns.svg.js';
export { default as developer } from './icons/developer.svg.js';
export { default as featherMonitor } from './icons/feather/monitor.svg.js';
//# sourceMappingURL=index.js.map

4

package.json
{
"name": "@forter/icon",
"version": "4.0.1",
"version": "4.0.2",
"description": "Icon Component from Forter Components",

@@ -52,3 +52,3 @@ "main": "index.js",

},
"gitHead": "80990cbe1edce7f208f21569915f32a21902d248"
"gitHead": "f43a22133a8268149860f69c8060c84df6055214"
}

@@ -33,2 +33,11 @@ export { default as addNoCircle } from './add-no-circle.svg.js';

export { default as na } from './na.svg.js';
export { default as promotions } from './promotions.svg.js';
export { default as ecommerce } from './ecommerce.svg.js';
export { default as gateway } from './gateway.svg.js';
export { default as loyalty } from './loyalty.svg.js';
export { default as inr } from './inr.svg.js';
export { default as returns } from './returns.svg.js';
export { default as developer } from './developer.svg.js';
export * from './feather';

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