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
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.5.0-81c16e6 to 1.5.0-a744393

dist/index.cjs.map

30

package.json
{
"name": "@formkit/utils",
"version": "1.5.0-81c16e6",
"type": "module",
"version": "1.5.0-a744393",
"description": "Shared utilities for FormKit packages",
"main": "dist/index.cjs",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"types": "dist/index.d.cts",
"type": "module",
"exports": {
"./package.json": "./package.json",
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.cjs"
"import": {
"types": "./dist/index.d.mts",
"development": "./dist/index.dev.mjs",
"default": "./dist/index.mjs"
},
"require": {
"types": "./dist/index.d.cts",
"default": "./dist/index.cjs"
}
},

@@ -22,4 +27,8 @@ "./*": "./dist/*"

"inputs",
"validation"
"validation",
"utilities"
],
"files": [
"dist"
],
"repository": {

@@ -35,6 +44,3 @@ "type": "git",

"dependencies": {},
"devDependencies": {},
"scripts": {
"test": "jest"
}
"devDependencies": {}
}
dist/index.cjs

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