@formkit/utils
Advanced tools
Comparing version 1.0.0-beta.2 to 1.0.0-beta.4
@@ -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 - |
{ | ||
"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": {} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
36552
1185
0
1