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

@brainly-gene/create

Package Overview
Dependencies
Maintainers
0
Versions
44
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.1 to 0.2.1-alpha.2

8

bin/create-gene-workspace.js

@@ -99,7 +99,9 @@ #!/usr/bin/env node

console.log('Generating gene-workspace with npm nx');
await execCommand('npm', ['nx', 'g', '@brainly-gene/tools:gene-workspace']);
// We should be able to remove `--legacy-peer-deps` once storybook is updated to v7
console.log('Generating gene-workspace with nx');
await execCommand('nx', ['g', '@brainly-gene/tools:gene-workspace']);
console.log('Generating e2e testing providers');
await execCommand('npm', ['nx', 'g', '@brainly-gene/tools:e2e-providers']);
await execCommand('nx', ['g', '@brainly-gene/tools:e2e-providers']);
} catch (error) {

@@ -106,0 +108,0 @@ console.error(error);

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

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

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

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

{
"name": "@brainly-gene/create",
"version": "0.2.1-alpha.1",
"version": "0.2.1-alpha.2",
"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