Socket
Socket
Sign inDemoInstall

@clayui/icon

Package Overview
Dependencies
Maintainers
14
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@clayui/icon - npm Package Compare versions

Comparing version 3.40.0 to 3.56.0

README.md

10

lib/index.d.ts

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

/**
* SPDX-FileCopyrightText: © 2019 Liferay, Inc. <https://liferay.com>
* SPDX-License-Identifier: BSD-3-Clause
*/
import React from 'react';

@@ -5,3 +9,9 @@ export declare const ClayIconSpriteContext: React.Context<string>;

className?: string;
/**
* Path to the location of the spritemap resource.
*/
spritemap?: string;
/**
* The id of the icon in the spritemap.
*/
symbol: string;

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

8

package.json
{
"name": "@clayui/icon",
"version": "3.40.0",
"version": "3.56.0",
"description": "ClayIcon component",

@@ -20,4 +20,4 @@ "license": "BSD-3-Clause",

"build": "cross-env NODE_ENV=production babel src --root-mode upward --out-dir lib --extensions .ts,.tsx",
"build:types": "cross-env NODE_ENV=production tsc --project ./tsconfig.declarations.json",
"prepublishOnly": "yarn build && yarn build:types",
"buildTypes": "cross-env NODE_ENV=production tsc --project ./tsconfig.declarations.json",
"prepublishOnly": "yarn build && yarn buildTypes",
"test": "jest --config ../../jest.config.js"

@@ -41,3 +41,3 @@ },

],
"gitHead": "35f995fa7784af86b2052a542ae5d7b1eccfd356"
"gitHead": "1c33d9c709d8ce071862f0087c76ac23ce11465b"
}
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