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-0ba8ad7 to 1.0.0-beta.7-0d31be8

10

dist/index.d.ts

@@ -139,3 +139,3 @@ /**

*/
export declare function isPojo(o: any): boolean;
export declare function isPojo(o: any): o is Record<string, any>;

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

/**
* Very shallowly clones the given object.
* @param obj - The object to shallow clone
* @returns
* @public
*/
export declare function shallowClone<T>(obj: T, explicit?: string[]): T;
/**
* Turn any string into a URL/DOM safe string.

@@ -225,0 +233,0 @@ * @public

2

package.json
{
"name": "@formkit/utils",
"version": "1.0.0-beta.7-0ba8ad7",
"version": "1.0.0-beta.7-0d31be8",
"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