Socket
Socket
Sign inDemoInstall

vercel-deno-dev

Package Overview
Dependencies
26
Maintainers
1
Versions
191
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.0-4d74fbd9a5f6e5dc1f59563e295a2af280298594 to 0.1.0-b8aaa89e209b2b33e1d3523abeac0f98e8dcd557

4

dist/boot/runtime.ts

@@ -6,3 +6,3 @@ import * as base64 from 'https://deno.land/x/base64/mod.ts';

import { Context, APIGatewayProxyEvent } from 'https://deno.land/x/lambda/mod.ts';
import { NowApiHandler, NowRequest, NowResponse, NowRequestCookies, NowRequestQuery } from './NowHandler.ts';
import { NowApiHandler, NowRequest, NowResponse, NowRequestCookies, NowRequestQuery } from './nowHandler.ts';

@@ -236,3 +236,3 @@ import { setLazyProp, getCookieParser, getQueryParser } from './helpers.ts';

chunk = '';
} else if (Buffer.isBuffer(chunk)) {
} else if (chunk instanceof Uint8Array) {
if (!res.headers?.get('content-type')) {

@@ -239,0 +239,0 @@ res.headers?.set('content-type', 'application/octet-stream');

{
"name": "vercel-deno-dev",
"version": "0.1.0-4d74fbd9a5f6e5dc1f59563e295a2af280298594",
"version": "0.1.0-b8aaa89e209b2b33e1d3523abeac0f98e8dcd557",
"description": "run deno on vercel",

@@ -5,0 +5,0 @@ "main": "./dist/index",

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc