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

@jetbrains/create-youtrack-app

Package Overview
Dependencies
Maintainers
0
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jetbrains/create-youtrack-app - npm Package Compare versions

Comparing version 0.0.1-alpha.16 to 0.0.1-alpha.17

4

_templates/widget/add/index.js

@@ -157,4 +157,4 @@ const { validateNotEmpty } = require("../../utils");

permissions,
folderName: h.changeCase.path(key),
indexPath: `${h.changeCase.path(key)}/index.html`,
folderName: key,
indexPath: `${key}/index.html`,
extensionPoint,

@@ -161,0 +161,0 @@ description,

{
"name": "@jetbrains/create-youtrack-app",
"version": "0.0.1-alpha.16",
"version": "0.0.1-alpha.17",
"description": "A scaffolder for YouTrack App generating",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -19,3 +19,3 @@ # Create YouTrack App

* `npx @jetbrains/create-youtrack-app help show` to see list of possible commands
* `npx @jetbrains/create-youtrack-app --help` to see list of possible commands
* `npx @jetbrains/create-youtrack-app settings init` to add a [settings declaration](https://www.jetbrains.com/help/youtrack/devportal-apps/app-settings.html)

@@ -22,0 +22,0 @@ * `npx @jetbrains/create-youtrack-app settings add` to add one more property into Settings, created by command above

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