Socket
Socket
Sign inDemoInstall

dce-trumba

Package Overview
Dependencies
2
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.6 to 1.0.7

2

lib/types/TrumbaFormAnswer.d.ts

@@ -6,5 +6,5 @@ /**

declare type TrumbaFormAnswer = {
fieldID: string;
fieldID: number;
fieldValue: string;
};
export default TrumbaFormAnswer;
{
"name": "dce-trumba",
"version": "1.0.6",
"version": "1.0.7",
"description": "Trumba calendar and event registrations API wrapper",

@@ -5,0 +5,0 @@ "main": "./lib/index.js",

@@ -7,3 +7,3 @@ /**

// Unique ID for a question.
fieldID: string,
fieldID: number,
// The answer(s) to the question. Multiple values in the array are used when posting to multi-value list of choices fields.

@@ -10,0 +10,0 @@ fieldValue: string,

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc