New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.5 to 0.0.6

2

package.json
{
"name": "trollbox",
"version": "0.0.5",
"version": "0.0.6",
"description": "",

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

@@ -72,3 +72,3 @@ (function (root) {

function initFirebase (config) {
const channel = (config.channel || '').replace(/[^a-zA-Z\d]/, '_')
const channel = (config.channel || '').replace(/[^a-zA-Z\d]/gi, '_')

@@ -75,0 +75,0 @@ var app = window.firebase.initializeApp(config.firebase)

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