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
465
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.2 to 1.0.0-beta.4

dist/index.cjs

8

dist/index.d.ts

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

/**
* Clones anything. If the item is scalar, no worries, it passes it back. if it
* is an object, it performs a (fast/loose) clone operation.
* @param obj - The object to clone
* @public
*/
export declare function cloneAny<T>(obj: T): T;
/**
* Given 2 arrays, return them as a combined array with no duplicates.

@@ -28,0 +36,0 @@ * @param arr1 -

28

package.json
{
"name": "@formkit/utils",
"repository": "https://github.com/formkit/formkit",
"version": "1.0.0-beta.2",
"version": "1.0.0-beta.4",
"type": "module",
"description": "Shared utilities for FormKit packages",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
"main": "dist/index.cjs",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.mjs",
"require": "./dist/index.cjs",
"types": "./dist/index.d.ts"
},
"./*": "./dist/*"
},
"keywords": [
"vue",
"forms",
"inputs",
"validation"
],
"repository": {
"type": "git",
"url": "https://github.com/formkit/formkit.git",
"directory": "packages/utils"
},
"contributors": [

@@ -16,5 +35,4 @@ "Justin Schroeder <justin@formkit.com>"

},
"type": "module",
"dependencies": {},
"devDependencies": {}
}
dist/index.cjs.js
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