@arcblock/did-auth-storage-nedb
Advanced tools
Comparing version 1.5.8 to 1.6.0
// Generate by [js2dts@0.3.3](https://github.com/whxaxes/js2dts#readme) | ||
import { EventEmitter } from 'events'; | ||
import * as events from 'events'; | ||
/** | ||
@@ -14,3 +14,3 @@ * Defines the interface of DID-Auth Token Storage | ||
*/ | ||
declare class AuthStorage extends EventEmitter { | ||
declare class AuthStorage extends events { | ||
/** | ||
@@ -17,0 +17,0 @@ * Creates an instance of AuthStorage. |
{ | ||
"name": "@arcblock/did-auth-storage-nedb", | ||
"description": "Storage engine that uses nedb for did-auth", | ||
"version": "1.5.8", | ||
"version": "1.6.0", | ||
"author": "wangshijun <shijun@arcblock.io> (https://ocap.arcblock.io)", | ||
@@ -62,5 +62,5 @@ "bugs": { | ||
}, | ||
"gitHead": "b494b9123023e94ff3faf9a05f1f9c2ae62c82cc", | ||
"gitHead": "d57fa0e7110d95e971729e38cef41d7d5c477f90", | ||
"dependencies": { | ||
"@arcblock/did-auth-storage": "^1.5.8", | ||
"@arcblock/did-auth-storage": "^1.6.0", | ||
"@nedb/core": "1.x", | ||
@@ -67,0 +67,0 @@ "debug": "^4.3.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
8505