Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ably

Package Overview
Dependencies
Maintainers
1
Versions
187
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ably - npm Package Compare versions

Comparing version 0.9.0-beta.2 to 0.9.0-beta.3

2

bower.json
{
"name": "Ably",
"version": "0.9.0-beta.2",
"version": "0.9.0-beta.3",
"homepage": "https://www.ably.io/",

@@ -5,0 +5,0 @@ "authors": [

/**
* @license Copyright 2016, Ably
*
* Ably JavaScript Library v0.9.0-beta.2
* Ably JavaScript Library v0.9.0-beta.3
* https://github.com/ably/ably-js

@@ -6,0 +6,0 @@ *

@@ -1,8 +0,1 @@

try {
require.resolve("react-native-randombytes");
} catch(e) {
console.error("To use ably with react-native, please use the 'ably-reactnative' package, not the 'ably' package");
process.exit(e.code);
}
var Platform = {

@@ -9,0 +2,0 @@ noUpgrade: false,

@@ -23,3 +23,3 @@ Defaults.protocolVersion = 1;

Defaults.version = '0.9.0-beta.2';
Defaults.version = '0.9.0-beta.3';
Defaults.libstring = 'js-' + Defaults.version;

@@ -26,0 +26,0 @@ Defaults.apiVersion = '0.9';

{
"name": "ably",
"description": "Realtime client library for Ably.io, the realtime messaging service",
"version": "0.9.0-beta.2",
"version": "0.9.0-beta.3",
"main": "./nodejs/index.js",

@@ -6,0 +6,0 @@ "react-native": {

# [Ably](https://www.ably.io)
## Version: 0.9.0-beta.2
## Version: 0.9.0-beta.3

@@ -51,2 +51,6 @@ This repo contains the Ably javascript client library, for the browser (including IE8+), Nodejs, React Native, and Cordova.

### For React Native
For React Native, do not use this package. Instead use the [ably-react-native](https://github.com/ably/ably-js-react-native) package, which wraps ably-js and adds react-native-specific dependencies. See [that repo](https://github.com/ably/ably-js-react-native) for install instructions.
### Using WebPack

@@ -53,0 +57,0 @@

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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