Comparing version 0.0.5 to 0.0.6
{ | ||
"name": "keypair", | ||
"description": "Generate a RSA PEM key pair from pure JS", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"repository": { | ||
@@ -46,3 +46,3 @@ "type": "git", | ||
}, | ||
"license": "BSD" | ||
"license": "MIT" | ||
} |
@@ -1,2 +0,1 @@ | ||
# keypair | ||
@@ -35,4 +34,4 @@ | ||
* `bits`: the size for the private key in bits (**Default: 1024**) | ||
* `e`: the public exponent to use (**Default: 65537**) | ||
* `bits`: the size for the private key in bits. Default: **1024**. | ||
* `e`: the public exponent to use. Default: **65537**. | ||
@@ -39,0 +38,0 @@ ## Installation |
Sorry, the diff of this file is too big to display
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
Mixed license
License(Experimental) Package contains multiple licenses.
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
Misc. License Issues
License(Experimental) A package's licensing information has fine-grained problems.
Found 1 instance in 1 package
145492
0
3
54