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

realm-web

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

realm-web - npm Package Compare versions

Comparing version 0.3.0 to 0.4.0

CHANGELOG.md

6

dist/bundle.d.ts

@@ -69,3 +69,3 @@ /// <reference path="../types/realm/bson.d.ts" />

*/
static logIn(app: App<Realm.BaseFunctionsFactory>, credentials: Realm.Credentials, fetchProfile?: boolean): Promise<UserControlHandle>;
static logIn(app: App<any>, credentials: Realm.Credentials, fetchProfile?: boolean): Promise<UserControlHandle>;
private _id;

@@ -210,5 +210,5 @@ private _accessToken;

*/
declare class App<FunctionsFactoryType extends Realm.BaseFunctionsFactory = Realm.DefaultFunctionsFactory> implements Realm.App<FunctionsFactoryType> {
declare class App<FunctionsFactoryType extends object = Realm.DefaultFunctionsFactory> implements Realm.App<FunctionsFactoryType> {
/** @inheritdoc */
readonly functions: FunctionsFactoryType;
readonly functions: FunctionsFactoryType & Realm.BaseFunctionsFactory;
/** @inheritdoc */

@@ -215,0 +215,0 @@ readonly services: Realm.Services;

{
"name": "realm-web",
"version": "0.3.0",
"version": "0.4.0",
"description": "Authenticate and communicate with the MongoDB Realm platform, from your web-browser",

@@ -41,4 +41,4 @@ "main": "dist/bundle.cjs.js",

"dependencies": {
"@types/bson": "^4.0.2",
"bson": "^4.0.3"
"@types/bson": "^4.0.0",
"bson": "4.0.0"
},

@@ -45,0 +45,0 @@ "optionalDependencies": {

@@ -381,3 +381,3 @@ ////////////////////////////////////////////////////////////////////////////

url: string,
options: HTTP.RequestOptions,
options?: HTTP.RequestOptions,
): Promise<HTTP.Response>;

@@ -394,3 +394,3 @@

url: string,
options: HTTP.RequestOptions,
options?: HTTP.RequestOptions,
): Promise<HTTP.Response>;

@@ -407,3 +407,3 @@

url: string,
options: HTTP.RequestOptions,
options?: HTTP.RequestOptions,
): Promise<HTTP.Response>;

@@ -420,3 +420,3 @@

url: string,
options: HTTP.RequestOptions,
options?: HTTP.RequestOptions,
): Promise<HTTP.Response>;

@@ -433,3 +433,3 @@

url: string,
options: HTTP.RequestOptions,
options?: HTTP.RequestOptions,
): Promise<HTTP.Response>;

@@ -446,3 +446,3 @@

url: string,
options: HTTP.RequestOptions,
options?: HTTP.RequestOptions,
): Promise<HTTP.Response>;

@@ -449,0 +449,0 @@ }

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