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

@brainly-gene/create

Package Overview
Dependencies
Maintainers
0
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@brainly-gene/create - npm Package Compare versions

Comparing version 0.2.1-alpha.0 to 0.2.1-alpha.1

19

bin/create-gene-workspace.js

@@ -81,3 +81,7 @@ #!/usr/bin/env node

);
await execCommand('npm', ['install', ...dependencyArgs]);
await execCommand('npm', [
'install',
...dependencyArgs,
'--legacy-peer-deps',
]);

@@ -89,11 +93,12 @@ // Install devDependencies

);
await execCommand('npm', ['install', '-D', ...devDependencyArgs]);
console.log('Generating gene-workspace with npm nx');
await execCommand('npm', [
'nx',
'g',
'@brainly-gene/tools:gene-workspace',
'install',
'-D',
...devDependencyArgs,
'--legacy-peer-deps',
]);
console.log('Generating gene-workspace with npm nx');
await execCommand('npm', ['nx', 'g', '@brainly-gene/tools:gene-workspace']);
console.log('Generating e2e testing providers');

@@ -100,0 +105,0 @@ await execCommand('npm', ['nx', 'g', '@brainly-gene/tools:e2e-providers']);

{
"dependencies": {
"@brainly-gene/core": "0.2.1-alpha.0",
"@brainly-gene/next": "0.2.1-alpha.0",
"@brainly-gene/core": "0.2.1-alpha.1",
"@brainly-gene/next": "0.2.1-alpha.1",
"@nx/next": "17.3.2",

@@ -54,4 +54,4 @@ "@sentry/react": "7.77.0",

"devDependencies": {
"@brainly-gene/eslint-plugin": "0.2.1-alpha.0",
"@brainly-gene/tools": "0.2.1-alpha.0",
"@brainly-gene/eslint-plugin": "0.2.1-alpha.1",
"@brainly-gene/tools": "0.2.1-alpha.1",
"@nx/cypress": "17.3.2",

@@ -58,0 +58,0 @@ "@nx/devkit": "17.3.2",

{
"name": "@brainly-gene/create",
"version": "0.2.1-alpha.0",
"version": "0.2.1-alpha.1",
"type": "commonjs",

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

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