@ronomon/crypto-async
Advanced tools
Comparing version 2.2.0 to 2.2.1
{ | ||
"name": "@ronomon/crypto-async", | ||
"version": "2.2.0", | ||
"version": "2.2.1", | ||
"description": "Asynchronous cipher, hash, hmac", | ||
@@ -38,6 +38,6 @@ "main": "index.js", | ||
"dependencies": { | ||
"@ronomon/queue": "^2.1.0", | ||
"nan": "^2.6.2" | ||
"@ronomon/queue": "^3.0.0", | ||
"nan": "^2.7.0" | ||
}, | ||
"gypfile": true | ||
} |
55253
9
+ Added@ronomon/queue@3.0.1(transitive)
- Removed@ronomon/queue@2.1.0(transitive)
Updated@ronomon/queue@^3.0.0
Updatednan@^2.7.0