Socket
Socket
Sign inDemoInstall

websocket-ts

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

websocket-ts - npm Package Compare versions

Comparing version 1.0.0-rc2 to 1.0.0-rc3

2

package.json
{
"name": "websocket-ts",
"version": "1.0.0-rc2",
"version": "1.0.0-rc3",
"main": "lib/index.js",

@@ -5,0 +5,0 @@ "types": "lib/",

## websocket-ts
A client-websocket written in TypeScript to be used from within browsers with focus on simplicity, reliability and extensibility. It provides convenient features to automatically reconnect and to buffer pending messages while not connected.
[![Build Status](https://travis-ci.org/jjxxs/websocket-ts.svg?branch=master)](https://travis-ci.org/jjxxs/websocket-ts)
[![Coverage Status](https://coveralls.io/repos/github/jjxxs/websocket-ts/badge.svg?branch=master)](https://coveralls.io/github/jjxxs/websocket-ts?branch=master)
[![Release](https://img.shields.io/github/v/release/jjxxs/websocket-ts)](https://github.com/jjxxs/gopher-tools/releases/latest)
[![License](https://img.shields.io/github/license/jjxxs/websocket-ts)](/LICENSE)
A client-websocket written in TypeScript to be used from within browsers with focus on simplicity, reliability and extensibility. It provides convenient features to automatically reconnect and to buffer pending messages while not connected.
[![Release](https://img.shields.io/github/v/release/jjxxs/websocket-ts)](https://github.com/jjxxs/websocket-ts/releases/latest)
[![License](https://img.shields.io/github/license/jjxxs/websocket-ts)](/LICENSE)

@@ -1,2 +0,2 @@

import {ConstantBackoff, ExponentialBackoff} from "../../src/backoff/backoff";
import {ConstantBackoff, ExponentialBackoff} from "../../src";

@@ -3,0 +3,0 @@ describe("Testsuite for ConstantBackoff", () => {

@@ -1,2 +0,2 @@

import {LRUBuffer} from "../../src/buffer/lrubuffer";
import {LRUBuffer} from "../../src";

@@ -3,0 +3,0 @@ describe("Testsuite for LRUBuffer", () => {

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