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.13

7

package.json
{
"name": "@fireproof/database",
"version": "0.10.12",
"version": "0.10.13",
"description": "Immutable embedded distributed database for the web",

@@ -19,7 +19,7 @@ "main": "dist/fireproof.cjs",

"browser": "./dist/fireproof.browser.iife.js",
"types": "dist/types.d.esm.js",
"types": "dist/types/index.d.ts",
"files": [
"src",
"dist/fireproof.*",
"dist/types.d.esm.js"
"dist/types"
],

@@ -29,2 +29,3 @@ "type": "module",

"build": "npm run clean && node ./scripts/build.js",
"build:types": "tsc --declaration --outDir dist/types && node ./scripts/types.js",
"prepublishOnly": "npm run build",

@@ -31,0 +32,0 @@ "clean": "rm -rf dist/*",