@gidw/crypto-js
Advanced tools
Comparing version 0.0.2 to 0.1.0
{ | ||
"name": "@gidw/crypto-js", | ||
"version": "0.0.2", | ||
"version": "0.1.0", | ||
"description": "Basic crypto functions", | ||
@@ -16,2 +16,4 @@ "author": "Gilles De Waele", | ||
"types": "./types/crypto.d.ts", | ||
"browser": "./umd/crypto.min.js", | ||
"unpkg": "./umd/crypto.min.js", | ||
"exports": { | ||
@@ -26,6 +28,8 @@ ".": { | ||
"@gidw/eslint-config-standard": "^16.0.2", | ||
"eslint": "^7.18.0", | ||
"eslint": "^7.20.0", | ||
"eslint-plugin-import": "^2.22.1", | ||
"eslint-plugin-promise": "^4.2.1", | ||
"terser": "^5.5.1" | ||
"eslint-plugin-promise": "^4.3.1", | ||
"mocha": "^8.3.0", | ||
"nyc": "^15.1.0", | ||
"terser": "^5.6.0" | ||
}, | ||
@@ -41,4 +45,5 @@ "repository": "gitlab:GiDW/crypto-js.git", | ||
"minify-esm": "terser esm/crypto.js -o esm/crypto.min.js --ecma 6 --compress --mangle --safari10 --module", | ||
"minify": "npm run minify-umd && npm run minify-esm" | ||
"minify": "npm run minify-umd && npm run minify-esm", | ||
"test": "nyc --reporter=cobertura --reporter=text mocha test/test.js" | ||
} | ||
} |
@@ -9,6 +9,4 @@ export declare function createHash(): GMesageDigest | ||
messageLengthSize: number | ||
} | ||
export interface GMesageDigest { | ||
update: (msg: string) => GMesageDigest | ||
digest: () => string | ||
} |
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
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
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
9041
7
8
11
1