New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

opentok-accelerator-core

Package Overview
Dependencies
Maintainers
2
Versions
83
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

opentok-accelerator-core - npm Package Versions

13
9

2.0.11

Diff

adrice727
published 2.0.10 •

adrice727
published 2.0.9 •

adrice727
published 2.0.8 •

adrice727
published 2.0.7 •

adrice727
published 2.0.6 •

adrice727
published 2.0.5 •

adrice727
published 2.0.2 •

adrice727
published 2.0.1 •

adrice727
published 2.0.0 •

Changelog

Source

[2.0.0]

Core is now a constructor, meaning that multiple instances may be used simultaneously within a single application. Previously, core was initialized in the following manner:

const otCore = require('opentok-accelerator-core');
otCore.init(options);

In 2.0, this becomes:

const Core = require('opentok-accelerator-core');
const otCore = new Core(options);
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