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 1.6.0 to 1.6.1

types/metacom.d.ts

10

CHANGELOG.md

@@ -5,5 +5,10 @@ # Changelog

## [1.6.1][] - 2021-04-13
- Fix and improve typings
- Publish typings to npm package
## [1.6.0][] - 2021-03-15
- Implmenetn port re-bind
- Implement port re-bind
- Disable Nagle's algorithm if configured

@@ -81,3 +86,4 @@ - Read timeouts from config (remove hardcoded constants)

[unreleased]: https://github.com/metarhia/metacom/compare/v1.6.0...HEAD
[unreleased]: https://github.com/metarhia/metacom/compare/v1.6.1...HEAD
[1.6.1]: https://github.com/metarhia/metacom/compare/v1.6.0...v1.6.1
[1.6.0]: https://github.com/metarhia/metacom/compare/v1.5.3...v1.6.0

@@ -84,0 +90,0 @@ [1.5.3]: https://github.com/metarhia/metacom/compare/v1.5.2...v1.5.3

12

package.json
{
"name": "metacom",
"version": "1.6.0",
"version": "1.6.1",
"author": "Timur Shemsedinov <timur.shemsedinov@gmail.com>",

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

"dist/",
"lib/"
"lib/",
"types/"
],

@@ -56,2 +57,3 @@ "readmeFilename": "README.md",

"dependencies": {
"@types/ws": "^7.4.1",
"metautil": "^3.5.1",

@@ -61,4 +63,4 @@ "ws": "^7.4.4"

"devDependencies": {
"@types/node": "^14.14.35",
"eslint": "^7.22.0",
"@types/node": "^14.14.37",
"eslint": "^7.24.0",
"eslint-config-metarhia": "^7.0.1",

@@ -70,4 +72,4 @@ "eslint-config-prettier": "^8.1.0",

"prettier": "^2.2.1",
"typescript": "^4.2.3"
"typescript": "^4.2.4"
}
}
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