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

@cldcvr/flow-aws-icon

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cldcvr/flow-aws-icon - npm Package Compare versions

Comparing version

to
1.6.1

@@ -0,65 +1,65 @@

import aws_database_neptune from './svg/aws-database-neptune';
import aws_database_quantum_ledger_database from './svg/aws-database-quantum-ledger-database';
import aws_database_aurora from './svg/aws-database-aurora';
import aws_database_timestream from './svg/aws-database-timestream';
import aws_database_documentdb from './svg/aws-database-documentdb';
import aws_database_dynamodb from './svg/aws-database-dynamodb';
import aws_database_rds_on_vmware from './svg/aws-database-rds-on-vmware';
import aws_database_elasticcache from './svg/aws-database-elasticcache';
import aws_database_keyspaces from './svg/aws-database-keyspaces';
import aws_database_dynamodb from './svg/aws-database-dynamodb';
import aws_database_rds from './svg/aws-database-rds';
import aws_database_neptune from './svg/aws-database-neptune';
import aws_database_quantum_ledger_database from './svg/aws-database-quantum-ledger-database';
import aws_database_rds_on_vmware from './svg/aws-database-rds-on-vmware';
import aws_database_timestream from './svg/aws-database-timestream';
import aws_analytics_cloudsearch from './svg/aws-analytics-cloudsearch';
import aws_analytics_glue_elastic_views from './svg/aws-analytics-glue-elastic-views';
import aws_analytics_finspace from './svg/aws-analytics-finspace';
import aws_analytics_glue_elastic_views from './svg/aws-analytics-glue-elastic-views';
import aws_analytics_glue_databrew from './svg/aws-analytics-glue-databrew';
import aws_analytics_elasticsearch_service from './svg/aws-analytics-elasticsearch-service';
import aws_analytics_quicksight from './svg/aws-analytics-quicksight';
import aws_analytics_emr from './svg/aws-analytics-emr';
import aws_analytics_kinesis from './svg/aws-analytics-kinesis';
import aws_analytics_athena from './svg/aws-analytics-athena';
import aws_analytics_lake_formation from './svg/aws-analytics-lake-formation';
import aws_analytics_athena from './svg/aws-analytics-athena';
import aws_analytics_emr from './svg/aws-analytics-emr';
import aws_analytics_cloudsearch from './svg/aws-analytics-cloudsearch';
import aws_storage_elastic_file_system from './svg/aws-storage-elastic-file-system';
import aws_storage_S3 from './svg/aws-storage-S3';
import aws_storage_windows_file_server from './svg/aws-storage-windows-file-server';
import aws_analytics_glue from './svg/aws-analytics-glue';
import aws_analytics_redshift from './svg/aws-analytics-redshift';
import aws_sagemaker from './svg/aws-sagemaker';
import aws_storage_S3 from './svg/aws-storage-S3';
import aws_analytics_data_pipeline from './svg/aws-analytics-data-pipeline';
import aws_storage_elastic_file_system from './svg/aws-storage-elastic-file-system';
import aws_storage_simple_storage_service from './svg/aws-storage-simple-storage-service';
import aws_storage_glacier from './svg/aws-storage-glacier';
import aws_storage_elastic_block_store from './svg/aws-storage-elastic-block-store';
import aws_storage_glacier from './svg/aws-storage-glacier';
import aws_analytics_redshift from './svg/aws-analytics-redshift';
import aws_analytics_data_pipeline from './svg/aws-analytics-data-pipeline';
import aws_analytics_glue from './svg/aws-analytics-glue';
import aws_appstream from './svg/aws-appstream';
const IconPack = {
'aws-database-neptune': aws_database_neptune,
'aws-database-quantum-ledger-database': aws_database_quantum_ledger_database,
'aws-database-aurora': aws_database_aurora,
'aws-database-timestream': aws_database_timestream,
'aws-database-documentdb': aws_database_documentdb,
'aws-database-dynamodb': aws_database_dynamodb,
'aws-database-rds-on-vmware': aws_database_rds_on_vmware,
'aws-database-elasticcache': aws_database_elasticcache,
'aws-database-keyspaces': aws_database_keyspaces,
'aws-database-dynamodb': aws_database_dynamodb,
'aws-database-rds': aws_database_rds,
'aws-database-neptune': aws_database_neptune,
'aws-database-quantum-ledger-database': aws_database_quantum_ledger_database,
'aws-database-rds-on-vmware': aws_database_rds_on_vmware,
'aws-database-timestream': aws_database_timestream,
'aws-analytics-cloudsearch': aws_analytics_cloudsearch,
'aws-analytics-glue-elastic-views': aws_analytics_glue_elastic_views,
'aws-analytics-finspace': aws_analytics_finspace,
'aws-analytics-glue-elastic-views': aws_analytics_glue_elastic_views,
'aws-analytics-glue-databrew': aws_analytics_glue_databrew,
'aws-analytics-elasticsearch-service': aws_analytics_elasticsearch_service,
'aws-analytics-quicksight': aws_analytics_quicksight,
'aws-analytics-emr': aws_analytics_emr,
'aws-analytics-kinesis': aws_analytics_kinesis,
'aws-analytics-athena': aws_analytics_athena,
'aws-analytics-lake-formation': aws_analytics_lake_formation,
'aws-analytics-athena': aws_analytics_athena,
'aws-analytics-emr': aws_analytics_emr,
'aws-analytics-cloudsearch': aws_analytics_cloudsearch,
'aws-storage-elastic-file-system': aws_storage_elastic_file_system,
'aws-storage-S3': aws_storage_S3,
'aws-storage-windows-file-server': aws_storage_windows_file_server,
'aws-analytics-glue': aws_analytics_glue,
'aws-analytics-redshift': aws_analytics_redshift,
'aws-sagemaker': aws_sagemaker,
'aws-storage-S3': aws_storage_S3,
'aws-analytics-data-pipeline': aws_analytics_data_pipeline,
'aws-storage-elastic-file-system': aws_storage_elastic_file_system,
'aws-storage-simple-storage-service': aws_storage_simple_storage_service,
'aws-storage-glacier': aws_storage_glacier,
'aws-storage-elastic-block-store': aws_storage_elastic_block_store,
'aws-storage-glacier': aws_storage_glacier,
'aws-analytics-redshift': aws_analytics_redshift,
'aws-analytics-data-pipeline': aws_analytics_data_pipeline,
'aws-analytics-glue': aws_analytics_glue,
'aws-appstream': aws_appstream,
};
export default IconPack;

@@ -1,4 +0,4 @@

import { ConfigUtil } from '@cldcvr/flow-core';
import { ConfigUtil } from '@cldcvr/flow-core-config';
import IconPack from './icon-pack';
ConfigUtil.setConfig({ iconPack: { ...IconPack, ...ConfigUtil.getConfig().iconPack } });
export default IconPack;

@@ -12,6 +12,6 @@ import { defineConfig } from "vite";

rollupOptions: {
external: ["@cldcvr/flow-core"],
external: ["@cldcvr/flow-core-config"],
output: {
globals: {
"@cldcvr/flow-core": "flowCore",
"@cldcvr/flow-core-config": "flowCore",
},

@@ -18,0 +18,0 @@ },

@@ -0,65 +1,65 @@

import aws_database_neptune from './svg/aws-database-neptune';
import aws_database_quantum_ledger_database from './svg/aws-database-quantum-ledger-database';
import aws_database_aurora from './svg/aws-database-aurora';
import aws_database_timestream from './svg/aws-database-timestream';
import aws_database_documentdb from './svg/aws-database-documentdb';
import aws_database_dynamodb from './svg/aws-database-dynamodb';
import aws_database_rds_on_vmware from './svg/aws-database-rds-on-vmware';
import aws_database_elasticcache from './svg/aws-database-elasticcache';
import aws_database_keyspaces from './svg/aws-database-keyspaces';
import aws_database_dynamodb from './svg/aws-database-dynamodb';
import aws_database_rds from './svg/aws-database-rds';
import aws_database_neptune from './svg/aws-database-neptune';
import aws_database_quantum_ledger_database from './svg/aws-database-quantum-ledger-database';
import aws_database_rds_on_vmware from './svg/aws-database-rds-on-vmware';
import aws_database_timestream from './svg/aws-database-timestream';
import aws_analytics_cloudsearch from './svg/aws-analytics-cloudsearch';
import aws_analytics_glue_elastic_views from './svg/aws-analytics-glue-elastic-views';
import aws_analytics_finspace from './svg/aws-analytics-finspace';
import aws_analytics_glue_elastic_views from './svg/aws-analytics-glue-elastic-views';
import aws_analytics_glue_databrew from './svg/aws-analytics-glue-databrew';
import aws_analytics_elasticsearch_service from './svg/aws-analytics-elasticsearch-service';
import aws_analytics_quicksight from './svg/aws-analytics-quicksight';
import aws_analytics_emr from './svg/aws-analytics-emr';
import aws_analytics_kinesis from './svg/aws-analytics-kinesis';
import aws_analytics_athena from './svg/aws-analytics-athena';
import aws_analytics_lake_formation from './svg/aws-analytics-lake-formation';
import aws_analytics_athena from './svg/aws-analytics-athena';
import aws_analytics_emr from './svg/aws-analytics-emr';
import aws_analytics_cloudsearch from './svg/aws-analytics-cloudsearch';
import aws_storage_elastic_file_system from './svg/aws-storage-elastic-file-system';
import aws_storage_S3 from './svg/aws-storage-S3';
import aws_storage_windows_file_server from './svg/aws-storage-windows-file-server';
import aws_analytics_glue from './svg/aws-analytics-glue';
import aws_analytics_redshift from './svg/aws-analytics-redshift';
import aws_sagemaker from './svg/aws-sagemaker';
import aws_storage_S3 from './svg/aws-storage-S3';
import aws_analytics_data_pipeline from './svg/aws-analytics-data-pipeline';
import aws_storage_elastic_file_system from './svg/aws-storage-elastic-file-system';
import aws_storage_simple_storage_service from './svg/aws-storage-simple-storage-service';
import aws_storage_glacier from './svg/aws-storage-glacier';
import aws_storage_elastic_block_store from './svg/aws-storage-elastic-block-store';
import aws_storage_glacier from './svg/aws-storage-glacier';
import aws_analytics_redshift from './svg/aws-analytics-redshift';
import aws_analytics_data_pipeline from './svg/aws-analytics-data-pipeline';
import aws_analytics_glue from './svg/aws-analytics-glue';
import aws_appstream from './svg/aws-appstream';
const IconPack = {
'aws-database-neptune': aws_database_neptune,
'aws-database-quantum-ledger-database': aws_database_quantum_ledger_database,
'aws-database-aurora': aws_database_aurora,
'aws-database-timestream': aws_database_timestream,
'aws-database-documentdb': aws_database_documentdb,
'aws-database-dynamodb': aws_database_dynamodb,
'aws-database-rds-on-vmware': aws_database_rds_on_vmware,
'aws-database-elasticcache': aws_database_elasticcache,
'aws-database-keyspaces': aws_database_keyspaces,
'aws-database-dynamodb': aws_database_dynamodb,
'aws-database-rds': aws_database_rds,
'aws-database-neptune': aws_database_neptune,
'aws-database-quantum-ledger-database': aws_database_quantum_ledger_database,
'aws-database-rds-on-vmware': aws_database_rds_on_vmware,
'aws-database-timestream': aws_database_timestream,
'aws-analytics-cloudsearch': aws_analytics_cloudsearch,
'aws-analytics-glue-elastic-views': aws_analytics_glue_elastic_views,
'aws-analytics-finspace': aws_analytics_finspace,
'aws-analytics-glue-elastic-views': aws_analytics_glue_elastic_views,
'aws-analytics-glue-databrew': aws_analytics_glue_databrew,
'aws-analytics-elasticsearch-service': aws_analytics_elasticsearch_service,
'aws-analytics-quicksight': aws_analytics_quicksight,
'aws-analytics-emr': aws_analytics_emr,
'aws-analytics-kinesis': aws_analytics_kinesis,
'aws-analytics-athena': aws_analytics_athena,
'aws-analytics-lake-formation': aws_analytics_lake_formation,
'aws-analytics-athena': aws_analytics_athena,
'aws-analytics-emr': aws_analytics_emr,
'aws-analytics-cloudsearch': aws_analytics_cloudsearch,
'aws-storage-elastic-file-system': aws_storage_elastic_file_system,
'aws-storage-S3': aws_storage_S3,
'aws-storage-windows-file-server': aws_storage_windows_file_server,
'aws-analytics-glue': aws_analytics_glue,
'aws-analytics-redshift': aws_analytics_redshift,
'aws-sagemaker': aws_sagemaker,
'aws-storage-S3': aws_storage_S3,
'aws-analytics-data-pipeline': aws_analytics_data_pipeline,
'aws-storage-elastic-file-system': aws_storage_elastic_file_system,
'aws-storage-simple-storage-service': aws_storage_simple_storage_service,
'aws-storage-glacier': aws_storage_glacier,
'aws-storage-elastic-block-store': aws_storage_elastic_block_store,
'aws-storage-glacier': aws_storage_glacier,
'aws-analytics-redshift': aws_analytics_redshift,
'aws-analytics-data-pipeline': aws_analytics_data_pipeline,
'aws-analytics-glue': aws_analytics_glue,
'aws-appstream': aws_appstream,
} as Record<string, string>;
export default IconPack;

@@ -1,2 +0,2 @@

import { ConfigUtil } from '@cldcvr/flow-core';
import { ConfigUtil } from '@cldcvr/flow-core-config';
import IconPack from './icon-pack';

@@ -3,0 +3,0 @@

{
"name": "@cldcvr/flow-aws-icon",
"version": "1.5.0",
"version": "1.6.1",
"description": "This package contains free set icons to use in `@cldcvr/flow-core`",

@@ -19,3 +19,3 @@ "main": "dist/flow-icon.es.js",

"dependencies": {
"@cldcvr/flow-core": "*"
"@cldcvr/flow-core-config": "^1.0.0"
},

@@ -31,3 +31,3 @@ "devDependencies": {

"peerDependencies": {
"@cldcvr/flow-core": "*"
"@cldcvr/flow-core-config": "*"
},

@@ -34,0 +34,0 @@ "repository": {

@@ -13,6 +13,6 @@ import { defineConfig } from "vite";

rollupOptions: {
external: ["@cldcvr/flow-core",/^lit/],
external: ["@cldcvr/flow-core-config",/^lit/],
output: {
globals: {
"@cldcvr/flow-core": "@cldcvr/flow-core",
"@cldcvr/flow-core-config": "@cldcvr/flow-core-config",
},

@@ -19,0 +19,0 @@ },

@@ -13,6 +13,6 @@ import { defineConfig } from "vite";

rollupOptions: {
external: ["@cldcvr/flow-core"],
external: ["@cldcvr/flow-core-config"],
output: {
globals: {
"@cldcvr/flow-core": "flowCore",
"@cldcvr/flow-core-config": "flowCore",
},

@@ -19,0 +19,0 @@ },

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display