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

@igniteui/material-icons-extended

Package Overview
Dependencies
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@igniteui/material-icons-extended - npm Package Compare versions

Comparing version 2.3.1-beta.2 to 2.4.0

sprites/styles/svg/sprite.css-ca5bbd4d.svg

3

build/migrations/base-migration/index.d.ts

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

export default function (): void;
import { Rule } from "@angular-devkit/schematics";
export default function (): Rule;
import { IMXIcon } from "./common/icon";
export declare const all: IMXIcon;
export declare const caseSensitive: IMXIcon;
export declare const check: IMXIcon;
export declare const contains: IMXIcon;

@@ -25,2 +26,3 @@ export declare const doesNotContain: IMXIcon;

export declare const notEqual: IMXIcon;
export declare const selectAll: IMXIcon;
export declare const startExpression: IMXIcon;

@@ -33,2 +35,3 @@ export declare const startsWith: IMXIcon;

export declare const yesterday: IMXIcon;
export declare const tomorrow: IMXIcon;
export declare const editor: IMXIcon[];

@@ -1,1 +0,7 @@

export default function (): void {}
import { Rule, Tree } from "@angular-devkit/schematics";
export default function (): Rule {
return (tree: Tree) => {
return tree;
};
}
{
"name": "@igniteui/material-icons-extended",
"version": "2.3.1-beta.2",
"version": "2.4.0",
"description": "A subset of Material Icons that extend the official Material Design Icons by Google.",

@@ -31,6 +31,5 @@ "scripts": {

},
"dependencies": {
"@angular-devkit/schematics": "^10.1.0"
},
"dependencies": {},
"devDependencies": {
"@angular-devkit/schematics": "^10.0.8",
"@types/node": "^14.6.2",

@@ -37,0 +36,0 @@ "gulp": "^4.0.2",

import { IMXIcon } from "./common/icon";
export const all: IMXIcon = {
name: "all",
value: require("./svgs/all.svg"),
export const caseSensitive: IMXIcon = {
name: "case-sensitive",
value: require("./svgs/case-sensitive.svg"),
categories: ["editor"],
};
export const check: IMXIcon = {
name: "check",
value: require("./svgs/check.svg"),
categories: ["editor"],
};
export const contains: IMXIcon = {

@@ -141,2 +147,8 @@ name: "contains",

export const selectAll: IMXIcon = {
name: "select-all",
value: require("./svgs/all.svg"),
categories: ["editor"],
};
export const startExpression: IMXIcon = {

@@ -184,3 +196,11 @@ name: "start-expression",

export const tomorrow: IMXIcon = {
name: "tomorrow",
value: require("./svgs/tomorrow.svg"),
categories: ["editor"],
};
export const editor = [
caseSensitive,
check,
contains,

@@ -199,2 +219,3 @@ doesNotContain,

isNull,
isTrue,
lastMonth,

@@ -211,2 +232,3 @@ lastYear,

isEmpty,
selectAll,
startExpression,

@@ -219,2 +241,3 @@ startsWith,

yesterday,
tomorrow,
];

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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