Socket
Socket
Sign inDemoInstall

33c3

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

33c3 - npm Package Compare versions

Comparing version 1.5.0 to 1.6.0

7

index.js

@@ -73,3 +73,6 @@ #!/usr/bin/env node

room.event.forEach(function (event, index) {
choices.push({name: event.start + ': ' + event.title[0], value: {room: roomIndex, event: index, date: (new Date(event.date[0])).getTime()}})
choices.push({
name: event.start + ': ' + event.title[0] + ' (' + event.room + ')',
value: {room: roomIndex, event: index, date: (new Date(event.date[0])).getTime()}
})
})

@@ -95,3 +98,3 @@ })

name: 'talk',
message: 'Choose Day ' + schedule.$.index + ' Talk',
message: 'Choose Talk - Day ' + schedule.$.index,
choices: choices,

@@ -98,0 +101,0 @@ default: selected || 0

{
"name": "33c3",
"version": "1.5.0",
"version": "1.6.0",
"description": "Chaos Communication Congress 2016 Schedule on the Command Line",

@@ -35,5 +35,5 @@ "bin": "index.js",

"coordinates": [
53.56198950870965,
9.985569715417455
53.5619440721257,
9.985637022949277
]
}
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