Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More โ†’
Socket
Sign inDemoInstall
Socket

cra-to-nx

Package Overview
Dependencies
Maintainers
1
Versions
357
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cra-to-nx - npm Package Compare versions

Comparing version 1.0.10-beta.0 to 1.0.10-beta.1

2

package.json
{
"name": "cra-to-nx",
"version": "1.0.10-beta.0",
"version": "1.0.10-beta.1",
"repository": {

@@ -5,0 +5,0 @@ "type": "git",

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

`--cwd "apps/${appName}"`,
].join(' '), { stdio: [0, 1, 2], cwd: '' });
].join(' '), { stdio: [0, 1, 2] });
child_process_1.execSync([

@@ -20,3 +20,3 @@ `npx nx g @nrwl/workspace:run-commands`,

`--cwd "apps/${appName}"`,
].join(' '), { stdio: [0, 1, 2], cwd: '' });
].join(' '), { stdio: [0, 1, 2] });
child_process_1.execSync([

@@ -28,3 +28,3 @@ `npx nx g @nrwl/workspace:run-commands`,

`--cwd "apps/${appName}"`,
].join(' '), { stdio: [0, 1, 2], cwd: '' });
].join(' '), { stdio: [0, 1, 2] });
child_process_1.execSync([

@@ -36,5 +36,5 @@ `npx nx g @nrwl/workspace:run-commands`,

`--cwd "apps/${appName}"`,
].join(' '), { stdio: [0, 1, 2], cwd: '' });
].join(' '), { stdio: [0, 1, 2] });
}
exports.addCRACommandsToWorkspaceJson = addCRACommandsToWorkspaceJson;
//# sourceMappingURL=add-cra-commands-to-nx.js.map

@@ -59,2 +59,3 @@ #!/usr/bin/env node

appIsJs ? null : 'tsconfig.json',
isYarn ? 'yarn.lock' : null,
].filter(Boolean);

@@ -61,0 +62,0 @@ filesToMove.forEach((f) => fs_extra_1.moveSync(f, `temp-workspace/apps/${reactAppName}/${f}`, { overwrite: true }));

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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