Socket
Socket
Sign inDemoInstall

@hookform/resolvers

Package Overview
Dependencies
Maintainers
2
Versions
118
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hookform/resolvers - npm Package Compare versions

Comparing version 0.2.0-beta.10 to 0.2.0-beta.11

cjs/index.development.js

25

package.json
{
"name": "@hookform/resolvers",
"version": "0.2.0-beta.10",
"version": "0.2.0-beta.11",
"description": "React Hook Form validation resolvers: Yup, Joi, Superstruct and etc.",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"umd:main": "dist/umd/index.production.min.js",
"unpkg": "dist/umd/index.production.min.js",
"jsdelivr": "dist/umd/index.production.min.js",
"jsnext:main": "dist/esm/index.js",
"main": "cjs/index.js",
"module": "index.js",
"umd:main": "umd/index.production.min.js",
"unpkg": "umd/index.production.min.js",
"jsdelivr": "umd/index.production.min.js",
"jsnext:main": "esm/index.js",
"source": "src/index.ts",
"types": "dist/types/index.d.ts",
"types": "index.d.ts",
"sideEffects": false,
"files": [
"dist"
"*"
],

@@ -23,3 +23,3 @@ "publishConfig": {

"prebuild": "npm run clean",
"build": "node rollup/writeDeclarationFiles.js && node rollup/writeCjsEntryFile.js && rollup -c",
"build": "cpy package.json README.md dist/ && node rollup/writeCjsEntryFile.js && rollup -c",
"lint": "eslint '**/*.{js,ts}'",

@@ -30,4 +30,3 @@ "lint:fix": "npm run lint -- --fix",

"test:watch": "npm run test -- --watchAll --coverage",
"postversion": "git push && git push origin v$npm_package_version",
"prepublishOnly": "npm run lint && npm run lint:types && npm test && npm run build"
"postversion": "git push && git push origin v$npm_package_version"
},

@@ -66,3 +65,3 @@ "keywords": [

"@typescript-eslint/parser": "^3.2.0",
"chalk": "^4.1.0",
"cpy-cli": "^3.1.1",
"eslint": "^7.2.0",

@@ -69,0 +68,0 @@ "eslint-config-prettier": "^6.11.0",

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