New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@donkoko/now

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@donkoko/now - npm Package Compare versions

Comparing version 1.2.3 to 1.2.4

9

dist/index.js

@@ -99,8 +99,8 @@ "use strict";

const lambda = await (0, build_utils_1.createLambda)({
runtime: "nodejs14.x",
handler: "now__launcher.launcher",
runtime: 'nodejs14.x',
handler: 'now__launcher.launcher',
files: {
...launcherFiles,
"index.js": new build_utils_1.FileFsRef({
fsPath: server["server.js"].fsPath,
'index.js': new build_utils_1.FileFsRef({
fsPath: server['server.js'].fsPath,
}),

@@ -117,2 +117,3 @@ },

console.log("Finished.");
console.log(`Running nodejs version: ${JSON.stringify(process.version)}.`);
return { routes, output };

@@ -119,0 +120,0 @@ }

{
"name": "@donkoko/now",
"version": "1.2.3",
"version": "1.2.4",
"description": "A Frontity builder for the Vercel. Forked from @fontity/now",

@@ -5,0 +5,0 @@ "repository": {

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