Socket
Socket
Sign inDemoInstall

instant-meme

Package Overview
Dependencies
122
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.3.1 to 2.3.2

3

index.js

@@ -9,2 +9,3 @@ const express = require('express');

async function memeHandler(req, res, _next) {
res.set('Access-Control-Allow-Origin', '*')
const memeName = req.params['memeName'];

@@ -24,3 +25,3 @@ if(!memeName) {

const meme = await memeBuilder(template);
res.set('Content-Type', 'image/png')
res.set('Content-Type', 'image/png');
res.send(meme);

@@ -27,0 +28,0 @@ }

{
"name": "instant-meme",
"version": "2.3.1",
"version": "2.3.2",
"description": "A express middleware to build 'memes' on the fly by specifying the image and text content in the url. Because photoshop is to slow for conversation.",

@@ -5,0 +5,0 @@ "main": "index.js",

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