Socket
Socket
Sign inDemoInstall

@hi-ui/alert

Package Overview
Dependencies
Maintainers
2
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hi-ui/alert - npm Package Compare versions

Comparing version 4.0.0-beta.13 to 4.0.0-beta.14

4

lib/cjs/Alert.js

@@ -26,2 +26,4 @@ /** @LICENSE

var types = require('./types.js');
var useLatest = require('@hi-ui/use-latest');

@@ -63,3 +65,3 @@

_a$type = _a.type,
type = _a$type === void 0 ? 'primary' : _a$type,
type = _a$type === void 0 ? types.AlertTypeEnum.PRIMARY : _a$type,
_a$closeable = _a.closeable,

@@ -66,0 +68,0 @@ closeable = _a$closeable === void 0 ? true : _a$closeable,

@@ -14,2 +14,3 @@ /** @LICENSE

import { __DEV__ } from '@hi-ui/env';
import { AlertTypeEnum } from './types.js';
import { useLatestCallback } from '@hi-ui/use-latest';

@@ -40,3 +41,3 @@ import { useTimeout } from '@hi-ui/use-timeout';

_a$type = _a.type,
type = _a$type === void 0 ? 'primary' : _a$type,
type = _a$type === void 0 ? AlertTypeEnum.PRIMARY : _a$type,
_a$closeable = _a.closeable,

@@ -43,0 +44,0 @@ closeable = _a$closeable === void 0 ? true : _a$closeable,

{
"name": "@hi-ui/alert",
"version": "4.0.0-beta.13",
"version": "4.0.0-beta.14",
"description": "A sub-package for @hi-ui/hiui.",

@@ -64,3 +64,3 @@ "keywords": [],

},
"gitHead": "7f47840510e6dfce429eeed1591c154e321cd14f"
"gitHead": "64cc3305632f0d88f852f4a95cba7c27ff388a2d"
}
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