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

@julo-ui/dom-utils

Package Overview
Dependencies
Maintainers
3
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@julo-ui/dom-utils - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

dist/chunk-CVYZ6VKC.mjs

1

dist/index.d.ts
export { default as ariaAttr } from './aria-attr.js';
export { default as dataAttr } from './data-attr.js';
export { default as mergeRefs } from './merge-refs.js';
export { default as isInputEvent } from './is-input-event.js';
import './types.js';
import 'react';

@@ -25,2 +25,3 @@ "use strict";

dataAttr: () => data_attr_default,
isInputEvent: () => is_input_event_default,
mergeRefs: () => merge_refs_default

@@ -47,2 +48,9 @@ });

var merge_refs_default = mergeRefs;
// src/is-input-event.ts
var import_object_utils = require("@julo-ui/object-utils");
function isInputEvent(value) {
return value && (0, import_object_utils.isObject)(value) && (0, import_object_utils.isObject)(value.target);
}
var is_input_event_default = isInputEvent;
// Annotate the CommonJS export names for ESM import in node:

@@ -52,3 +60,4 @@ 0 && (module.exports = {

dataAttr,
isInputEvent,
mergeRefs
});

5

package.json
{
"name": "@julo-ui/dom-utils",
"version": "0.0.1",
"version": "0.0.2",
"description": "Dom Utilities across Julo UI package",

@@ -27,3 +27,4 @@ "keywords": [

"dependencies": {
"@julo-ui/function-utils": "0.0.1"
"@julo-ui/object-utils": "0.0.2",
"@julo-ui/function-utils": "0.0.2"
},

@@ -30,0 +31,0 @@ "homepage": "https://github.com/julofinance/julo-ui#readme",

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