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

@icon-magic/icon-models

Package Overview
Dependencies
Maintainers
3
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@icon-magic/icon-models - npm Package Compare versions

Comparing version 2.3.0-beta.0 to 2.4.0-beta.0

2

package.json
{
"name": "@icon-magic/icon-models",
"version": "2.3.0-beta.0",
"version": "2.4.0-beta.0",
"description": "Icon magic provides classes for the icon and iconSet",

@@ -5,0 +5,0 @@ "main": "dist/src/index.js",

@@ -42,2 +42,3 @@ import { Logger } from '@icon-magic/logger';

metadata?: MetaData;
rtlFlip?: boolean;

@@ -153,3 +154,4 @@ /**

iconName: this.iconName,
outputPath: this.outputPath
outputPath: this.outputPath,
rtlFlip: this.rtlFlip
};

@@ -190,2 +192,5 @@

}
if (this.rtlFlip) {
config.rtlFlip = this.rtlFlip;
}

@@ -192,0 +197,0 @@ // return the object

@@ -132,2 +132,3 @@ import { Icon } from '.';

metadata?: MetaData;
rtlFlip?: boolean;
};

@@ -134,0 +135,0 @@

Sorry, the diff of this file is not supported yet

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