@formspree/core
Advanced tools
Comparing version 2.7.1 to 2.7.2-beta.0
{ | ||
"name": "@formspree/core", | ||
"version": "2.7.1", | ||
"version": "2.7.2-beta.0", | ||
"description": "The core library for Formspree", | ||
@@ -16,19 +16,19 @@ "private": false, | ||
"author": "Derrick Reimer", | ||
"main": "dist/formspree.cjs.js", | ||
"module": "dist/formspree.esm.js", | ||
"types": "dist/types/src/index.d.ts", | ||
"contributors": [ | ||
"Derrick Reimer", | ||
"Cole Krumbholz", | ||
"Ismail Ghallou" | ||
], | ||
"files": [ | ||
"dist/**/*.{js,ts}", | ||
"forms.d.ts" | ||
"dist/**" | ||
], | ||
"sideEffects": false, | ||
"main": "./dist/index.js", | ||
"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 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 --minify", | ||
"clean": "rm -rf dist", | ||
"dev": "tsup src/index.ts --format esm,cjs --watch --dts --minify", | ||
"lint": "eslint src/*.ts*", | ||
"test": "jest" | ||
}, | ||
@@ -51,12 +51,5 @@ "husky": { | ||
"dependencies": { | ||
"@stripe/stripe-js": "^1.29.0", | ||
"@types/promise-polyfill": "^6.0.3", | ||
"fetch-ponyfill": "^6.1.0", | ||
"promise-polyfill": "^8.1.3" | ||
"@stripe/stripe-js": "^1.29.0" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.7.7", | ||
"@babel/plugin-transform-runtime": "^7.7.6", | ||
"@babel/preset-env": "^7.7.7", | ||
"@babel/preset-typescript": "^7.7.7", | ||
"husky": "^3.1.0", | ||
@@ -67,10 +60,4 @@ "jest": "^26.4.2", | ||
"prettier": "^1.19.1", | ||
"rollup": "^1.28.0", | ||
"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", | ||
"rollup-plugin-terser": "^7.0.0", | ||
"sort-package-json": "^1.36.0", | ||
"tslib": "^1.10.0", | ||
"tsup": "^6.2.2", | ||
"typescript": "^4.7.4" | ||
@@ -77,0 +64,0 @@ }, |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1
8
13676
6
131
1
3
- Removed@types/promise-polyfill@^6.0.3
- Removedfetch-ponyfill@^6.1.0
- Removedpromise-polyfill@^8.1.3
- Removed@types/promise-polyfill@6.0.6(transitive)
- Removedfetch-ponyfill@6.1.1(transitive)
- Removednode-fetch@2.6.13(transitive)
- Removedpromise-polyfill@8.3.0(transitive)
- Removedtr46@0.0.3(transitive)
- Removedwebidl-conversions@3.0.1(transitive)
- Removedwhatwg-url@5.0.0(transitive)