@aws-crypto/material-management-node
Advanced tools
Comparing version 2.4.0 to 3.0.0
{ | ||
"name": "@aws-crypto/material-management-node", | ||
"version": "2.4.0", | ||
"version": "3.0.0", | ||
"scripts": { | ||
@@ -21,15 +21,15 @@ "prepublishOnly": "npm run build", | ||
"dependencies": { | ||
"@aws-crypto/hkdf-node": "^2.4.0", | ||
"@aws-crypto/material-management": "^2.4.0", | ||
"@aws-crypto/serialize": "^2.4.0", | ||
"@aws-crypto/hkdf-node": "^3.0.0", | ||
"@aws-crypto/material-management": "^3.0.0", | ||
"@aws-crypto/serialize": "^3.0.0", | ||
"tslib": "^2.2.0" | ||
}, | ||
"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
92485
21
1
+ Added@aws-crypto/hkdf-node@3.0.0(transitive)
+ Added@aws-crypto/material-management@3.2.2(transitive)
+ Added@aws-crypto/serialize@3.2.2(transitive)
- Removed@aws-crypto/hkdf-node@2.4.0(transitive)
- Removed@aws-crypto/material-management@2.4.0(transitive)
- Removed@aws-crypto/serialize@2.4.0(transitive)
Updated@aws-crypto/hkdf-node@^3.0.0
Updated@aws-crypto/serialize@^3.0.0