Socket
Socket
Sign inDemoInstall

@remix-validated-form/with-yup

Package Overview
Dependencies
34
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.1 to 2.0.2

dist/remix-validated-form__with-yup.cjs.js

15

package.json
{
"name": "@remix-validated-form/with-yup",
"version": "2.0.1",
"browser": "./browser/index.js",
"main": "./build/index.js",
"version": "2.0.2",
"browser": "./dist/remix-validated-form__with-yup.cjs.js",
"main": "./dist/remix-validated-form__with-yup.umd.js",
"module": "./dist/remix-validated-form__with-yup.es.js",
"types": "./dist/types/index.d.ts",
"license": "MIT",

@@ -13,5 +15,3 @@ "repository": {

"dev": "tsc --module ESNext --outDir ./browser --watch",
"build": "npm run build:browser && npm run build:main",
"build:browser": "tsc --module ESNext --outDir ./browser",
"build:main": "tsc --module CommonJS --outDir ./build",
"build": "vite build",
"prepublishOnly": "npm run build"

@@ -26,5 +26,6 @@ },

"tsconfig": "*",
"typescript": "^4.5.4",
"typescript": "^4.8.4",
"vite-config": "*",
"yup": "^0.32.0"
}
}

@@ -7,2 +7,2 @@ # @remix-validated-form/with-yup

The docs are located a [remix-validated-form.io](https://www.remix-validated-form.io).
The docs are located a [remix-validated-form.io](https://www.remix-validated-form.io).
{
"extends": "tsconfig/tsconfig.json",
"include": ["src/**/*.ts", "src/**/*.tsx"],
"exclude": ["node_modules"]
"exclude": ["node_modules", "**/*.test.ts", "**/*.test.tsx"]
}

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc