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

@xyo-network/previous-hash-store-indexeddb

Package Overview
Dependencies
Maintainers
0
Versions
616
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@xyo-network/previous-hash-store-indexeddb - npm Package Compare versions

Comparing version

to
3.9.36

dist/types/index.d.ts

18

package.json
{
"name": "@xyo-network/previous-hash-store-indexeddb",
"version": "3.9.35",
"version": "3.9.36",
"description": "Primary SDK for using XYO Protocol 2.0",

@@ -24,3 +24,3 @@ "homepage": "https://xyo.network",

".": {
"types": "./dist/neutral/index.d.ts",
"types": "./dist/types/index.d.ts",
"default": "./dist/neutral/index.mjs"

@@ -31,17 +31,17 @@ },

"module": "dist/neutral/index.mjs",
"types": "dist/node/index.d.ts",
"types": "dist/types/index.d.ts",
"dependencies": {
"@xylabs/hex": "^4.5.7",
"@xyo-network/previous-hash-store-model": "^3.9.35",
"@xylabs/hex": "^4.6.0",
"@xyo-network/previous-hash-store-model": "^3.9.36",
"idb": "^8.0.2"
},
"devDependencies": {
"@types/node": "^22.13.9",
"@types/node": "^22.13.10",
"@types/uuid": "10.0.0",
"@xylabs/ts-scripts-yarn3": "^5.0.39",
"@xylabs/tsconfig": "^5.0.39",
"@xylabs/ts-scripts-yarn3": "^6.0.5",
"@xylabs/tsconfig": "^6.0.5",
"fake-indexeddb": "^6.0.0",
"typescript": "^5.8.2",
"uuid": "^11.1.0",
"vitest": "^3.0.7"
"vitest": "^3.0.8"
},

@@ -48,0 +48,0 @@ "publishConfig": {