Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

beepboop

Package Overview
Dependencies
Maintainers
3
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

beepboop - npm Package Compare versions

Comparing version 0.0.8 to 0.0.9

4

lib/logger.js

@@ -9,3 +9,3 @@

if (debug) {
var args = ['debug-----asdfa-sdfa-sd: '].concat(Array.prototype.slice.call(arguments))
var args = ['debug: '].concat(Array.prototype.slice.call(arguments))
console.log.apply(console, args)

@@ -17,3 +17,3 @@ }

if (debug) {
var args = ['-as-error: '].concat(Array.prototype.slice.call(arguments))
var args = ['error: '].concat(Array.prototype.slice.call(arguments))
console.log.apply(console, args)

@@ -20,0 +20,0 @@ }

{
"name": "beepboop",
"version": "0.0.8",
"version": "0.0.9",
"description": "beepboop eases hosting a botkit based bot on the beepboop hosting platform.",

@@ -5,0 +5,0 @@ "main": "lib/beepboop.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