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

datastore-core

Package Overview
Dependencies
Maintainers
2
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

datastore-core - npm Package Compare versions

Comparing version 10.0.0 to 10.0.1

29

package.json
{
"name": "datastore-core",
"version": "10.0.0",
"version": "10.0.1",
"description": "Wrapper implementation for interface-datastore",

@@ -113,23 +113,24 @@ "author": "Friedel Ziegelmayer <dignifiedquire@gmail.com>",

"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-datastore": "^8.0.0",
"interface-store": "6.0.0",
"it-drain": "^3.0.5",
"it-filter": "^3.0.4",
"it-map": "^3.0.5",
"it-merge": "^3.0.3",
"interface-store": "^6.0.0",
"it-drain": "^3.0.7",
"it-filter": "^3.1.1",
"it-map": "^3.1.1",
"it-merge": "^3.0.5",
"it-pipe": "^3.0.1",
"it-pushable": "^3.2.3",
"it-sort": "^3.0.4",
"it-take": "^3.0.4"
"it-sort": "^3.0.6",
"it-take": "^3.0.6"
},
"devDependencies": {
"aegir": "^42.2.3",
"interface-datastore-tests": "6.0.0",
"it-all": "^3.0.4",
"uint8arrays": "^5.0.2"
"aegir": "^44.1.0",
"interface-datastore-tests": "^6.0.0",
"it-all": "^3.0.6",
"uint8arrays": "^5.1.0"
}
}

@@ -94,3 +94,3 @@ # datastore-core

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

@@ -109,4 +109,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/datastore-core/LICENSE-APACHE) / <http://www.apache.org/licenses/LICENSE-2.0>)
- MIT ([LICENSE-MIT](https://github.com/ipfs/js-stores/blob/main/packages/datastore-core/LICENSE-MIT) / <http://opensource.org/licenses/MIT>)

@@ -113,0 +113,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