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

@architect/asap

Package Overview
Dependencies
Maintainers
6
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@architect/asap - npm Package Compare versions

Comparing version 6.0.5 to 6.0.6

2

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

@@ -5,0 +5,0 @@ "main": "src/asap.js",

// This file is auto-generated via npm run vendor
module.exports = [ '3g2', '3gp', '3gpp', '7z', 'aif', 'aifc', 'aiff', 'au', 'avi', 'azw', 'bin', 'bmp', 'boz', 'bpk', 'buffer', 'bz', 'bz2', 'deb', 'deploy', 'dist', 'distz', 'dll', 'dmg', 'dms', 'doc', 'docx', 'dot', 'dump', 'ear', 'elc', 'epub', 'exe', 'gif', 'h264', 'heic', 'heics', 'heif', 'heifs', 'ico', 'img', 'iso', 'jar', 'jpe', 'jpeg', 'jpg', 'lrf', 'm1v', 'm2a', 'm2v', 'm3a', 'mar', 'mov', 'mp2', 'mp2a', 'mp3', 'mp4', 'mp4v', 'mpe', 'mpeg', 'mpg', 'mpg4', 'mpga', 'mpkg', 'msi', 'msm', 'msp', 'oga', 'ogg', 'ogv', 'opus', 'otf', 'pdf', 'pkg', 'png', 'pot', 'pps', 'ppt', 'pptx', 'qt', 'rar', 'rtf', 'snd', 'so', 'spx', 'tar', 'tif', 'tiff', 'ts', 'war', 'wav', 'webm', 'webp', 'woff', 'woff2', 'xla', 'xlc', 'xlm', 'xls', 'xlsx', 'xlt', 'xlw', 'zip' ]
module.exports = [ '3g2', '3gp', '3gpp', '7z', 'aif', 'aifc', 'aiff', 'au', 'avi', 'avif', 'azw', 'bin', 'bmp', 'boz', 'bpk', 'buffer', 'bz', 'bz2', 'deb', 'deploy', 'dist', 'distz', 'dll', 'dmg', 'dms', 'doc', 'docx', 'dot', 'dump', 'ear', 'elc', 'epub', 'exe', 'gif', 'h264', 'heic', 'heics', 'heif', 'heifs', 'ico', 'img', 'iso', 'jar', 'jp2', 'jpe', 'jpeg', 'jpg', 'jpg2', 'lrf', 'm1v', 'm2a', 'm2v', 'm3a', 'mar', 'mj2', 'mjp2', 'mov', 'mp2', 'mp2a', 'mp3', 'mp4', 'mp4v', 'mpe', 'mpeg', 'mpg', 'mpg4', 'mpga', 'mpkg', 'msi', 'msm', 'msp', 'oga', 'ogg', 'ogv', 'opus', 'otf', 'pdf', 'pkg', 'png', 'pot', 'pps', 'ppt', 'pptx', 'qt', 'rar', 'rtf', 'snd', 'so', 'spx', 'tar', 'tif', 'tiff', 'ts', 'war', 'wav', 'webm', 'webp', 'woff', 'woff2', 'xla', 'xlc', 'xlm', 'xls', 'xlsx', 'xlt', 'xlw', 'zip' ]

@@ -21,9 +21,13 @@ // Common binary MIME types

// Images
'image/avif',
'image/bmp',
'image/gif',
'image/heic-sequence',
'image/heic',
'image/heic-sequence',
'image/heif-sequence',
'image/heif',
'image/heif-sequence',
'image/jp2',
'image/jpeg',
'image/jpg',
'image/jpg2',
'image/png',

@@ -44,5 +48,5 @@ 'image/tiff',

// Video
'video/3gpp-tt',
'video/3gpp',
'video/3gpp2',
'video/3gpp-tt',
'video/h264',

@@ -52,2 +56,3 @@ 'video/h265',

'video/jpeg2000',
'video/mj2',
'video/mp2t',

@@ -54,0 +59,0 @@ 'video/mp4',

@@ -91,2 +91,5 @@ // This file is auto-generated via npm run vendor

jpe: `${c}/jpeg`,
jpm: `${c}/jpm`,
jpx: `${c}/jpx`,
jpf: `${c}/jpx`,
png: `${c}/png`,

@@ -130,2 +133,4 @@ svg: `${c}/svg+xml`,

vcf: `${f}/x-vcard`,
mj2: `${g}/mj2`,
mjp2: `${g}/mj2`,
mp4: `${g}/mp4`,

@@ -132,0 +137,0 @@ mp4v: `${g}/mp4`,

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