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

@tobiastengler/create-relay-app

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tobiastengler/create-relay-app - npm Package Compare versions

Comparing version 0.0.0-experimental-7eb91e1ed to 0.0.0-experimental-ae364033b

8

dist/cli.js

@@ -39,3 +39,3 @@ import { PackageManagerOptions, ToolchainOptions, } from "./types.js";

name: "toolchain",
message: "Select the toolchain your project is using",
message: "Select the toolchain your project was setup with",
type: "list",

@@ -55,3 +55,3 @@ default: defaults.toolchain,

name: "src",
message: "Select the source directory",
message: "Select the root directory of your application code",
type: "input",

@@ -75,3 +75,3 @@ default: defaults.src,

name: "artifactDirectory",
message: "Select the artifactDirectory",
message: "Select, if needed, a directory to place all Relay artifacts in",
type: "input",

@@ -87,3 +87,3 @@ default: defaults.artifactDirectory || undefined,

name: "packageManager",
message: "Select the package manager you wish to use to install packages",
message: "Select the package manager to install packages with",
type: "list",

@@ -90,0 +90,0 @@ default: defaults.packageManager,

@@ -40,2 +40,7 @@ import { exec, spawn } from "child_process";

}
const relativePagesDir = "./pages";
const pagesDirectory = path.join(projectRootDirectory, relativePagesDir);
if (toolchain === "next" && isSubDirectory(pagesDirectory, input)) {
return `Can not be under ${highlight(relativePagesDir)}`;
}
return true;

@@ -42,0 +47,0 @@ }

{
"name": "@tobiastengler/create-relay-app",
"version": "0.0.0-experimental-7eb91e1ed",
"version": "0.0.0-experimental-ae364033b",
"description": "Easy configuration of Relay for existing projects",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/tobias-tengler/create-relay-app#readme",

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