Socket
Socket
Sign inDemoInstall

@chakra-ui/utils

Package Overview
Dependencies
4
Maintainers
4
Versions
257
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.6.0 to 1.7.0

9

CHANGELOG.md
# Change Log
## 1.7.0
### Minor Changes
- [`e9ac4cc76`](https://github.com/chakra-ui/chakra-ui/commit/e9ac4cc7629cd79efc753b4e3353bacdad46cd7d)
[#3511](https://github.com/chakra-ui/chakra-ui/pull/3511) Thanks
[@TimKolberger](https://github.com/TimKolberger)! - - Add `pipe` function
- Add generic to `isFunction` guard
## 1.6.0

@@ -4,0 +13,0 @@

2

dist/types/assertion.d.ts

@@ -7,3 +7,3 @@ import { Dict } from "./types";

export declare function isEmptyArray(value: any): boolean;
export declare function isFunction(value: any): value is Function;
export declare function isFunction<T extends Function = Function>(value: any): value is T;
export declare function isDefined(value: any): boolean;

@@ -10,0 +10,0 @@ export declare function isUndefined(value: any): value is undefined;

{
"name": "@chakra-ui/utils",
"version": "1.6.0",
"version": "1.7.0",
"description": "Common utilties and types for Chakra UI",

@@ -5,0 +5,0 @@ "author": "Segun Adebayo <sage@adebayosegun.com>",

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc