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.4 to 0.0.5

2

_templates/widget/add/index.js

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

injectWidget(newWidget, args.cwd);
injectWidget(newWidget, args.cwd ?? '');

@@ -181,0 +181,0 @@ return result;

{
"name": "@jetbrains/create-youtrack-app",
"version": "0.0.4",
"version": "0.0.5",
"description": "A scaffolding utility that generates a YouTrack app",

@@ -29,3 +29,3 @@ "main": "index.js",

"build": "echo 'no build required'",
"release:ci": "commit-and-tag-version && git push --follow-tags origin main && npm publish"
"release:ci": "commit-and-tag-version --release-as patch && git push --follow-tags origin main && npm publish"
},

@@ -32,0 +32,0 @@ "author": "Andrey Skladchikov",

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