@hapi/cryptiles
Advanced tools
Comparing version 4.2.0 to 4.2.1
{ | ||
"name": "@hapi/cryptiles", | ||
"description": "General purpose crypto utilities", | ||
"version": "4.2.0", | ||
"version": "4.2.1", | ||
"repository": "git://github.com/hapijs/cryptiles", | ||
"main": "lib/index.js", | ||
"types": "lib/index.d.ts", | ||
"keywords": [ | ||
@@ -12,2 +13,5 @@ "cryptography", | ||
], | ||
"files": [ | ||
"lib" | ||
], | ||
"dependencies": { | ||
@@ -17,10 +21,10 @@ "@hapi/boom": "7.x.x" | ||
"devDependencies": { | ||
"@hapi/code": "5.x.x", | ||
"@hapi/lab": "18.x.x" | ||
"@hapi/code": "6.x.x", | ||
"@hapi/lab": "20.x.x" | ||
}, | ||
"scripts": { | ||
"test": "lab -a @hapi/code -t 100 -L", | ||
"test-cov-html": "lab -a @hapi/code -r html -o coverage.html" | ||
"test": "lab -a @hapi/code -t 100 -L -Y", | ||
"test-cov-html": "lab -a @hapi/code -t 100 -L -r html -o coverage.html" | ||
}, | ||
"license": "BSD-3-Clause" | ||
} |
@@ -1,3 +0,5 @@ | ||
# cryptiles | ||
<a href="http://hapijs.com"><img src="https://raw.githubusercontent.com/hapijs/assets/master/images/family.png" width="180px" align="right" /></a> | ||
# @hapi/cryptiles | ||
General purpose crypto utilities | ||
@@ -7,4 +9,2 @@ | ||
Lead Maintainer - [Eran Hammer](https://github.com/hueniverse) | ||
## Methods | ||
@@ -11,0 +11,0 @@ |
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
5485
77