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 2.3.0 to 2.3.1

src/utils/path.helper.d.ts

2

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

@@ -5,0 +5,0 @@ "generators": "./generators.json",

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

const targetOptions = {
outputPath: (0, path_1.join)((0, path_1.normalize)('dist'), sourceRoot),
main: (0, path_1.join)(sourceRoot, 'main.go'),
outputPath: (0, utils_1.toPosixPath)((0, path_1.join)((0, path_1.normalize)('dist'), sourceRoot)),
main: (0, utils_1.toPosixPath)((0, path_1.join)(sourceRoot, 'main.go')),
};

@@ -28,3 +28,3 @@ (0, devkit_1.addProjectConfiguration)(tree, normalizedOptions.projectName, {

options: {
main: (0, path_1.join)(sourceRoot, 'main.go'),
main: (0, utils_1.toPosixPath)((0, path_1.join)(sourceRoot, 'main.go')),
},

@@ -31,0 +31,0 @@ },

@@ -6,1 +6,2 @@ export * from './add-files.helper';

export * from './run-go-command.helper';
export * from './path.helper';

@@ -9,2 +9,3 @@ "use strict";

(0, tslib_1.__exportStar)(require("./run-go-command.helper"), exports);
(0, tslib_1.__exportStar)(require("./path.helper"), exports);
//# sourceMappingURL=index.js.map

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