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.7 to 1.0.8

2

lib/types/TrumbaFormAnswer.d.ts

@@ -7,4 +7,4 @@ /**

fieldID: number;
fieldValue: string;
fieldValue: string[];
};
export default TrumbaFormAnswer;
{
"name": "dce-trumba",
"version": "1.0.7",
"version": "1.0.8",
"description": "Trumba calendar and event registrations API wrapper",

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

@@ -9,5 +9,5 @@ /**

// The answer(s) to the question. Multiple values in the array are used when posting to multi-value list of choices fields.
fieldValue: string,
fieldValue: string[],
};
export default TrumbaFormAnswer;
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