Socket
Socket
Sign inDemoInstall

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 Versions

1
7

2.0.5

Diff

Changelog

Source

[2.0.5][] - 2022-03-18

  • Fix clients Map memory leak
  • Add static create method for server-side Client
  • Add open and close events in browser-side Client
  • Add common content types (MIME) to collection
  • Pass custom errors with code thrown or returned from handlers
  • Update dependencies
timur.shemsedinov
published 2.0.4 •

Changelog

Source

[2.0.4][] - 2021-10-12

  • Return index.html not only from the root folder
  • Fix parse broken JSON packets
  • Fix detecting ping packets (empty objects)
  • Fix error logging and passing to client
  • Validation call identifier type
timur.shemsedinov
published 2.0.3 •

Changelog

Source

[2.0.3][] - 2021-09-23

  • Remove toString in receiveBody to be compatible with ws
timur.shemsedinov
published 2.0.2 •

Changelog

Source

[2.0.2][] - 2021-09-11

  • Rework Channel and Server
    • Decompose Channel to WsChannel and HttpChannel
    • Move event handlers from Server to WsChannel and HttpChannel
    • Return after error to avoid double reply and logging
    • Update typings
timur.shemsedinov
published 2.0.1 •

Changelog

Source

[2.0.1][] - 2021-09-03

  • Simplify Channel/Session machinery
    • Collections: sessions, channels
    • Decompose: extract transport and static modules
  • Fix: empty packet structure error
timur.shemsedinov
published 2.0.0 •

Changelog

Source

[2.0.0][] - 2021-08-19

  • Support GET requests and change calls: hook and invoke
  • Add redirect method to Client with delegation to Channel
  • Update dependencies
timur.shemsedinov
published 1.8.2 •

Changelog

Source

[1.8.2][] - 2021-08-06

  • Rewrite Client method startSession and restoreSession to remove access to auth.provider and work with database structure, move this to application leyer where we know auth specific DB structure
  • Move types to package root
timur.shemsedinov
published 1.8.1 •

Changelog

Source

[1.8.1][] - 2021-07-10

  • Move split and parseParams to metautil
  • Fix custom errors over http transport
  • Remove timeout in Server duplicated in rpc call (Procedure class)
timur.shemsedinov
published 1.8.0 •

Changelog

Source

[1.8.0][] - 2021-07-07

  • Add http hooks with custom method names
  • Fix Metacom typings
  • Improve url parsing
timur.shemsedinov
published 1.7.5 •

Changelog

Source

[1.7.5][] - 2021-07-01

  • Fix Metacom typings
  • Update dependencies
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