Socket
Socket
Sign inDemoInstall

@remix-validated-form/with-yup

Package Overview
Dependencies
30
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.3 to 3.0.0

.turbo/turbo-typecheck.log

24

package.json
{
"name": "@remix-validated-form/with-yup",
"version": "2.0.3",
"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",
"version": "3.0.0",
"main": "./dist/index.cjs.js",
"module": "./dist/index.esm.js",
"types": "./dist/index.d.ts",
"license": "MIT",

@@ -14,9 +13,10 @@ "repository": {

"scripts": {
"dev": "tsc --module ESNext --outDir ./browser --watch",
"build": "vite build",
"prepublishOnly": "npm run build"
"dev": "tsup --watch",
"build": "tsup",
"prepublishOnly": "npm run build",
"typecheck": "tsc --noEmit"
},
"peerDependencies": {
"remix-validated-form": "^4.x",
"yup": "^0.32.0"
"yup": "^1.0.0"
},

@@ -26,6 +26,6 @@ "devDependencies": {

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

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