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

create-nx-plugin

Package Overview
Dependencies
Maintainers
0
Versions
1641
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-nx-plugin - npm Package Compare versions

Comparing version 0.0.0-pr-28859-d05a640 to 0.0.0-pr-29047-57d3073

2

bin/create-nx-plugin.js

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

const output_1 = require("create-nx-workspace/src/utils/output");
const show_nx_warning_1 = require("create-nx-workspace/src/utils/nx/show-nx-warning");
const ab_testing_1 = require("create-nx-workspace/src/utils/nx/ab-testing");

@@ -99,3 +98,2 @@ exports.yargsDecorator = {

const workspaceInfo = await (0, create_nx_workspace_1.createWorkspace)(`@nx/plugin@${nxVersion}`, populatedArguments);
(0, show_nx_warning_1.showNxWarning)(parsedArgs.pluginName);
await (0, ab_testing_1.recordStat)({

@@ -102,0 +100,0 @@ nxVersion,

4

package.json
{
"name": "create-nx-plugin",
"version": "0.0.0-pr-28859-d05a640",
"version": "0.0.0-pr-29047-57d3073",
"private": false,

@@ -32,3 +32,3 @@ "description": "This package is used to scaffold a brand-new workspace used to develop an Nx plugin, and sets up a pre-configured plugin with the specified name. The new plugin is created with a default generator, executor, and e2e app.",

"dependencies": {
"create-nx-workspace": "0.0.0-pr-28859-d05a640",
"create-nx-workspace": "0.0.0-pr-29047-57d3073",
"picocolors": "^1.1.0",

@@ -35,0 +35,0 @@ "enquirer": "~2.3.6",

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