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

irc

Package Overview
Dependencies
Maintainers
3
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

irc - npm Package Compare versions

Comparing version 0.5.1 to 0.5.2

7

CHANGELOG.md
# Change Log
## [v0.5.2](https://github.com/martynsmith/node-irc/tree/v0.5.2) (2016-11-25)
[Full Changelog](https://github.com/martynsmith/node-irc/compare/v0.5.1...v0.5.2)
**Merged pull requests:**
- Update iconv to 2.2.1 and node-icu-charset-detector to 0.2.0 to fix node 6+ support [\#487](https://github.com/martynsmith/node-irc/pull/487) ([paladox](https://github.com/paladox))
## [v0.5.1](https://github.com/martynsmith/node-irc/tree/v0.5.1) (2016-11-17)

@@ -4,0 +11,0 @@ [Full Changelog](https://github.com/martynsmith/node-irc/compare/v0.5.0...v0.5.1)

6

package.json
{
"name": "irc",
"description": "An IRC client library for node",
"version": "0.5.1",
"version": "0.5.2",
"author": "Martyn Smith <martyn@dollyfish.net.nz>",

@@ -37,4 +37,4 @@ "scripts": {

"optionalDependencies": {
"iconv": "~2.1.6",
"node-icu-charset-detector": "~0.1.2"
"iconv": "~2.2.1",
"node-icu-charset-detector": "~0.2.0"
},

@@ -41,0 +41,0 @@ "devDependencies": {

Sorry, the diff of this file is not supported yet

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