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

trollbox

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

trollbox - npm Package Compare versions

Comparing version 0.0.17 to 0.0.18

8

index.js

@@ -59,2 +59,6 @@ class Trollbox {

setChannel (channel) {
if (channel === this.config.channel) {
return false
}
this.config.channel = channel

@@ -65,2 +69,6 @@ this.onLoad()

setUser (user) {
if (user === this.config.user) {
return false
}
this.config.user = user

@@ -67,0 +75,0 @@ this.onLoad()

2

package.json
{
"name": "trollbox",
"version": "0.0.17",
"version": "0.0.18",
"description": "Instant trollbox using Firebase.",

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