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

@fremtind/jkl-button-react

Package Overview
Dependencies
Maintainers
0
Versions
323
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fremtind/jkl-button-react - npm Package Compare versions

Comparing version 15.2.18 to 15.2.19

5

build/cjs/Button.js

@@ -58,2 +58,7 @@ "use strict";

const Component = as;
if (import_react.default.Children.count(children) === 0 && !props["aria-label"] && !props["aria-labelledby"] && !props.title) {
console.warn(
"N\xE5r du lager en Button uten synlig tekst m\xE5 du huske \xE5 gi den et navn med enten aria-label, aria-labelledby eller title"
);
}
const handleTouch = (0, import_react.useCallback)(

@@ -60,0 +65,0 @@ (event) => {

@@ -23,2 +23,7 @@ import { Loader } from "@fremtind/jkl-loader-react";

const Component = as;
if (React.Children.count(children) === 0 && !props["aria-label"] && !props["aria-labelledby"] && !props.title) {
console.warn(
"N\xE5r du lager en Button uten synlig tekst m\xE5 du huske \xE5 gi den et navn med enten aria-label, aria-labelledby eller title"
);
}
const handleTouch = useCallback(

@@ -25,0 +30,0 @@ (event) => {

16

package.json
{
"name": "@fremtind/jkl-button-react",
"version": "15.2.18",
"version": "15.2.19",
"publishConfig": {

@@ -43,11 +43,11 @@ "access": "public"

"dependencies": {
"@fremtind/jkl-button": "^12.2.12",
"@fremtind/jkl-core": "^14.8.7",
"@fremtind/jkl-icons-react": "^9.1.20",
"@fremtind/jkl-loader-react": "^12.0.30",
"@fremtind/jkl-react-hooks": "^12.2.11",
"@fremtind/jkl-button": "^12.2.13",
"@fremtind/jkl-core": "^14.8.8",
"@fremtind/jkl-icons-react": "^9.1.21",
"@fremtind/jkl-loader-react": "^12.0.31",
"@fremtind/jkl-react-hooks": "^12.2.12",
"classnames": "^2.3.2"
},
"devDependencies": {
"@fremtind/jkl-toggle-switch-react": "^13.1.41"
"@fremtind/jkl-toggle-switch-react": "^13.1.42"
},

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

},
"gitHead": "e48db08e05c28f9404c03e5b0d57fab02bb5d097"
"gitHead": "6ccee5218b9cdfd6ccc542d6b9dd9f630422b2ff"
}

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