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.17 to 0.6.0

2

dist/index.d.ts

@@ -11,3 +11,3 @@ import { tx, id, getLocalId, Config, transact, auth, Query, QueryResponse, InstantObject, Exactly, QueryState, AuthState, User } from "@instantdb/core";

*/
declare function init(config: Config): any;
declare function init(config: Config): import("@instantdb/core").ReactiveDB;
/**

@@ -14,0 +14,0 @@ * Use this to query your data!

@@ -11,3 +11,3 @@ import { tx, id, getLocalId, Config, transact, auth, Query, QueryResponse, InstantObject, Exactly, QueryState, AuthState, User } from "@instantdb/core";

*/
declare function init(config: Config): any;
declare function init(config: Config): import("@instantdb/core").ReactiveDB;
/**

@@ -14,0 +14,0 @@ * Use this to query your data!

{
"name": "@instantdb/react",
"version": "0.5.17",
"version": "0.6.0",
"description": "Instant DB for React",

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

"dependencies": {
"@instantdb/core": "0.5.17"
"@instantdb/core": "0.6.0"
}
}

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