Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@formspree/react

Package Overview
Dependencies
Maintainers
4
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@formspree/react - npm Package Compare versions

Comparing version 2.3.3 to 2.3.4-beta.0

dist/index.d.ts

61

package.json
{
"name": "@formspree/react",
"version": "2.3.3",
"version": "2.3.4-beta.0",
"description": "The React component library for Formspree",
"private": false,
"bugs": {

@@ -15,20 +16,18 @@ "url": "https://github.com/formspree/formspree-react/issues"

"Derrick Reimer",
"Cole Krumbholz"
"Cole Krumbholz",
"Ismail Ghallou"
],
"main": "dist/formspree-react.cjs.js",
"module": "dist/formspree-react.esm.js",
"types": "dist/types/src/index.d.ts",
"files": [
"dist/**/*.{js,ts}"
"dist/**"
],
"sideEffects": false,
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"scripts": {
"build": "rm -rf dist && yarn run build:types && yarn run build:js",
"build:js": "rollup -c",
"build:types": "tsc --emitDeclarationOnly",
"format": "npx prettier --write 'src/**/*.{js,ts}'",
"prepare": "yarn run build",
"release": "np",
"test": "jest",
"type-check": "tsc --noEmit",
"type-check:watch": "yarn run type-check -- --watch"
"build": "tsup src/index.ts --format esm,cjs --dts --external react --minify",
"dev": "tsup src/index.ts --format esm,cjs --watch --dts --external react --minify",
"clean": "rm -rf dist",
"lint": "eslint src/*.ts*",
"test": "jest"
},

@@ -51,20 +50,9 @@ "husky": {

"dependencies": {
"@babel/runtime": "^7.18.9",
"@formspree/core": "^2.7.0",
"@stripe/react-stripe-js": "^1.7.1",
"@stripe/stripe-js": "^1.27.0"
"@stripe/react-stripe-js": "^1.7.1"
},
"devDependencies": {
"@babel/core": "^7.5.4",
"@babel/plugin-transform-runtime": "^7.6.2",
"@babel/preset-env": "^7.6.3",
"@babel/preset-react": "^7.0.0",
"@babel/preset-typescript": "^7.7.7",
"@rollup/plugin-babel": "^5.3.1",
"@rollup/plugin-commonjs": "^21.0.2",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.1.3",
"@formspree/core": "*",
"@types/jest": "^24.0.25",
"@types/react": "^16.9.17",
"@types/react-dom": "^16.9.4",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
"babel-jest": "^26.3.0",

@@ -76,16 +64,11 @@ "husky": "^3.0.5",

"prettier": "^1.18.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-test-renderer": "^17.0.2",
"rollup": "^2.70.2",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-json": "^4.0.0",
"rollup-plugin-node-resolve": "^5.2.0",
"sort-package-json": "^1.22.1",
"tslib": "^1.10.0",
"tsup": "^6.2.2",
"typescript": "^4.7.4"
},
"peerDependencies": {
"react": ">= 17.0.2"
"@stripe/stripe-js": "^1.29.0"
},

@@ -92,0 +75,0 @@ "publishConfig": {

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