@stablelib/blockcipher
Advanced tools
Comparing version 0.2.5 to 0.5.0
{ | ||
"name": "@stablelib/blockcipher", | ||
"version": "0.2.5", | ||
"version": "0.5.0", | ||
"description": "Block cipher interface declaration", | ||
"main": "./dist/blockcipher.js", | ||
"typings": "./dist/blockcipher.d.ts", | ||
"main": "./lib/blockcipher.js", | ||
"typings": "./lib/blockcipher.d.ts", | ||
"author": "Dmitry Chestnykh", | ||
@@ -8,0 +8,0 @@ "license": "MIT", |
@@ -7,2 +7,3 @@ { | ||
"noUnusedParameters": true, | ||
"noImplicitReturns": true, | ||
"noUnusedLocals": true, | ||
@@ -15,3 +16,3 @@ "removeComments": false, | ||
"declaration": true, | ||
"outDir": "dist", | ||
"outDir": "lib", | ||
"lib": [ | ||
@@ -26,4 +27,4 @@ "es5", | ||
"node_modules", | ||
"dist" | ||
"lib" | ||
] | ||
} |
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
4127
97