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.4.0 to 2.5.0

dist/cjs/index.cjs

10

package.json
{
"name": "@transcend-io/contact-form-schema",
"type": "module",
"version": "2.4.0",
"version": "2.5.0",
"description": "Schema for the marketing contact form.",

@@ -9,8 +9,8 @@ "license": "UNLICENSED",

"import": {
"default": "./dist/cjs/index.js",
"types": "./dist/cjs/index.d.ts"
"default": "./dist/esm/index.js",
"types": "./dist/esm/index.d.ts"
},
"require": {
"default": "./dist/esm/index.cjs",
"types": "./dist/esm/index.d.cts"
"default": "./dist/cjs/index.cjs",
"types": "./dist/cjs/index.d.cts"
}

@@ -17,0 +17,0 @@ },

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

*/
export const CONTACT_FORM_VERSION: string = '2.4.0';
export const CONTACT_FORM_VERSION: string = '2.5.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