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

@fremtind/jkl-alert-message-react

Package Overview
Dependencies
Maintainers
3
Versions
194
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fremtind/jkl-alert-message-react - npm Package Compare versions

Comparing version 8.0.4 to 8.0.5

17

build/cjs/AlertMessage.js

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

"use strict";
var __create = Object.create;

@@ -5,18 +6,4 @@ var __defProp = Object.defineProperty;

var __getOwnPropNames = Object.getOwnPropertyNames;
var __getOwnPropSymbols = Object.getOwnPropertySymbols;
var __getProtoOf = Object.getPrototypeOf;
var __hasOwnProp = Object.prototype.hasOwnProperty;
var __propIsEnum = Object.prototype.propertyIsEnumerable;
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
var __spreadValues = (a, b) => {
for (var prop in b || (b = {}))
if (__hasOwnProp.call(b, prop))
__defNormalProp(a, prop, b[prop]);
if (__getOwnPropSymbols)
for (var prop of __getOwnPropSymbols(b)) {
if (__propIsEnum.call(b, prop))
__defNormalProp(a, prop, b[prop]);
}
return a;
};
var __export = (target, all) => {

@@ -72,3 +59,3 @@ for (var name in all)

"data-testid": "alert-message-content",
style: __spreadValues({}, styles)
style: { ...styles }
}, /* @__PURE__ */ import_react.default.createElement("div", {

@@ -75,0 +62,0 @@ "aria-hidden": true,

1

build/cjs/common/MessageIcon.js

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

"use strict";
var __create = Object.create;

@@ -2,0 +3,0 @@ var __defProp = Object.defineProperty;

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

"use strict";
var __defProp = Object.defineProperty;

@@ -2,0 +3,0 @@ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;

@@ -1,17 +0,1 @@

var __defProp = Object.defineProperty;
var __getOwnPropSymbols = Object.getOwnPropertySymbols;
var __hasOwnProp = Object.prototype.hasOwnProperty;
var __propIsEnum = Object.prototype.propertyIsEnumerable;
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
var __spreadValues = (a, b) => {
for (var prop in b || (b = {}))
if (__hasOwnProp.call(b, prop))
__defNormalProp(a, prop, b[prop]);
if (__getOwnPropSymbols)
for (var prop of __getOwnPropSymbols(b)) {
if (__propIsEnum.call(b, prop))
__defNormalProp(a, prop, b[prop]);
}
return a;
};
import { IconButton } from "@fremtind/jkl-icon-button-react";

@@ -45,3 +29,3 @@ import classNames from "classnames";

"data-testid": "alert-message-content",
style: __spreadValues({}, styles)
style: { ...styles }
}, /* @__PURE__ */ React.createElement("div", {

@@ -48,0 +32,0 @@ "aria-hidden": true,

{
"name": "@fremtind/jkl-alert-message-react",
"version": "8.0.4",
"version": "8.0.5",
"publishConfig": {

@@ -42,8 +42,8 @@ "access": "public"

"dependencies": {
"@fremtind/jkl-alert-message": "^6.0.3",
"@fremtind/jkl-icon-button-react": "^1.0.4",
"@fremtind/jkl-alert-message": "^6.0.4",
"@fremtind/jkl-icon-button-react": "^1.0.5",
"classnames": "^2.2.6"
},
"devDependencies": {
"@fremtind/jkl-core": "^10.0.3"
"@fremtind/jkl-core": "^10.0.4"
},

@@ -63,3 +63,3 @@ "peerDependencies": {

},
"gitHead": "41c541ee1ca9b890f50d931d7541d69e1ccd61ac"
"gitHead": "c93fc3afd8a4debb77e2a8e4a0f6fd5c92a5bc7b"
}

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

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