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

@instantdb/react

Package Overview
Dependencies
Maintainers
2
Versions
227
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.5.11 to 0.5.12

2

dist/index.d.ts

@@ -19,3 +19,3 @@ import { instatx, getLocalId as getLocalIdCore, Config, transact as transactCore } from "@instantdb/core";

export declare function useQuery<T = any>(_query: any): QueryState<T>;
type User = {
export type User = {
id: string;

@@ -22,0 +22,0 @@ email: string;

@@ -19,3 +19,3 @@ import { instatx, getLocalId as getLocalIdCore, Config, transact as transactCore } from "@instantdb/core";

export declare function useQuery<T = any>(_query: any): QueryState<T>;
type User = {
export type User = {
id: string;

@@ -22,0 +22,0 @@ email: string;

{
"name": "@instantdb/react",
"version": "0.5.11",
"version": "0.5.12",
"description": "Instant DB for React",

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

"dependencies": {
"@instantdb/core": "0.5.11"
"@instantdb/core": "0.5.12"
}
}

@@ -47,3 +47,3 @@ import {

type User = { id: string; email: string };
export type User = { id: string; email: string };
type AuthState =

@@ -50,0 +50,0 @@ | { isLoading: true; error: undefined; user: undefined }

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