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.2.0 to 2.3.0

migrations.json

5

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

@@ -15,3 +15,6 @@ "generators": "./generators.json",

"license": "MIT",
"nx-migrations": {
"migrations": "./migrations.json"
},
"typings": "./src/index.d.ts"
}

8

src/generators/library/schema.d.ts
export interface LibraryGeneratorSchema {
name: string;
tags?: string;
directory?: string;
}
name: string
tags?: string
directory?: string
}

@@ -21,3 +21,3 @@ {

"alias": "t"
},
},
"directory": {

@@ -24,0 +24,0 @@ "type": "string",

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.createGoMod = void 0;
const ensureGoModDependency_1 = require("./ensureGoModDependency");
function createGoMod(tree, options) {

@@ -10,2 +11,3 @@ if (options.skipGoMod === false) {

}
(0, ensureGoModDependency_1.ensureGoModDependency)(tree);
}

@@ -12,0 +14,0 @@ }

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