@essential-projects/security_service_contracts
Advanced tools
Comparing version 3.0.0 to 3.0.1-7fe37d01-b19
import { IAsymmetricEncryptOptions, IHashOptions, ISymmetricEncryptOptions } from './index'; | ||
export declare enum IAsymmetricEncryptionType { | ||
'RSA-KSM' = "RSA-KSM", | ||
'RSA-KSM' = "RSA-KSM" | ||
} | ||
@@ -10,3 +10,3 @@ export declare enum IHashType { | ||
'sha512' = "sha512", | ||
'md5' = "md5", | ||
'md5' = "md5" | ||
} | ||
@@ -32,3 +32,3 @@ export declare enum ISymmetricEncryptionType { | ||
'DES-ECB' = "DES-ECB", | ||
'DES-CBC' = "DES-CBC", | ||
'DES-CBC' = "DES-CBC" | ||
} | ||
@@ -35,0 +35,0 @@ export declare type ISecurityType = IAsymmetricEncryptionType | ISymmetricEncryptionType | IHashType; |
{ | ||
"name": "@essential-projects/security_service_contracts", | ||
"version": "3.0.0", | ||
"version": "3.0.1-7fe37d01-b19", | ||
"description": "Interfaces for the security_service", | ||
@@ -9,3 +9,3 @@ "main": "dist/commonjs/index.js", | ||
"build": "gulp build", | ||
"prepare": "npm run build && npm run build-schemas && npm run build-doc", | ||
"prepare": "npm run build", | ||
"build-doc": "gulp doc", | ||
@@ -12,0 +12,0 @@ "build-schemas": "gulp typescript-schema", |
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 2 instances in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
0
1
30389
63
407