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

@formkit/utils

Package Overview
Dependencies
Maintainers
4
Versions
467
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@formkit/utils - npm Package Compare versions

Comparing version 1.5.0-6c909ab to 1.5.0-81c16e6

13

dist/index.d.ts

@@ -22,2 +22,10 @@ /**

/**
* Converts any value to a boolean value — but assumes that the default is true.
* This is used on naked attributes like `disabled` or `required`.
* @param value - The value to be converted to a boolean.
* @public
*/
export declare function boolGetter(value: unknown): true | undefined;
/**
* This converts kebab-case to camelCase. It ONLY converts from kebab to camel.

@@ -101,2 +109,3 @@ *

* @param y - A RegExp to compare.
* @public
*/

@@ -142,5 +151,5 @@ export declare function eqRegExp(x: RegExp, y: RegExp): boolean;

* @public
* @__NO_SIDE_EFFECTS__
*
*/
export declare function extend(original: Record<string, any>, additional: Record<string, any> | string | null, extendArrays?: boolean, ignoreUndefined?: boolean): Record<string, any> | string | null;
export declare const extend: (original: Record<string, any>, additional: Record<string, any> | string | null, extendArrays?: boolean, ignoreUndefined?: boolean) => Record<string, any> | string | null;

@@ -147,0 +156,0 @@ /**

2

package.json
{
"name": "@formkit/utils",
"version": "1.5.0-6c909ab",
"version": "1.5.0-81c16e6",
"type": "module",

@@ -5,0 +5,0 @@ "description": "Shared utilities for FormKit packages",

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