Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@mantine/utils

Package Overview
Dependencies
Maintainers
1
Versions
117
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mantine/utils - npm Package Compare versions

Comparing version 5.0.0 to 5.0.1

2

cjs/create-use-external-events/create-use-external-events.js

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

function createEvent(event) {
return (...payload) => dispatchEvent(`${prefix}:${event}`, payload[0]);
return (...payload) => dispatchEvent(`${prefix}:${String(event)}`, payload[0]);
}

@@ -31,0 +31,0 @@ return [_useExternalEvents, createEvent];

@@ -24,3 +24,3 @@ import { useEffect } from 'react';

function createEvent(event) {
return (...payload) => dispatchEvent(`${prefix}:${event}`, payload[0]);
return (...payload) => dispatchEvent(`${prefix}:${String(event)}`, payload[0]);
}

@@ -27,0 +27,0 @@ return [_useExternalEvents, createEvent];

{
"name": "@mantine/utils",
"version": "5.0.0",
"version": "5.0.1",
"main": "cjs/index.js",

@@ -5,0 +5,0 @@ "module": "esm/index.js",

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