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

datastore-level

Package Overview
Dependencies
Maintainers
2
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

datastore-level - npm Package Compare versions

Comparing version 11.0.0 to 11.0.1

107

package.json
{
"name": "datastore-level",
"version": "11.0.0",
"version": "11.0.1",
"description": "Datastore implementation with level(up|down) backend",

@@ -49,2 +49,87 @@ "author": "Friedel Ziegelmayer<dignifiedquire@gmail.com>",

},
"release": {
"branches": [
"main"
],
"plugins": [
[
"@semantic-release/commit-analyzer",
{
"preset": "conventionalcommits",
"releaseRules": [
{
"breaking": true,
"release": "major"
},
{
"revert": true,
"release": "patch"
},
{
"type": "feat",
"release": "minor"
},
{
"type": "fix",
"release": "patch"
},
{
"type": "docs",
"release": "patch"
},
{
"type": "test",
"release": "patch"
},
{
"type": "deps",
"release": "patch"
},
{
"scope": "no-release",
"release": false
}
]
}
],
[
"@semantic-release/release-notes-generator",
{
"preset": "conventionalcommits",
"presetConfig": {
"types": [
{
"type": "feat",
"section": "Features"
},
{
"type": "fix",
"section": "Bug Fixes"
},
{
"type": "chore",
"section": "Trivial Changes"
},
{
"type": "docs",
"section": "Documentation"
},
{
"type": "deps",
"section": "Dependencies"
},
{
"type": "test",
"section": "Tests"
}
]
}
}
],
"@semantic-release/changelog",
"@semantic-release/npm",
"@semantic-release/github",
"@semantic-release/git"
]
},
"scripts": {

@@ -54,3 +139,2 @@ "clean": "aegir clean",

"build": "aegir build",
"release": "aegir release",
"test": "aegir test",

@@ -63,17 +147,18 @@ "test:node": "aegir test -t node --cov",

"test:electron-main": "aegir test -t electron-main",
"dep-check": "aegir dep-check"
"dep-check": "aegir dep-check",
"release": "aegir release"
},
"dependencies": {
"datastore-core": "10.0.0",
"datastore-core": "^10.0.0",
"interface-datastore": "^8.0.0",
"interface-store": "6.0.0",
"it-filter": "^3.0.4",
"it-map": "^3.0.5",
"it-sort": "^3.0.4",
"it-take": "^3.0.4",
"interface-store": "^6.0.0",
"it-filter": "^3.1.1",
"it-map": "^3.1.1",
"it-sort": "^3.0.6",
"it-take": "^3.0.6",
"level": "^8.0.1"
},
"devDependencies": {
"aegir": "^42.2.3",
"interface-datastore-tests": "6.0.0",
"aegir": "^44.1.1",
"interface-datastore-tests": "^6.0.0",
"ipfs-utils": "^9.0.14",

@@ -80,0 +165,0 @@ "memory-level": "^1.0.0"

6

README.md

@@ -77,3 +77,3 @@ # datastore-level

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

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

@@ -96,0 +96,0 @@ # Contribute

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