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

aws4

Package Overview
Dependencies
Maintainers
1
Versions
75
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aws4 - npm Package Compare versions

Comparing version 0.2.3 to 0.2.4

browser/node_modules/.package-lock.json

2

aws4.js

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

RequestSigner.prototype.matchHost = function(host) {
var match = (host || '').match(/^([^\.]+)\.?([^\.]*)\.amazonaws\.com$/)
var match = (host || '').match(/^([^\.]{1,63})\.?([^\.]{0,63})\.amazonaws\.com$/)
return (match || []).slice(1, 3)

@@ -40,0 +40,0 @@ }

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

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

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