Socket
Socket
Sign inDemoInstall

@yamada-ui/utils

Package Overview
Dependencies
Maintainers
1
Versions
382
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@yamada-ui/utils - npm Package Compare versions

Comparing version 0.0.0-dev-20231208053121 to 0.0.0-dev-20231212223458

dist/chunk-SAZNI4PK.mjs

1

dist/index.d.ts

@@ -13,2 +13,3 @@ export { Dict, Length, Merge, Path, Primitive, StringLiteral, Union } from './index.types.js';

export { AnyPointerEvent, MixedEventListener, Point, PointType, PointerEventInfo, addDomEvent, addPointerEvent, getEventPoint, getEventWindow, isMouseEvent, isMultiTouchEvent, isTouchEvent, pointFromMouse, pointFromTouch } from './event.js';
export { interopDefault } from './module.js';
import 'react';

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

includesChildren: () => includesChildren,
interopDefault: () => interopDefault,
isAccessible: () => isAccessible,

@@ -791,2 +792,5 @@ isActiveElement: () => isActiveElement,

var addPointerEvent = (target, type, cb, options) => addDomEvent(target, type, wrap(cb, type === "pointerdown"), options);
// src/module.ts
var interopDefault = (module2) => module2.default || module2;
// Annotate the CommonJS export names for ESM import in node:

@@ -833,2 +837,3 @@ 0 && (module.exports = {

includesChildren,
interopDefault,
isAccessible,

@@ -835,0 +840,0 @@ isActiveElement,

2

package.json
{
"name": "@yamada-ui/utils",
"version": "0.0.0-dev-20231208053121",
"version": "0.0.0-dev-20231212223458",
"description": "Yamada UI utils",

@@ -5,0 +5,0 @@ "keywords": [

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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