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

@helsenorge/core-utils

Package Overview
Dependencies
Maintainers
5
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@helsenorge/core-utils - npm Package Compare versions

Comparing version 26.5.0 to 26.6.0

2

click-outside.js

@@ -9,3 +9,3 @@ import * as React from 'react';

const handleClickOrFocusOutside = (event) => {
if (ref.current && !ref.current.contains(event.target)) {
if (ref.current && !event.composedPath().includes(ref.current)) {
onClickOutside();

@@ -12,0 +12,0 @@ }

{
"name": "@helsenorge/core-utils",
"author": "Helsenorge",
"version": "26.5.0",
"version": "26.6.0",
"main": "./index.js",

@@ -6,0 +6,0 @@ "license": "ISC",

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