Socket
Socket
Sign inDemoInstall

@iconify/types

Package Overview
Dependencies
0
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.9 to 1.0.10

4

package.json
{
"name": "@iconify/types",
"description": "Types for Iconify data",
"version": "1.0.9",
"version": "1.0.10",
"author": "Vjacheslav Trushkin",

@@ -20,4 +20,4 @@ "license": "(Apache-2.0 OR GPL-2.0)",

"devDependencies": {
"typescript": "^4.1.2"
"typescript": "^4.4.3"
}
}

@@ -147,3 +147,3 @@ /**

// Array of icons that should be used for samples in icon sets list.
samples: string[];
samples?: string[];

@@ -160,4 +160,4 @@ // Icon grid: number or array of numbers.

// Palette status. True if icons have predefined color scheme, false if icons use currentColor.
// Icon set should not mix icons with and without palette to simplify search.
palette: boolean;
// Ideally, icon set should not mix icons with and without palette to simplify search.
palette?: boolean;
}

@@ -164,0 +164,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc