@aws-crypto/caching-materials-manager-browser
Advanced tools
Comparing version 2.4.0 to 3.0.0
{ | ||
"name": "@aws-crypto/caching-materials-manager-browser", | ||
"version": "2.4.0", | ||
"version": "3.0.0", | ||
"scripts": { | ||
@@ -21,6 +21,6 @@ "prepublishOnly": "npm run build", | ||
"dependencies": { | ||
"@aws-crypto/cache-material": "^2.4.0", | ||
"@aws-crypto/material-management-browser": "^2.4.0", | ||
"@aws-crypto/serialize": "^2.4.0", | ||
"@aws-crypto/web-crypto-backend": "^2.4.0", | ||
"@aws-crypto/cache-material": "^3.0.0", | ||
"@aws-crypto/material-management-browser": "^3.0.0", | ||
"@aws-crypto/serialize": "^3.0.0", | ||
"@aws-crypto/web-crypto-backend": "^3.0.0", | ||
"@aws-sdk/util-base64-browser": "3.1.0", | ||
@@ -31,9 +31,9 @@ "@aws-sdk/util-utf8-browser": "3.13.1", | ||
"sideEffects": false, | ||
"main": "./build/main/index.js", | ||
"module": "./build/module/index.js", | ||
"types": "./build/main/index.d.ts", | ||
"main": "./build/main/src/index.js", | ||
"module": "./build/module/src/index.js", | ||
"types": "./build/main/src/index.d.ts", | ||
"files": [ | ||
"build/**/*" | ||
"build/**/src/*" | ||
], | ||
"gitHead": "3aa78a3da5db2c396c550a1bc47e156fb7b0155e" | ||
"gitHead": "affe2378b842b35e22d430d29fa863db44ea6b60" | ||
} |
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
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
0
100
30649
21
1
+ Added@aws-crypto/cache-material@3.2.2(transitive)
+ Added@aws-crypto/material-management@3.2.2(transitive)
+ Added@aws-crypto/material-management-browser@3.2.2(transitive)
+ Added@aws-crypto/serialize@3.2.2(transitive)
+ Added@aws-crypto/web-crypto-backend@3.1.1(transitive)
+ Added@aws-sdk/util-locate-window@3.37.0(transitive)
- Removed@aws-crypto/cache-material@2.4.0(transitive)
- Removed@aws-crypto/material-management@2.4.0(transitive)
- Removed@aws-crypto/material-management-browser@2.4.0(transitive)
- Removed@aws-crypto/serialize@2.4.0(transitive)
- Removed@aws-crypto/web-crypto-backend@2.4.0(transitive)
- Removed@aws-sdk/util-locate-window@3.13.1(transitive)
Updated@aws-crypto/serialize@^3.0.0