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

@raiadrogasil/pulso-icons

Package Overview
Dependencies
Maintainers
2
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@raiadrogasil/pulso-icons - npm Package Compare versions

Comparing version 2.1.0 to 2.2.0-alpha.0

types/icoMoon.d.ts

6

constants/icons.d.ts

@@ -1,5 +0,3 @@

export interface IconInfo {
name: string;
content: string;
}
import { IconInfo } from "../types";
export declare const ICON_LIST: IconInfo[];
export declare const ICON_NAMES: import("../types").IconName[];
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.ICON_LIST = void 0;
exports.ICON_NAMES = exports.ICON_LIST = void 0;
exports.ICON_LIST = [

@@ -278,1 +278,2 @@ { name: "rdicon-neighborhood-delivery", content: "e9bd" },

];
exports.ICON_NAMES = exports.ICON_LIST.map(function (icon) { return icon.name; });

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

export declare type IconSetItem = {
properties: {
name: string;
};
icon: {
paths: string[];
attrs: Record<string, unknown>[];
width?: number | string;
};
};
export declare type IconSet = {
icons: IconSetItem[];
};
import { IconSet } from "./types";
export declare const icoMoonConfig: IconSet;
export * from "./constants";
export * from "./types";

@@ -20,1 +20,2 @@ "use strict";

__exportStar(require("./constants"), exports);
__exportStar(require("./types"), exports);
{
"name": "@raiadrogasil/pulso-icons",
"version": "2.1.0",
"version": "2.2.0-alpha.0",
"main": "./",
"license": "MIT"
}
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