Socket
Socket
Sign inDemoInstall

@resourcefulhumans/rheactor-image-service

Package Overview
Dependencies
68
Maintainers
3
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.1.0 to 2.1.1

2

package.json
{
"name": "@resourcefulhumans/rheactor-image-service",
"description": "An image processing backend running on AWS Lambda.",
"version": "2.1.0",
"version": "2.1.1",
"publishConfig": {

@@ -6,0 +6,0 @@ "access": "public"

@@ -14,3 +14,5 @@ /* global process */

const deployTime = process.env.DEPLOY_TIME
const publicKey = `-----BEGIN PUBLIC KEY-----\n${process.env.PUBLIC_KEY.match(/.{1,64}/g).join('\n')}\n-----END PUBLIC KEY-----`
// TODO: Load the key public from S3
const keyType = environment === 'testing' ? 'PUBLIC KEY' : 'RSA PUBLIC KEY'
const publicKey = `-----BEGIN ${keyType}-----\n${process.env.PUBLIC_KEY.match(/.{1,64}/g).join('\n')}\n-----END ${keyType}-----`

@@ -17,0 +19,0 @@ const s3 = new AWS.S3({

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