Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
@jetbrains/create-youtrack-app
Advanced tools
Apps in YouTrack let you add new features, tools, and integrations that aren't available out of the box. They can help you customize YouTrack to fit your organization's specific needs, improving your project management, reporting, automation, or integrating with other tools in your software ecosystem. To learn more about app development for the YouTrack platform, please refer to our Develeper Portal.
npm create @jetbrains/youtrack-app
After you have generated an app, you may want to add more features. Add new features quickly with one of these commands:
Action | Command |
---|---|
Add a settings declaration | npx @jetbrains/create-youtrack-app settings init |
Add one or more properties to the setting scheme created using the command listed above | npx @jetbrains/create-youtrack-app settings add |
Add another widget | npx @jetbrains/create-youtrack-app widget add |
Declare an extension property | npx @jetbrains/create-youtrack-app extension-property add |
Add an HTTP handler | npx @jetbrains/create-youtrack-app http-handler add |
View a list of available commands | npx @jetbrains/create-youtrack-app --help |
To test locally, run one of the package.json scripts like npm run widget
. This generator uses Hygen under the hood.
Run npm test
to check basic generation workflow.
While Hygen is a powerful tool for generating files, it isn't ideal for working with JSON files.
This means JSON manipulation can be a challenge.
To address this issue, we have added a injectJsCallback.js
file.
This file contains a helper function that can be used to create custom JS actions instead of simply rendering files.
An example that demonstrates the use of this function can be found in the _templates/settings/init/index.js
file.
FAQs
A scaffolding utility that generates a YouTrack app
The npm package @jetbrains/create-youtrack-app receives a total of 18 weekly downloads. As such, @jetbrains/create-youtrack-app popularity was classified as not popular.
We found that @jetbrains/create-youtrack-app demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.