@arcblock/did-auth-storage-nedb
Advanced tools
Comparing version 1.2.7 to 1.4.0
/* eslint-disable no-underscore-dangle */ | ||
const DataStore = require('nedb'); | ||
const DataStore = require('@abtnode/nedb'); | ||
const StorageInterface = require('@arcblock/did-auth-storage'); | ||
@@ -4,0 +4,0 @@ |
{ | ||
"name": "@arcblock/did-auth-storage-nedb", | ||
"description": "Storage engine that uses nedb for did-auth", | ||
"version": "1.2.7", | ||
"version": "1.4.0", | ||
"author": "wangshijun <shijun@arcblock.io> (https://ocap.arcblock.io)", | ||
@@ -62,8 +62,8 @@ "bugs": { | ||
}, | ||
"gitHead": "6b2ec820f70fdb2a831fb1684e177414a887e9a3", | ||
"gitHead": "c3dad527ec62bd454d6e1ff9b814213965b3ab58", | ||
"dependencies": { | ||
"@arcblock/did-auth-storage": "^1.2.7", | ||
"debug": "^4.1.1", | ||
"nedb": "^1.8.0" | ||
"@abtnode/nedb": "1.x", | ||
"@arcblock/did-auth-storage": "^1.4.0", | ||
"debug": "^4.1.1" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8522
+ Added@abtnode/nedb@1.x
+ Added@abtnode/binary-search-tree@1.0.32(transitive)
+ Added@abtnode/nedb@1.0.32(transitive)
+ Addedasync@3.2.6(transitive)
+ Addedmkdirp@1.0.4(transitive)
+ Addednode-line-reader@0.0.3(transitive)
- Removednedb@^1.8.0
- Removedasync@0.2.10(transitive)
- Removedbinary-search-tree@0.2.5(transitive)
- Removedminimist@1.2.8(transitive)
- Removedmkdirp@0.5.6(transitive)
- Removednedb@1.8.0(transitive)
- Removedunderscore@1.4.4(transitive)