New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@formspree/core

Package Overview
Dependencies
Maintainers
4
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@formspree/core - npm Package Compare versions

Comparing version 2.7.1 to 2.7.2-beta.0

dist/index.d.ts

47

package.json
{
"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 @@ },

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