@stablelib/blockcipher
Advanced tools
Comparing version 0.5.0 to 1.0.0
@@ -5,4 +5,8 @@ // Copyright (C) 2016 Dmitry Chestnykh | ||
/** | ||
* Block cipher. | ||
* Package blockcipher provides block cipher interface. | ||
*/ | ||
/** | ||
* Block cipher interface. | ||
*/ | ||
export interface BlockCipher { | ||
@@ -9,0 +13,0 @@ /** |
/** | ||
* Block cipher. | ||
* Package blockcipher provides block cipher interface. | ||
*/ | ||
/** | ||
* Block cipher interface. | ||
*/ | ||
export interface BlockCipher { | ||
@@ -5,0 +8,0 @@ /** |
{ | ||
"name": "@stablelib/blockcipher", | ||
"version": "0.5.0", | ||
"version": "1.0.0", | ||
"description": "Block cipher interface declaration", | ||
@@ -14,3 +14,4 @@ "main": "./lib/blockcipher.js", | ||
"build": "tsc" | ||
} | ||
}, | ||
"gitHead": "c3b9e138650642a738a9225956c75dbe44c76ae6" | ||
} |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
4333
103
1