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-2495b4e6ceb0e1efff3477b1d7fecb95cea7924b to 0.1.0-3cbfe683b8c744314513035dd6d3ccf67c6cee8d

.github/README.md

2

dist/build/getDenoLambdaLayer.js

@@ -36,3 +36,3 @@ "use strict";

console.log('create bootstrap');
const bootstrapPath = path_1.default.join(__dirname, "../assets/bootstrap");
const bootstrapPath = path_1.default.join(__dirname, "../boot/bootstrap");
if (isDev) {

@@ -39,0 +39,0 @@ const bashPath = await which_1.default("bash");

{
"name": "vercel-deno-dev",
"version": "0.1.0-2495b4e6ceb0e1efff3477b1d7fecb95cea7924b",
"version": "0.1.0-3cbfe683b8c744314513035dd6d3ccf67c6cee8d",
"description": "run deno on vercel",

@@ -15,3 +15,4 @@ "main": "./dist/index",

"files": [
"dist"
"dist",
".github/README.md"
],

@@ -27,5 +28,5 @@ "devDependencies": {

"scripts": {
"build": "tsc && cp -R ./src/assets/ ./dist/assets/",
"build": "tsc && cp -R ./src/boot/ ./dist/boot/",
"test": "rmdir /s /q .\\test\\dist_ress\\ || tsc --project ./test/tsconfig.json && node ./test/dist_ress/test.js"
}
}
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