@ronomon/crypto-async
Advanced tools
Comparing version 3.0.0 to 3.0.1
{ | ||
"name": "@ronomon/crypto-async", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "Asynchronous cipher, hash, hmac", | ||
"main": "index.js", | ||
"files": [ | ||
"benchmark.js", | ||
"binding.cc", | ||
"binding.gyp", | ||
"common.js", | ||
"index.js", | ||
"test.js" | ||
], | ||
"repository": { | ||
@@ -43,4 +51,3 @@ "type": "git", | ||
"node": ">=10.0.0" | ||
}, | ||
"gypfile": true | ||
} | ||
} |
56230