Socket
Socket
Sign inDemoInstall

generator-langium

Package Overview
Dependencies
Maintainers
4
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

generator-langium - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

templates/cli/.package.json

0

app/index.d.ts

@@ -0,0 +0,0 @@ /******************************************************************************

8

app/index.js

@@ -16,6 +16,6 @@ "use strict";

const os_1 = require("os");
const TEMPLATE_CORE_DIR = '../langium-template-core';
const TEMPLATE_VSCODE_DIR = '../langium-template-vscode';
const TEMPLATE_CLI_DIR = '../langium-template-cli';
const TEMPLATE_WEB_DIR = '../langium-template-web';
const TEMPLATE_CORE_DIR = '../templates/core';
const TEMPLATE_VSCODE_DIR = '../templates/vscode';
const TEMPLATE_CLI_DIR = '../templates/cli';
const TEMPLATE_WEB_DIR = '../templates/web';
const USER_DIR = '.';

@@ -22,0 +22,0 @@ const EXTENSION_NAME = /<%= extension-name %>/g;

{
"name": "generator-langium",
"version": "1.2.0",
"version": "1.2.1",
"description": "Yeoman generator for Langium - the language engineering tool",

@@ -19,3 +19,3 @@ "homepage": "https://langium.org",

"app",
"langium-template",
"templates",
"src"

@@ -22,0 +22,0 @@ ],

@@ -0,0 +0,0 @@ # Langium Package Generator

@@ -14,6 +14,6 @@ /******************************************************************************

const TEMPLATE_CORE_DIR = '../langium-template-core';
const TEMPLATE_VSCODE_DIR = '../langium-template-vscode';
const TEMPLATE_CLI_DIR = '../langium-template-cli';
const TEMPLATE_WEB_DIR = '../langium-template-web';
const TEMPLATE_CORE_DIR = '../templates/core';
const TEMPLATE_VSCODE_DIR = '../templates/vscode';
const TEMPLATE_CLI_DIR = '../templates/cli';
const TEMPLATE_WEB_DIR = '../templates/web';
const USER_DIR = '.';

@@ -20,0 +20,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