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

@peerbit/any-store-opfs

Package Overview
Dependencies
Maintainers
0
Versions
114
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@peerbit/any-store-opfs - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5-58dee0c

158

package.json
{
"name": "@peerbit/any-store-opfs",
"version": "1.0.4",
"description": "OPFS worker",
"sideEffects": true,
"type": "module",
"types": "./dist/src/index.d.ts",
"files": [
"src",
"dist",
"!dist/test",
"!**/*.tsbuildinfo"
],
"typesVersions": {
"*": {
"*": [
"*",
"dist/*",
"dist/src/*",
"dist/src/*/index"
],
"src/*": [
"*",
"dist/*",
"dist/src/*",
"dist/src/*/index"
]
}
},
"exports": {
".": {
"types": "./dist/src/index.d.ts",
"import": "./dist/src/index.js"
},
"./opfs-store": {
"types": "./dist/src/opfs-store.d.ts",
"import": "./dist/src/opfs-store.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",
"test": "",
"lint": "aegir lint"
},
"license": "MIT",
"dependencies": {
"@peerbit/crypto": "^2.3.4",
"@peerbit/logger": "1.0.3",
"@peerbit/time": "2.0.7",
"@peerbit/any-store-interface": "^1.0.0",
"uuid": "^10.0.0"
},
"devDependencies": {
"@types/uuid": "^9.0.8"
},
"localMaintainers": [
"dao.xyz"
]
"name": "@peerbit/any-store-opfs",
"version": "1.0.5-58dee0c",
"description": "OPFS worker",
"sideEffects": true,
"type": "module",
"types": "./dist/src/index.d.ts",
"files": [
"src",
"dist",
"!dist/test",
"!**/*.tsbuildinfo"
],
"typesVersions": {
"*": {
"*": [
"*",
"dist/*",
"dist/src/*",
"dist/src/*/index"
],
"src/*": [
"*",
"dist/*",
"dist/src/*",
"dist/src/*/index"
]
}
},
"exports": {
".": {
"types": "./dist/src/index.d.ts",
"import": "./dist/src/index.js"
},
"./opfs-store": {
"types": "./dist/src/opfs-store.d.ts",
"import": "./dist/src/opfs-store.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",
"test": "",
"lint": "aegir lint"
},
"license": "MIT",
"dependencies": {
"@peerbit/crypto": "2.3.5-58dee0c",
"@peerbit/logger": "1.0.3-58dee0c",
"@peerbit/time": "2.0.8-58dee0c",
"@peerbit/any-store-interface": "1.0.0-58dee0c",
"uuid": "^10.0.0"
},
"devDependencies": {
"@types/uuid": "^9.0.8"
},
"localMaintainers": [
"dao.xyz"
]
}

Sorry, the diff of this file is too big to display

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