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

sonic-js

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sonic-js - npm Package Compare versions

Comparing version 0.6.2 to 0.6.3

5

package.json
{
"name": "sonic-js",
"version": "0.6.2",
"version": "0.6.3",
"description": "ws client library for the Sonic protocol",

@@ -9,2 +9,5 @@ "main": "src/lib.js",

"repository": "https://github.com/xarxa6/sonic-js",
"scripts": {
"test": "node_modules/mocha/bin/mocha -r chai spec/ws.js"
},
"dependencies": {

@@ -11,0 +14,0 @@ "bufferutil": "^1.2.1",

9

README.md

@@ -5,4 +5,11 @@ # Sonic-js [![Build Status](https://travis-ci.org/xarxa6/sonic-js.svg)](https://travis-ci.org/xarxa6/sonic-js) [![npm version](https://badge.fury.io/js/sonic-js.svg)](https://badge.fury.io/js/sonic-js)

# Installation
- Using npm:
```
npm install sonic-js
```
- For browser usage, bundling has has been tested with browserify and babel.
# Usage
```javascript

@@ -9,0 +16,0 @@ var Client = require('sonic-js').Client;

Sorry, the diff of this file is not supported yet

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