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

@transcend-io/contact-form-schema

Package Overview
Dependencies
Maintainers
2
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@transcend-io/contact-form-schema - npm Package Compare versions

Comparing version 2.3.0 to 2.4.0

dist/cjs/index.d.ts

19

package.json
{
"name": "@transcend-io/contact-form-schema",
"type": "module",
"version": "2.3.0",
"version": "2.4.0",
"description": "Schema for the marketing contact form.",
"license": "UNLICENSED",
"exports": {
"import": {
"default": "./dist/cjs/index.js",
"types": "./dist/cjs/index.d.ts"
},
"require": {
"default": "./dist/index.cjs",
"types": "./dist/index.d.cts"
},
"import": {
"default": "./dist/index.js",
"types": "./dist/index.d.ts"
"default": "./dist/esm/index.cjs",
"types": "./dist/esm/index.d.cts"
}

@@ -22,3 +22,3 @@ },

"scripts": {
"build": "del dist && tsup --dts --format cjs,esm --minify --sourcemap --clean src/index.ts",
"build": "del dist && rollup -c",
"test": "tsx --test test/**.test.ts",

@@ -43,3 +43,4 @@ "lint": "concurrently -c auto \"yarn:lint:*\"",

"prettier": "^2.8.8",
"tsup": "^8.0.1",
"rollup": "^4.9.1",
"rollup-plugin-ts": "^3.4.5",
"tsx": "^4.6.2",

@@ -46,0 +47,0 @@ "typescript": "^5.3.3"

@@ -8,3 +8,3 @@ import { phone } from 'phone';

*/
export const CONTACT_FORM_VERSION: string = '2.3.0';
export const CONTACT_FORM_VERSION: string = '2.4.0';

@@ -11,0 +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