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

blockstore-core

Package Overview
Dependencies
Maintainers
2
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

blockstore-core - npm Package Compare versions

Comparing version 5.0.0 to 5.0.1

25

package.json
{
"name": "blockstore-core",
"version": "5.0.0",
"version": "5.0.1",
"description": "Contains various implementations of the API contract described in interface-blockstore",

@@ -97,20 +97,21 @@ "author": "Alex Potsides <alex.potsides@protocol.ai>",

"test:electron-main": "aegir test -t electron-main",
"dep-check": "aegir dep-check"
"dep-check": "aegir dep-check",
"release": "aegir release"
},
"dependencies": {
"@libp2p/logger": "^4.0.6",
"@libp2p/logger": "^5.0.0",
"interface-blockstore": "^5.0.0",
"interface-store": "6.0.0",
"it-drain": "^3.0.5",
"it-filter": "^3.0.4",
"it-merge": "^3.0.3",
"interface-store": "^6.0.0",
"it-drain": "^3.0.7",
"it-filter": "^3.1.1",
"it-merge": "^3.0.5",
"it-pushable": "^3.2.3",
"multiformats": "^13.0.1"
"multiformats": "^13.2.2"
},
"devDependencies": {
"aegir": "^42.2.3",
"interface-blockstore-tests": "7.0.0",
"it-all": "^3.0.4",
"uint8arrays": "^5.0.2"
"aegir": "^44.1.0",
"interface-blockstore-tests": "^7.0.0",
"it-all": "^3.0.6",
"uint8arrays": "^5.1.0"
}
}

@@ -115,3 +115,3 @@ # blockstore-core

Loading this module through a script tag will make it's exports available as `BlockstoreCore` in the global namespace.
Loading this module through a script tag will make its exports available as `BlockstoreCore` in the global namespace.

@@ -130,4 +130,4 @@ ```html

- Apache 2.0, ([LICENSE-APACHE](LICENSE-APACHE) / <http://www.apache.org/licenses/LICENSE-2.0>)
- MIT ([LICENSE-MIT](LICENSE-MIT) / <http://opensource.org/licenses/MIT>)
- Apache 2.0, ([LICENSE-APACHE](https://github.com/ipfs/js-stores/blob/main/packages/blockstore-core/LICENSE-APACHE) / <http://www.apache.org/licenses/LICENSE-2.0>)
- MIT ([LICENSE-MIT](https://github.com/ipfs/js-stores/blob/main/packages/blockstore-core/LICENSE-MIT) / <http://opensource.org/licenses/MIT>)

@@ -134,0 +134,0 @@ # Contribute

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