You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

@peerbit/cache

Package Overview
Dependencies
Maintainers
1
Versions
313
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@peerbit/cache - npm Package Compare versions

Comparing version
2.1.3
to
2.1.4-863fe8e
+71
-71
package.json
{
"name": "@peerbit/cache",
"version": "2.1.3",
"description": "Simple cache",
"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"
},
"repository": {
"type": "git",
"url": "https://github.com/dao-xyz/peerbit"
},
"homepage": "https://github.com/dao-xyz/peerbit",
"bugs": "https://github.com/dao-xyz/peerbit/issues",
"scripts": {
"clean": "aegir clean",
"build": "aegir build --no-bundle",
"test": "aegir test",
"lint": "aegir lint"
},
"license": "MIT",
"devDependencies": {
"@peerbit/time": "2.1.0",
"@types/yallist": "^4.0.4"
},
"dependencies": {
"yallist": "^4.0.0"
},
"localMaintainers": [
"dao.xyz"
]
"name": "@peerbit/cache",
"version": "2.1.4-863fe8e",
"description": "Simple cache",
"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"
},
"repository": {
"type": "git",
"url": "https://github.com/dao-xyz/peerbit"
},
"homepage": "https://github.com/dao-xyz/peerbit",
"bugs": "https://github.com/dao-xyz/peerbit/issues",
"scripts": {
"clean": "aegir clean",
"build": "aegir build --no-bundle",
"test": "aegir test",
"lint": "aegir lint"
},
"license": "MIT",
"devDependencies": {
"@peerbit/time": "2.2.0-863fe8e",
"@types/yallist": "^4.0.4"
},
"dependencies": {
"yallist": "^4.0.0"
},
"localMaintainers": [
"dao.xyz"
]
}