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

cf-component-icon

Package Overview
Dependencies
Maintainers
22
Versions
70
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cf-component-icon - npm Package Compare versions

Comparing version 4.3.2 to 4.3.3

es/reactsvgs/FlowchartAlt.js

12

CHANGELOG.md

@@ -6,3 +6,11 @@ # Change Log

<a name="4.3.2"></a>
<a name="4.3.3"></a>
## [4.3.3](http://stash.cfops.it:7999/www/cf-ux/compare/cf-component-icon@4.3.2...cf-component-icon@4.3.3) (2018-02-07)
**Note:** Version bump only for package cf-component-icon
<a name="4.3.2"></a>
## [4.3.2](http://stash.cfops.it:7999/www/cf-ux/compare/cf-component-icon@4.3.1...cf-component-icon@4.3.2) (2018-01-30)

@@ -15,3 +23,3 @@

<a name="4.3.1"></a>
<a name="4.3.1"></a>
## [4.3.1](http://stash.cfops.it:7999/www/cf-ux/compare/cf-component-icon@4.3.0...cf-component-icon@4.3.1) (2018-01-29)

@@ -18,0 +26,0 @@

2

es/iconTypes.js
// THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. USE cf-component-icon/src/svgtoreact.sh TO MODIFY
export default ['api', 'backward', 'bolt', 'calendar', 'caret-down', 'caret-left', 'caret-right', 'caret-up', 'chart', 'clipboard', 'collapse', 'credit-card', 'door', 'download', 'drive', 'edgeworker', 'exclamation-sign', 'expand', 'facebook', 'file', 'filter', 'firebolt', 'flowchart', 'forward', 'gear', 'google-plus', 'hamburger', 'happy', 'help', 'info-sign', 'left', 'linkedin', 'list', 'lock', 'mail', 'minus', 'network', 'ok-sign', 'ok', 'pause', 'plus', 'refresh', 'remove', 'reorder', 'resize-horizontal', 'retarget', 'right', 'sad', 'search', 'shield', 'speech', 'time', 'twitter', 'upload', 'user', 'wrench'];
export default ['api', 'backward', 'bolt', 'calendar', 'caret-down', 'caret-left', 'caret-right', 'caret-up', 'chart', 'clipboard', 'collapse', 'credit-card', 'door', 'download', 'drive', 'edgeworker', 'exclamation-sign', 'expand', 'facebook', 'file', 'filter', 'firebolt', 'flowchart-alt', 'flowchart', 'forward', 'gear', 'google-plus', 'hamburger', 'happy', 'help', 'info-sign', 'left', 'linkedin', 'list', 'lock', 'mail', 'minus', 'network', 'ok-sign', 'ok', 'pause', 'plus', 'refresh', 'remove', 'reorder', 'resize-horizontal', 'retarget', 'right', 'sad', 'search', 'shield', 'speech', 'time', 'twitter', 'upload', 'user', 'wrench'];

@@ -25,2 +25,3 @@ // THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. USE cf-component-icon/src/svgtoreact.sh TO MODIFY

import Firebolt from './Firebolt';
import FlowchartAlt from './FlowchartAlt';
import Flowchart from './Flowchart';

@@ -84,2 +85,3 @@ import Forward from './Forward';

firebolt: Firebolt,
'flowchart-alt': FlowchartAlt,
flowchart: Flowchart,

@@ -86,0 +88,0 @@ forward: Forward,

@@ -8,2 +8,2 @@ 'use strict';

exports.default = ['api', 'backward', 'bolt', 'calendar', 'caret-down', 'caret-left', 'caret-right', 'caret-up', 'chart', 'clipboard', 'collapse', 'credit-card', 'door', 'download', 'drive', 'edgeworker', 'exclamation-sign', 'expand', 'facebook', 'file', 'filter', 'firebolt', 'flowchart', 'forward', 'gear', 'google-plus', 'hamburger', 'happy', 'help', 'info-sign', 'left', 'linkedin', 'list', 'lock', 'mail', 'minus', 'network', 'ok-sign', 'ok', 'pause', 'plus', 'refresh', 'remove', 'reorder', 'resize-horizontal', 'retarget', 'right', 'sad', 'search', 'shield', 'speech', 'time', 'twitter', 'upload', 'user', 'wrench'];
exports.default = ['api', 'backward', 'bolt', 'calendar', 'caret-down', 'caret-left', 'caret-right', 'caret-up', 'chart', 'clipboard', 'collapse', 'credit-card', 'door', 'download', 'drive', 'edgeworker', 'exclamation-sign', 'expand', 'facebook', 'file', 'filter', 'firebolt', 'flowchart-alt', 'flowchart', 'forward', 'gear', 'google-plus', 'hamburger', 'happy', 'help', 'info-sign', 'left', 'linkedin', 'list', 'lock', 'mail', 'minus', 'network', 'ok-sign', 'ok', 'pause', 'plus', 'refresh', 'remove', 'reorder', 'resize-horizontal', 'retarget', 'right', 'sad', 'search', 'shield', 'speech', 'time', 'twitter', 'upload', 'user', 'wrench'];

@@ -95,2 +95,6 @@ 'use strict';

var _FlowchartAlt = require('./FlowchartAlt');
var _FlowchartAlt2 = _interopRequireDefault(_FlowchartAlt);
var _Flowchart = require('./Flowchart');

@@ -234,4 +238,2 @@

// THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. USE cf-component-icon/src/svgtoreact.sh TO MODIFY
exports.default = {

@@ -260,2 +262,3 @@ api: _Api2.default,

firebolt: _Firebolt2.default,
'flowchart-alt': _FlowchartAlt2.default,
flowchart: _Flowchart2.default,

@@ -295,2 +298,2 @@ forward: _Forward2.default,

wrench: _Wrench2.default
};
}; // THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. USE cf-component-icon/src/svgtoreact.sh TO MODIFY
{
"name": "cf-component-icon",
"description": "Cloudflare Icon Component",
"version": "4.3.2",
"version": "4.3.3",
"main": "lib/index.js",

@@ -6,0 +6,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