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

@formkit/utils

Package Overview
Dependencies
Maintainers
2
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.0.0-beta.7-111f9b2 to 1.0.0-beta.7-1c11024

7

dist/index.d.ts

@@ -23,3 +23,3 @@ /**

*/
export declare function clone<T extends Record<string, unknown> | unknown[] | null>(obj: T): T;
export declare function clone<T extends Record<string, unknown> | unknown[] | null>(obj: T, explicit?: string[]): T;

@@ -55,6 +55,9 @@ /**

* @param deep - Indicate if we should recurse into the object
* @param explicit - Explicit keys
* @returns boolean
* @public
*/
export declare function eq(valA: any, valB: any, deep?: boolean): boolean;
export declare function eq(valA: any, // eslint-disable-line
valB: any, // eslint-disable-line
deep?: boolean, explicit?: string[]): boolean;

@@ -61,0 +64,0 @@ /**

{
"name": "@formkit/utils",
"version": "1.0.0-beta.7-111f9b2",
"version": "1.0.0-beta.7-1c11024",
"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