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

irc-formatting

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

irc-formatting - npm Package Compare versions

Comparing version 1.0.0-rc1 to 1.0.0-rc2

2

package.json
{
"name": "irc-formatting",
"version": "1.0.0-rc1",
"version": "1.0.0-rc2",
"description": "IRC formatting parser",

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

@@ -13,3 +13,3 @@ # IRC Formatting

> s = "Hello, \x02World\x0304,07!\x03\x02";
> b = ircf.parse();
> b = ircf.parse(s);
[ Block {

@@ -16,0 +16,0 @@ text: 'Hello, ',

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