New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

shout

Package Overview
Dependencies
Maintainers
1
Versions
146
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

shout - npm Package Compare versions

Comparing version 0.49.3 to 0.50.0

client/themes/zenburn.css

4

client/js/shout.js

@@ -317,6 +317,2 @@ $(function() {

socket.on("topic", function(data) {
$("#chan-" + data.chan).find(".header .topic").html(data.topic);
});
socket.on("users", function(data) {

@@ -323,0 +319,0 @@ var users = chat.find("#chan-" + data.chan).find(".users").html(render("user", data));

{
"name": "shout",
"description": "Web IRC client",
"version": "0.49.3",
"version": "0.50.0",
"author": "Mattias Erming",

@@ -6,0 +6,0 @@ "preferGlobal": true,

@@ -32,5 +32,5 @@ var _ = require("lodash");

chan: chan.id,
topic: topic
topic: _.escape(topic)
});
});
};
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