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
233
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.13.1 to 0.13.2

4

dist/index.d.ts

@@ -1,2 +0,2 @@

import { id, tx, lookup, i, type QueryResponse, type InstantQuery, type InstantQueryResult, type InstantSchema, type InstantObject, type User, type AuthState, type Query, type Config, type AttrsDefs, type CardinalityKind, type DataAttrDef, type EntitiesDef, type EntitiesWithLinks, type EntityDef, type InstantGraph, type LinkAttrDef, type LinkDef, type LinksDef, type ResolveAttrs, type ValueTypes } from "@instantdb/core";
import { id, tx, lookup, i, type QueryResponse, type InstantQuery, type InstantQueryResult, type InstantSchema, type InstantObject, type User, type AuthState, type Query, type Config, type InstaQLQueryParams, type AttrsDefs, type CardinalityKind, type DataAttrDef, type EntitiesDef, type EntitiesWithLinks, type EntityDef, type InstantGraph, type LinkAttrDef, type LinkDef, type LinksDef, type ResolveAttrs, type ValueTypes } from "@instantdb/core";
import { InstantReact } from "./InstantReact";

@@ -6,3 +6,3 @@ import { InstantReactWeb } from "./InstantReactWeb";

import { Cursors } from "./Cursors";
export { id, tx, lookup, init, init_experimental, InstantReactWeb, Cursors, i, InstantReact, type Config, type Query, type QueryResponse, type InstantObject, type User, type AuthState, type InstantQuery, type InstantQueryResult, type InstantSchema, type AttrsDefs, type CardinalityKind, type DataAttrDef, type EntitiesDef, type EntitiesWithLinks, type EntityDef, type InstantGraph, type LinkAttrDef, type LinkDef, type LinksDef, type ResolveAttrs, type ValueTypes, };
export { id, tx, lookup, init, init_experimental, InstantReactWeb, Cursors, i, InstantReact, type Config, type Query, type QueryResponse, type InstantObject, type User, type AuthState, type InstantQuery, type InstantQueryResult, type InstantSchema, type InstaQLQueryParams, type AttrsDefs, type CardinalityKind, type DataAttrDef, type EntitiesDef, type EntitiesWithLinks, type EntityDef, type InstantGraph, type LinkAttrDef, type LinkDef, type LinksDef, type ResolveAttrs, type ValueTypes, };
//# sourceMappingURL=index.d.ts.map

@@ -1,2 +0,2 @@

import { id, tx, lookup, i, type QueryResponse, type InstantQuery, type InstantQueryResult, type InstantSchema, type InstantObject, type User, type AuthState, type Query, type Config, type AttrsDefs, type CardinalityKind, type DataAttrDef, type EntitiesDef, type EntitiesWithLinks, type EntityDef, type InstantGraph, type LinkAttrDef, type LinkDef, type LinksDef, type ResolveAttrs, type ValueTypes } from "@instantdb/core";
import { id, tx, lookup, i, type QueryResponse, type InstantQuery, type InstantQueryResult, type InstantSchema, type InstantObject, type User, type AuthState, type Query, type Config, type InstaQLQueryParams, type AttrsDefs, type CardinalityKind, type DataAttrDef, type EntitiesDef, type EntitiesWithLinks, type EntityDef, type InstantGraph, type LinkAttrDef, type LinkDef, type LinksDef, type ResolveAttrs, type ValueTypes } from "@instantdb/core";
import { InstantReact } from "./InstantReact";

@@ -6,3 +6,3 @@ import { InstantReactWeb } from "./InstantReactWeb";

import { Cursors } from "./Cursors";
export { id, tx, lookup, init, init_experimental, InstantReactWeb, Cursors, i, InstantReact, type Config, type Query, type QueryResponse, type InstantObject, type User, type AuthState, type InstantQuery, type InstantQueryResult, type InstantSchema, type AttrsDefs, type CardinalityKind, type DataAttrDef, type EntitiesDef, type EntitiesWithLinks, type EntityDef, type InstantGraph, type LinkAttrDef, type LinkDef, type LinksDef, type ResolveAttrs, type ValueTypes, };
export { id, tx, lookup, init, init_experimental, InstantReactWeb, Cursors, i, InstantReact, type Config, type Query, type QueryResponse, type InstantObject, type User, type AuthState, type InstantQuery, type InstantQueryResult, type InstantSchema, type InstaQLQueryParams, type AttrsDefs, type CardinalityKind, type DataAttrDef, type EntitiesDef, type EntitiesWithLinks, type EntityDef, type InstantGraph, type LinkAttrDef, type LinkDef, type LinksDef, type ResolveAttrs, type ValueTypes, };
//# sourceMappingURL=index.d.ts.map
{
"name": "@instantdb/react",
"version": "v0.13.1",
"version": "v0.13.2",
"description": "Instant DB for React",

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

"dependencies": {
"@instantdb/core": "v0.13.1"
"@instantdb/core": "v0.13.2"
}
}

@@ -17,2 +17,3 @@ import {

type Config,
type InstaQLQueryParams,

@@ -62,2 +63,3 @@ // schema types

type InstantSchema,
type InstaQLQueryParams,

@@ -64,0 +66,0 @@ // schema types

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

Sorry, the diff of this file is not supported yet

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