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

@chroma-x/react-custom-dom-events

Package Overview
Dependencies
Maintainers
2
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@chroma-x/react-custom-dom-events - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

2

package.json
{
"name": "@chroma-x/react-custom-dom-events",
"version": "1.0.1",
"version": "1.0.2",
"description": "Easily integrate custom DOM events in React functional components",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -49,3 +49,3 @@ # react-custom-dom-events

import { useRef } from 'react';
import { emitCustomDomEvent } from 'react-custom-dom-events';
import { emitCustomDomEvent } from '@chroma-x/react-custom-dom-events';

@@ -88,3 +88,3 @@ const emittingElement = useRef(null);

import { useRef } from 'react';
import { useCustomDomEventListener } from 'react-custom-dom-events';
import { useCustomDomEventListener } from '@chroma-x/react-custom-dom-events';

@@ -91,0 +91,0 @@ const listenerElement = useRef(null);

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