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

metacom

Package Overview
Dependencies
Maintainers
1
Versions
70
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

metacom - npm Package Compare versions

Comparing version 2.0.2 to 2.0.3

7

CHANGELOG.md

@@ -5,2 +5,6 @@ # Changelog

## [2.0.3][] - 2021-09-23
- Remove `toString` in `receiveBody` to be compatible with ws
## [2.0.2][] - 2021-09-11

@@ -154,3 +158,4 @@

[unreleased]: https://github.com/metarhia/metacom/compare/v2.0.2...HEAD
[unreleased]: https://github.com/metarhia/metacom/compare/v2.0.3...HEAD
[2.0.3]: https://github.com/metarhia/metacom/compare/v2.0.2...v2.0.3
[2.0.2]: https://github.com/metarhia/metacom/compare/v2.0.1...v2.0.2

@@ -157,0 +162,0 @@ [2.0.1]: https://github.com/metarhia/metacom/compare/v2.0.0...v2.0.1

2

lib/server.js

@@ -20,3 +20,3 @@ 'use strict';

}
return Buffer.concat(buffers).toString();
return Buffer.concat(buffers);
};

@@ -23,0 +23,0 @@

{
"name": "metacom",
"version": "2.0.2",
"version": "2.0.3",
"author": "Timur Shemsedinov <timur.shemsedinov@gmail.com>",

@@ -56,7 +56,7 @@ "description": "Communication protocol for Metarhia stack with rpc, events, binary streams, memory and db access",

"dependencies": {
"metautil": "^3.5.11",
"metautil": "^3.5.15",
"ws": "^8.2.2"
},
"devDependencies": {
"@types/node": "^16.9.1",
"@types/node": "^16.9.6",
"@types/ws": "^7.4.7",

@@ -69,5 +69,5 @@ "eslint": "^7.31.0",

"metatests": "^0.7.2",
"prettier": "^2.4.0",
"prettier": "^2.4.1",
"typescript": "^4.4.3"
}
}
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