Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@aws-crypto/cache-material

Package Overview
Dependencies
Maintainers
0
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-crypto/cache-material - npm Package Compare versions

Comparing version 4.0.0 to 4.0.1

2

build/main/src/portable_compare.d.ts

@@ -1,2 +0,2 @@

export declare function compare(a: Uint8Array, b: Uint8Array): 1 | 0 | -1;
export declare function compare(a: Uint8Array, b: Uint8Array): 1 | -1 | 0;
//# sourceMappingURL=portable_compare.d.ts.map

@@ -1,2 +0,2 @@

export declare function compare(a: Uint8Array, b: Uint8Array): 1 | 0 | -1;
export declare function compare(a: Uint8Array, b: Uint8Array): 1 | -1 | 0;
//# sourceMappingURL=portable_compare.d.ts.map
{
"name": "@aws-crypto/cache-material",
"version": "4.0.0",
"version": "4.0.1",
"scripts": {

@@ -21,4 +21,4 @@ "prepublishOnly": "npm run build",

"dependencies": {
"@aws-crypto/material-management": "^4.0.0",
"@aws-crypto/serialize": "^4.0.0",
"@aws-crypto/material-management": "^4.0.1",
"@aws-crypto/serialize": "^4.0.1",
"@types/lru-cache": "^5.1.0",

@@ -35,3 +35,3 @@ "lru-cache": "^6.0.0",

],
"gitHead": "ad6d29822fecf3f3f6c8c676ea3b6c3156257e87"
"gitHead": "66882b993f507aa026b14d74183b46213a119bf4"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc