Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
@ember-tooling/ember-language-server
Advanced tools
A language server implementation for Ember.js projects.
The Ember Language Server (ELS) implements the Language Server Protocol for Ember.js projects. ELS enables editors to provide features like auto complete, goto definition and diagnostics. To get these features, you have to install the plugin for your editor.
All features currently only work in Ember CLI application that use the default classic structure, and are a rough first draft with a lot of room for improvements. Pods and addons are not supported yet.
Autocompletion
*.{js/ts}
: services, models, routes, transforms*.hbs
: components, route names, helpers, modifiers, local paths, argumentsTemplate linting
ember-template-lint
dependency added into project.v2
, v3
, v4
) integration, including documentation links and auto fixes.js
and .ts
files (with hbs
literal).gjs
and .gts
files (with <template>
tag)Definition providers for (enable features like "Go To Definition" or "Peek Definition"):
Route autocompletion in link-to
and <LinkTo>
components.
Outlet jumping
Workspaces support
Supports Ignoring of LS initialization on unneeded projects by using ignoredProjects
config option, if you need "exclude except" functionality, specify project name as !my-project
.
lib/start-server.js
- nodejs
lib/start-worker-server.js
- worker
new Server({fs, type})
fs
- available options:
sync
- LS should use nodejs.fs logicasync
- LS should use client's fs providertype
- available options:
node
- supported addons & require logicworker
- addons and require logic not supportedFAQs
A language server implementation for Ember.js projects.
The npm package @ember-tooling/ember-language-server receives a total of 45 weekly downloads. As such, @ember-tooling/ember-language-server popularity was classified as not popular.
We found that @ember-tooling/ember-language-server 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 researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.