New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@fireproof/database

Package Overview
Dependencies
Maintainers
1
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fireproof/database - npm Package Compare versions

Comparing version

to
0.10.18

2

dist/types/types.d.ts

@@ -12,3 +12,3 @@ import { Link } from 'multiformats'

export type Doc = DocBody & {
_id: string
_id?: string
}

@@ -15,0 +15,0 @@

{
"name": "@fireproof/database",
"version": "0.10.17",
"version": "0.10.18",
"description": "Immutable embedded distributed database for the web",

@@ -5,0 +5,0 @@ "main": "dist/fireproof.cjs",

@@ -12,3 +12,3 @@ import { Link } from 'multiformats'

export type Doc = DocBody & {
_id: string
_id?: string
}

@@ -15,0 +15,0 @@