Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@web3-storage/capabilities

Package Overview
Dependencies
Maintainers
7
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@web3-storage/capabilities - npm Package Compare versions

Comparing version 6.0.0 to 6.0.1

53

package.json
{
"name": "@web3-storage/capabilities",
"version": "6.0.0",
"version": "6.0.1",
"description": "Capabilities provided by web3.storage",

@@ -16,4 +16,10 @@ "homepage": "https://github.com/web3-storage/w3protocol/tree/main/packages/capabilities",

"exports": {
".": "./src/index.js",
"./*": "./src/*.js",
".": {
"types": "./dist/src/index.d.ts",
"import": "./src/index.js"
},
"./*": {
"types": "./dist/src/*.d.ts",
"import": "./src/*.js"
},
"./types": "./dist/src/types.d.ts"

@@ -23,34 +29,13 @@ },

"*": {
"provider": [
"dist/src/provider"
"*": [
"*",
"dist/*",
"dist/src/*",
"dist/src/*/index"
],
"space": [
"dist/src/space"
],
"store": [
"dist/src/store"
],
"top": [
"dist/src/top"
],
"upload": [
"dist/src/upload"
],
"voucher": [
"dist/src/voucher"
],
"access": [
"dist/src/access"
],
"aggregate": [
"dist/src/aggregate"
],
"offer": [
"dist/src/offer"
],
"utils": [
"dist/src/utils"
],
"types": [
"dist/src/types"
"src/*": [
"*",
"dist/*",
"dist/src/*",
"dist/src/*/index"
]

@@ -57,0 +42,0 @@ }

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