Socket
Socket
Sign inDemoInstall

@nordcom/nordstar-button

Package Overview
Dependencies
Maintainers
1
Versions
678
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nordcom/nordstar-button - npm Package Compare versions

Comparing version 0.0.22-unstable-20231211054010 to 0.0.22-unstable-20231211054425

12

dist/button.js

@@ -5,9 +5,5 @@ import './button.css';

const container = "_container_7aqsv_1";
const content = "_content_7aqsv_49";
const icon = "_icon_7aqsv_57";
const container = "_container_5biwl_1";
const styles = {
container: container,
content: content,
icon: icon
container: container
};

@@ -43,4 +39,4 @@

children: [
icon ? /* @__PURE__ */ jsx("div", { className: styles.icon, children: icon }) : null,
/* @__PURE__ */ jsx("div", { className: styles.content, children })
icon ? /* @__PURE__ */ jsx("div", { "data-icon": true, children: icon }) : null,
/* @__PURE__ */ jsx("div", { "data-content": true, children })
]

@@ -47,0 +43,0 @@ }

@@ -5,3 +5,3 @@ {

"type": "module",
"version": "0.0.22-unstable-20231211054010",
"version": "0.0.22-unstable-20231211054425",
"description": "A component for triggering actionable events on an interaction with it (or as most would call it, a button).",

@@ -69,3 +69,3 @@ "main": "dist/index.js",

"dependencies": {
"@nordcom/nordstar-system": "0.0.22-unstable-20231211054010"
"@nordcom/nordstar-system": "0.0.22-unstable-20231211054425"
},

@@ -72,0 +72,0 @@ "peerDependencies": {

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