Socket
Socket
Sign inDemoInstall

aws4

Package Overview
Dependencies
0
Maintainers
1
Versions
45
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.3.2 to 1.4.0

lru.js

2

aws4.js

@@ -5,3 +5,3 @@ var aws4 = exports,

crypto = require('crypto'),
lru = require('lru-cache'),
lru = require('./lru'),
credentialsCache = lru(1000)

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

{
"name": "aws4",
"version": "1.3.2",
"version": "1.4.0",
"description": "Signs and prepares requests using AWS Signature Version 4",

@@ -64,5 +64,2 @@ "author": "Michael Hart <michael.hart.au@gmail.com> (http://github.com/mhart)",

"license": "MIT",
"dependencies": {
"lru-cache": "^4.0.0"
},
"devDependencies": {

@@ -69,0 +66,0 @@ "mocha": "^2.4.5",

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc