Socket
Socket
Sign inDemoInstall

bitagora-booth

Package Overview
Dependencies
Maintainers
1
Versions
178
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bitagora-booth - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

4

booth.js

@@ -16,4 +16,4 @@ const bitagoraVersion = '1.0.2';

this.sponsor = data.sponsor,
this.startDate = new Date(parseInt(startDate)),
this.endDate = new Date(parseInt(endDate)),
this.startDate = new Date(parseInt(data.startDate)),
this.endDate = new Date(parseInt(data.endDate)),
this.question = data.question,

@@ -20,0 +20,0 @@ this.options = data.options.string,

{
"name": "bitagora-booth",
"version": "1.0.2",
"version": "1.0.3",
"description": "Bitagora booth js functions",

@@ -5,0 +5,0 @@ "main": "booth.js",

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