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

@rocket.chat/ui-kit

Package Overview
Dependencies
Maintainers
7
Versions
727
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rocket.chat/ui-kit - npm Package Compare versions

Comparing version 0.32.0-dev.363 to 0.32.0-dev.364

2

dist/cjs/blocks/layout/CalloutBlock.d.ts

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

import type { Keys } from '@rocket.chat/icons';
import type { LayoutBlockish } from '../LayoutBlockish';

@@ -7,3 +6,2 @@ import type { TextObject } from '../TextObject';

title?: TextObject;
icon?: Keys;
text: TextObject;

@@ -10,0 +8,0 @@ variant?: 'info' | 'danger' | 'warning' | 'success';

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

import type { Keys } from '@rocket.chat/icons';
import type { LayoutBlockish } from '../LayoutBlockish';

@@ -7,3 +6,2 @@ import type { TextObject } from '../TextObject';

title?: TextObject;
icon?: Keys;
text: TextObject;

@@ -10,0 +8,0 @@ variant?: 'info' | 'danger' | 'warning' | 'success';

10

package.json
{
"name": "@rocket.chat/ui-kit",
"version": "0.32.0-dev.363",
"version": "0.32.0-dev.364",
"description": "Interactive UI elements for Rocket.Chat Apps",

@@ -44,5 +44,4 @@ "homepage": "https://rocketchat.github.io/Rocket.Chat.Fuselage/",

"@babel/preset-env": "~7.21.4",
"@rocket.chat/eslint-config-alt": "~0.32.0-dev.180",
"@rocket.chat/icons": "~0.32.0-dev.410",
"@rocket.chat/prettier-config": "~0.31.26-dev.18",
"@rocket.chat/eslint-config-alt": "~0.32.0-dev.181",
"@rocket.chat/prettier-config": "~0.31.26-dev.19",
"@types/jest": "~29.5.0",

@@ -64,6 +63,3 @@ "babel-loader": "~9.1.2",

"webpack-cli": "~5.0.1"
},
"peerDependencies": {
"@rocket.chat/icons": "*"
}
}

@@ -25,12 +25,2 @@ <!--header-->

Firstly, install the peer dependencies (prerequisites):
```sh
npm i @rocket.chat/icons
# or, if you are using yarn:
yarn add @rocket.chat/icons
```
Add `@rocket.chat/ui-kit` as a dependency:

@@ -37,0 +27,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