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.7.0 to 1.7.1

7

CHANGELOG.md

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

## [1.7.1][] - 2021-06-03
- Update dependencies for security reasons
## [1.7.0][] - 2021-05-24

@@ -91,3 +95,4 @@

[unreleased]: https://github.com/metarhia/metacom/compare/v1.7.0...HEAD
[unreleased]: https://github.com/metarhia/metacom/compare/v1.7.1...HEAD
[1.7.1]: https://github.com/metarhia/metacom/compare/v1.7.0...v1.7.1
[1.7.0]: https://github.com/metarhia/metacom/compare/v1.6.1...v1.7.0

@@ -94,0 +99,0 @@ [1.6.1]: https://github.com/metarhia/metacom/compare/v1.6.0...v1.6.1

14

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

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

"engines": {
"node": "^12.9 || 14 || 15"
"node": "^12.9 || 14 || 16"
},
"dependencies": {
"@types/ws": "^7.4.4",
"metautil": "^3.5.3",
"ws": "^7.4.5"
"metautil": "^3.5.4",
"ws": "^7.4.6"
},
"devDependencies": {
"@types/node": "^15.6.0",
"@types/node": "^15.6.2",
"eslint": "^7.27.0",
"eslint-config-metarhia": "^7.0.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.23.3",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-prettier": "^3.4.0",
"metatests": "^0.7.2",
"prettier": "^2.3.0",
"typescript": "^4.2.4"
"typescript": "^4.3.2"
}
}
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