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

@instantdb/react

Package Overview
Dependencies
Maintainers
5
Versions
228
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@instantdb/react - npm Package Compare versions

Comparing version 0.14.4 to 0.14.5

2

dist/InstantReact.d.ts

@@ -20,3 +20,3 @@ import { InstantClient, Auth, Storage, type AuthState, type Config, type Query, type Exactly, type TransactionChunk, type LifecycleSubscriptionState, type PresenceOpts, type PresenceResponse, type RoomSchemaShape, type InstaQLQueryParams, type ConfigWithSchema, type IDatabase, type InstantGraph } from "@instantdb/core";

export declare const defaultActivityStopTimeout = 1000;
export declare class InstantReactRoom<Schema, RoomSchema extends RoomSchemaShape, RoomType extends keyof RoomSchema> {
export declare class InstantReactRoom<Schema extends InstantGraph<any, any> | {}, RoomSchema extends RoomSchemaShape, RoomType extends keyof RoomSchema> {
_core: InstantClient<Schema, RoomSchema>;

@@ -23,0 +23,0 @@ type: RoomType;

@@ -20,3 +20,3 @@ import { InstantClient, Auth, Storage, type AuthState, type Config, type Query, type Exactly, type TransactionChunk, type LifecycleSubscriptionState, type PresenceOpts, type PresenceResponse, type RoomSchemaShape, type InstaQLQueryParams, type ConfigWithSchema, type IDatabase, type InstantGraph } from "@instantdb/core";

export declare const defaultActivityStopTimeout = 1000;
export declare class InstantReactRoom<Schema, RoomSchema extends RoomSchemaShape, RoomType extends keyof RoomSchema> {
export declare class InstantReactRoom<Schema extends InstantGraph<any, any> | {}, RoomSchema extends RoomSchemaShape, RoomType extends keyof RoomSchema> {
_core: InstantClient<Schema, RoomSchema>;

@@ -23,0 +23,0 @@ type: RoomType;

{
"name": "@instantdb/react",
"version": "v0.14.4",
"version": "v0.14.5",
"description": "Instant DB for React",

@@ -34,4 +34,4 @@ "main": "dist/index.js",

"dependencies": {
"@instantdb/core": "v0.14.4"
"@instantdb/core": "v0.14.5"
}
}

@@ -61,3 +61,3 @@ import {

export class InstantReactRoom<
Schema,
Schema extends InstantGraph<any, any> | {},
RoomSchema extends RoomSchemaShape,

@@ -64,0 +64,0 @@ RoomType extends keyof RoomSchema,

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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