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

@alfalab/core-components-alert

Package Overview
Dependencies
Maintainers
17
Versions
122
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@alfalab/core-components-alert - npm Package Compare versions

Comparing version

to
3.3.0

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

# [3.3.0](https://github.com/core-ds/core-components/compare/@alfalab/core-components-alert@3.2.4...@alfalab/core-components-alert@3.3.0) (2022-08-04)
### Features
* react 18 support ([#159](https://github.com/core-ds/core-components/issues/159)) ([2e6693c](https://github.com/core-ds/core-components/commit/2e6693c62f534e333aadb7d3fff4ffd78ac84c63))
## [3.2.4](https://github.com/core-ds/core-components/compare/@alfalab/core-components-alert@3.2.3...@alfalab/core-components-alert@3.2.4) (2022-07-25)

@@ -8,0 +19,0 @@

2

Component.js

@@ -53,3 +53,3 @@ 'use strict';

var styles = {"component":"alert__component_12xv2","buttons":"alert__buttons_12xv2","title":"alert__title_12xv2","content":"alert__content_12xv2"};
var styles = {"component":"alert__component_1ftf2","buttons":"alert__buttons_1ftf2","title":"alert__title_1ftf2","content":"alert__content_1ftf2"};
require('./index.css')

@@ -56,0 +56,0 @@

@@ -44,3 +44,3 @@ import React from 'react';

var styles = {"component":"alert__component_12xv2","buttons":"alert__buttons_12xv2","title":"alert__title_12xv2","content":"alert__content_12xv2"};
var styles = {"component":"alert__component_1ftf2","buttons":"alert__buttons_1ftf2","title":"alert__title_1ftf2","content":"alert__content_1ftf2"};
require('./index.css')

@@ -47,0 +47,0 @@

@@ -5,3 +5,3 @@ import React from 'react';

var styles = {"component":"alert__component_12xv2","buttons":"alert__buttons_12xv2","title":"alert__title_12xv2","content":"alert__content_12xv2"};
var styles = {"component":"alert__component_1ftf2","buttons":"alert__buttons_1ftf2","title":"alert__title_1ftf2","content":"alert__content_1ftf2"};
require('./index.css')

@@ -8,0 +8,0 @@

{
"name": "@alfalab/core-components-alert",
"version": "3.2.4",
"version": "3.3.0",
"description": "",

@@ -17,8 +17,8 @@ "keywords": [],

"peerDependencies": {
"react": "^16.9.0 || ^17.0.1"
"react": "^16.9.0 || ^17.0.1 || ^18.0.0"
},
"dependencies": {
"@alfalab/core-components-plate": "^5.0.0",
"classnames": "^2.2.6"
"@alfalab/core-components-plate": "^5.1.0",
"classnames": "^2.3.1"
}
}

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