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

@nx-go/nx-go

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nx-go/nx-go - npm Package Compare versions

Comparing version 1.6.1 to 1.7.0

2

package.json
{
"name": "@nx-go/nx-go",
"version": "1.6.1",
"version": "1.7.0",
"main": "src/index.js",

@@ -5,0 +5,0 @@ "schematics": "./collection.json",

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

var _a;
const cwd = `${project.root}`;
// We strip the project root from the mail file
const cwd = `${options.cwd || project.root}`;
// We strip the project root from the main file
const mainFile = (_a = options.main) === null || _a === void 0 ? void 0 : _a.replace(`${cwd}/`, '');

@@ -16,0 +16,0 @@ return go_utils_1.runGoCommand(context, 'run', [mainFile], { cmd: options.cmd, cwd });

@@ -5,4 +5,5 @@ import { JsonObject } from '@angular-devkit/core'

cmd: string
cwd: string
main: string
outputPath: string
}

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