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

@peerbit/log

Package Overview
Dependencies
Maintainers
0
Versions
208
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@peerbit/log - npm Package Compare versions

Comparing version 4.0.22 to 4.0.23-39e9da6

208

package.json
{
"name": "@peerbit/log",
"version": "4.0.22",
"description": "Append-only log CRDT",
"author": "dao.xyz",
"license": "MIT",
"sideEffects": false,
"type": "module",
"types": "./dist/src/index.d.ts",
"typesVersions": {
"*": {
"*": [
"*",
"dist/*",
"dist/src/*",
"dist/src/*/index"
],
"src/*": [
"*",
"dist/*",
"dist/src/*",
"dist/src/*/index"
]
}
},
"files": [
"src",
"dist",
"!dist/test",
"!**/*.tsbuildinfo"
],
"exports": {
".": {
"types": "./dist/src/index.d.ts",
"import": "./dist/src/index.js"
}
},
"eslintConfig": {
"extends": "peerbit",
"parserOptions": {
"project": true,
"sourceType": "module"
},
"ignorePatterns": [
"!.aegir.js",
"test/ts-use",
"*.d.ts"
]
},
"publishConfig": {
"access": "public"
},
"engines": {
"node": ">=16.15.1"
},
"keywords": [
"ipfs",
"log",
"crdts",
"crdt"
],
"dependencies": {
"@dao-xyz/borsh": "^5.2.3",
"@peerbit/cache": "2.1.0",
"@peerbit/blocks-interface": "^1.3.8",
"@peerbit/crypto": "2.3.2",
"@peerbit/logger": "1.0.3",
"@peerbit/time": "2.0.7",
"libp2p": "^2.3.1",
"p-queue": "^8.0.1",
"path-browserify": "^1.0.1",
"uuid": "^10.0.0",
"@peerbit/indexer-interface": "^2.0.1",
"@peerbit/indexer-simple": "^1.1.4"
},
"devDependencies": {
"@peerbit/test-utils": "2.1.10",
"@types/yallist": "^4.0.4",
"assert": "^2.0.0",
"json-stringify-deterministic": "^1.0.7"
},
"contributors": [
"haadcode",
"aphelionz",
"shamb0t",
"thiagodelgado111",
"mistakia",
"satazor",
"RichardLitt",
"greenkeeperio-bot",
"chrisdostert",
"zachferland",
"kaibakker",
"dignifiedquire",
"adam-palazzo"
],
"scripts": {
"clean": "aegir clean",
"build": "aegir build --no-bundle",
"test": "aegir test --target node",
"lint": "aegir lint"
},
"localMaintainers": [
"dao.xyz"
]
"name": "@peerbit/log",
"version": "4.0.23-39e9da6",
"description": "Append-only log CRDT",
"author": "dao.xyz",
"license": "MIT",
"sideEffects": false,
"type": "module",
"types": "./dist/src/index.d.ts",
"typesVersions": {
"*": {
"*": [
"*",
"dist/*",
"dist/src/*",
"dist/src/*/index"
],
"src/*": [
"*",
"dist/*",
"dist/src/*",
"dist/src/*/index"
]
}
},
"files": [
"src",
"dist",
"!dist/test",
"!**/*.tsbuildinfo"
],
"exports": {
".": {
"types": "./dist/src/index.d.ts",
"import": "./dist/src/index.js"
}
},
"eslintConfig": {
"extends": "peerbit",
"parserOptions": {
"project": true,
"sourceType": "module"
},
"ignorePatterns": [
"!.aegir.js",
"test/ts-use",
"*.d.ts"
]
},
"publishConfig": {
"access": "public"
},
"engines": {
"node": ">=16.15.1"
},
"keywords": [
"ipfs",
"log",
"crdts",
"crdt"
],
"dependencies": {
"@dao-xyz/borsh": "^5.2.3",
"@peerbit/cache": "2.1.0-39e9da6",
"@peerbit/blocks-interface": "1.3.8-39e9da6",
"@peerbit/crypto": "2.3.2-39e9da6",
"@peerbit/logger": "1.0.3-39e9da6",
"@peerbit/time": "2.0.7-39e9da6",
"libp2p": "^2.3.1",
"p-queue": "^8.0.1",
"path-browserify": "^1.0.1",
"uuid": "^10.0.0",
"@peerbit/indexer-interface": "2.0.2-39e9da6",
"@peerbit/indexer-simple": "1.1.5-39e9da6"
},
"devDependencies": {
"@peerbit/test-utils": "2.1.11-39e9da6",
"@types/yallist": "^4.0.4",
"assert": "^2.0.0",
"json-stringify-deterministic": "^1.0.7"
},
"contributors": [
"haadcode",
"aphelionz",
"shamb0t",
"thiagodelgado111",
"mistakia",
"satazor",
"RichardLitt",
"greenkeeperio-bot",
"chrisdostert",
"zachferland",
"kaibakker",
"dignifiedquire",
"adam-palazzo"
],
"scripts": {
"clean": "aegir clean",
"build": "aegir build --no-bundle",
"test": "aegir test --target node",
"lint": "aegir lint"
},
"localMaintainers": [
"dao.xyz"
]
}
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