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
4
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 1.0.1 to 1.0.2

2

build/main/portable_compare.d.ts

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

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

@@ -6,2 +6,13 @@ # Change Log

## [1.0.2](/compare/@aws-crypto/cache-material@1.0.1...@aws-crypto/cache-material@1.0.2) (2020-02-07)
### Bug Fixes
* lerna version maintains package-lock (#235) c901318, closes #235 #234
## [1.0.1](/compare/@aws-crypto/cache-material@1.0.0...@aws-crypto/cache-material@1.0.1) (2019-10-15)

@@ -8,0 +19,0 @@

{
"name": "@aws-crypto/cache-material",
"version": "1.0.1",
"version": "1.0.2",
"scripts": {

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

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

@@ -53,4 +53,3 @@ "lru-cache": "^5.1.1",

]
},
"gitHead": "8f11f6abf4f351b67a18f990e127e0e60138b0c2"
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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