Comparing version 4.0.0-beta.3 to 4.0.0-beta.4
{ | ||
"name": "aes-js", | ||
"version": "4.0.0-beta.3", | ||
"version": "4.0.0-beta.4", | ||
"description": "A pure JavaScript implementation of the AES block cipher and all common modes of operation.", | ||
@@ -15,3 +15,4 @@ "devDependencies": { | ||
"require": "./lib.commonjs/index.js", | ||
"types": "./types/index.d.ts" | ||
"types": "./types/index.d.ts", | ||
"default": "./lib.commonjs/index.js" | ||
} | ||
@@ -37,3 +38,2 @@ }, | ||
"sideEffects": false, | ||
"type": "module", | ||
"types": "./types/index.d.ts", | ||
@@ -40,0 +40,0 @@ "keywords": [ |
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
411648
81
3217
No