Socket
Socket
Sign inDemoInstall

@yamada-ui/utils

Package Overview
Dependencies
Maintainers
0
Versions
453
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 1.3.0-dev-20240619213931 to 1.3.0-dev-20240620113508

2

dist/index.d.ts

@@ -1,2 +0,2 @@

export { Dict, Length, Merge, Path, Primitive, StringLiteral, Union } from './index.types.js';
export { Dict, Length, Merge, ObjectLiteral, Path, Primitive, StringLiteral, Union } from './index.types.js';
export { cast, is, isArray, isBoolean, isEmpty, isFunction, isNotNumber, isNull, isNumber, isNumeric, isObject, isString, isUndefined, isUnit } from './assertion.js';

@@ -3,0 +3,0 @@ export { assignAfter, filterObject, filterUndefined, flattenObject, getMemoizedObject, getObject, keysFormObject, memoizeObject, merge, objectFromEntries, omitObject, pickObject, replaceObject, splitObject } from './object.js';

@@ -7,3 +7,4 @@ type Primitive = null | undefined | string | number | boolean | symbol | bigint;

type Dict<T = any> = Record<string, T>;
type StringLiteral = string & {};
type ObjectLiteral = {};
type StringLiteral = string & ObjectLiteral;
type Union<T> = T | StringLiteral;

@@ -13,2 +14,2 @@ type Length = string | 0 | number;

export type { Dict, Length, Merge, Path, Primitive, StringLiteral, Union };
export type { Dict, Length, Merge, ObjectLiteral, Path, Primitive, StringLiteral, Union };
{
"name": "@yamada-ui/utils",
"version": "1.3.0-dev-20240619213931",
"version": "1.3.0-dev-20240620113508",
"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

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