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

baqend

Package Overview
Dependencies
Maintainers
2
Versions
81
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

baqend - npm Package Versions

13
9

3.3.0-prerelease.3

Diff

baqend-ci
published 3.3.0-prerelease.2 •

baqend-ci
published 3.3.0-prerelease.1 •

baqend
published 3.2.0 •

Changelog

Source

v3.2.0 (2022-5-20)

Bug Fixes

  • Fix a bug where ACL changes on objects aren't detected correctly as a change
  • Remove legacy gzip handling from the SDK
  • Ensure that a relogin will expose the correct user object (previously it was in some cases null)
  • Some typing errors in the CLI and lib

Features

  • Change the connect API for CORS communication to the POST endpoint, to prevent security tokens exposed in the referrer header
  • Bump several dependencies and upgrade typescript version

<a name="v3.1.4"></a>

baqend
published 3.1.4 •

Changelog

Source

v3.1.4 (2021-7-21)

Bug Fixes

  • Fix an issue in the CLI that the first file in the latest release is not deployed

<a name="v3.1.3"></a>

baqend
published 3.1.3 •

Changelog

Source

v3.1.3 (2021-7-14)

Bug Fixes

  • Improve several error messages in the CLI
  • Fix an issue that a successful deployment with the CLI ends with an error message

<a name="v3.1.2"></a>

baqend
published 3.1.2 •

Changelog

Source

v3.1.2 (2021-7-7)

Bug Fixes

  • Make node happy again with the esm bundle
  • Add another package entry point to allow the baqend cli to be imported with baqend/cli as well

<a name="v3.1.1"></a>

baqend
published 3.1.1 •

Changelog

Source

v3.1.1 (2021-7-2)

Bug Fixes

  • CLI: Fix entry point in the package.json to launch the CLI correctly again

<a name="v3.1.0"></a>

baqend
published 3.1.0 •

Changelog

Source

v3.1.0 (2021-6-24)

Bug Fixes

  • Upgrade to Typescript 4.2 and fix some bugs in the Type definitions

Features

  • Integrate the new and simplified OAuth implementation which prepares the support for the device OAuth flow
  • Refactored the CLI to Typescript and simplified the implementation
  • Integrate the OAuth/SSO login flow in the baqend CLI

<a name="v3.0.0"></a>

baqend
published 3.0.0 •

Changelog

Source

v3.0.0 (2021-2-13)

Braking Changes

  • File.url -> string was removed and replaced with an asynchronous implementation file.createURL() -> Promise<string> This Change was necessary by migration from cryptojs dependency to the native implementation of Browser/Node APIs.
  • To reduce the overall package size, all Shims are not bundled and shipped anymore. Adding a Promise shim on old Browsers must be done manually now
  • If you have previously relied on the global DB variable, you must expose the global DB variable manually now. Consult the README for required migration steps.

Bug Fixes

  • Fix a bug that misaligned messages send to the connect script causes exceptions. Those messages will be ignored now
  • Fix a bug where not all file metadata was correctly parsed

Features

  • Completely rewritten code of the core parts in TypeScript, which results in much better typings
  • Provide the SDK as a bundle ECMAScript Module and as a CommonJS Module
  • Use SSL connections per default, can be opted out by using db.connect('<app>', false)
  • A new Proxy implementation of the Object entities, which improve the compatibility with frontend storage frameworks like redux or vuex
  • Update validator and rxjs dependencies to the latest version and make them completely optional in the bundles
  • Splits the util package into util and intersection module to remove cycle dependencies
  • Replace Grunt with Webpack as the package bundler
  • Move the documentation from JSDoc to TSDoc
  • Move from TSLint to ESLint and fix all linting errors

<a name="v2.14.1"></a>

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