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

appbase-js

Package Overview
Dependencies
Maintainers
4
Versions
118
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

appbase-js - npm Package Compare versions

Comparing version 2.0.0-alpha-03 to 2.0.0

dist/appbase.js.br

8

lib/index.js

@@ -75,4 +75,2 @@ "use strict";

var client = null;
var AppbaseClient = function () {

@@ -82,6 +80,2 @@ function AppbaseClient(args) {

if (!client) {
client = this;
}
if (typeof args.url !== "string" || args.url === "") {

@@ -130,3 +124,3 @@ throw new Error("URL not present in options.");

return client;
return this;
}

@@ -133,0 +127,0 @@

{
"name": "appbase-js",
"version": "2.0.0-alpha-03",
"version": "2.0.0",
"description": "Appbase.io streaming client lib for Javascript",

@@ -32,3 +32,2 @@ "main": "lib/index.js",

"json-stable-stringify": "^1.0.1",
"json-stream": "^1.0.0",
"stream": "^0.0.2",

@@ -44,2 +43,5 @@ "url": "^0.11.0",

"babel-preset-es2015": "^6.24.1",
"babili-webpack-plugin": "^0.1.2",
"brotli-webpack-plugin": "^0.4.1",
"compression-webpack-plugin": "^1.0.0",
"eslint": "^4.7.1",

@@ -46,0 +48,0 @@ "eslint-config-prettier": "^2.5.0",

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