Socket
Socket
Sign inDemoInstall

@architect/asap

Package Overview
Dependencies
4
Maintainers
6
Versions
38
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.0.4 to 7.0.5

6

package.json
{
"name": "@architect/asap",
"version": "7.0.4",
"version": "7.0.5",
"description": "Architect Static Asset Proxy (ASAP) - a helpful library for Lambda-based static asset delivery",

@@ -28,4 +28,4 @@ "main": "src/asap.js",

"dependencies": {
"@aws-lite/client": "~0.16.1",
"@aws-lite/s3": "^0.1.17"
"@aws-lite/client": "~0.17.1",
"@aws-lite/s3": "^0.1.18"
},

@@ -32,0 +32,0 @@ "devDependencies": {

@@ -8,5 +8,5 @@ let _s3

let { s3 } = await awsLite({
autoloadPlugins: false,
region: process.env.AWS_REGION || 'us-west-2',
plugins: [ '@aws-lite/s3' ],
// eslint-disable-next-line
plugins: [ require('@aws-lite/s3') ],
})

@@ -13,0 +13,0 @@ _s3 = s3.GetObject

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