
Research
/Security News
77 Firefox Extensions Linked to Crypto Wallet and Credential Theft
Socket uncovered 77 linked Firefox extensions, including 40 that steal wallet secrets or credentials and 37 deceptive sports-score shells.
#lti.js
Learning Tools Interoperability node.js library:
| Functionality | v1.1 | v1.1.1 | v2.0 |
|---|---|---|---|
| Tool Consumer | Supported | Supported | Awaiting Final Specification |
| Tool Provider | Queued | Queued | Awaiting Final Specification |
The project is available on the Node Packaged Modules registry. Add the dependency in your package.json file:
"dependencies": {
"lti": "0.6.x"
}
Create tool consumer:
consumer = new lti.ToolConsumer('https://example.com/path/to/producer', 'key', 'secret')
Leverage tool consumer:
consumer.withSession((session) ->
payload =
lti_version: 'LTI-1p0'
lti_message_type: 'basic-lti-launch-request'
resource_link_id: '0'
session.basicLaunch(payload)
.then((r) -> r.map((_) -> console.dir(_)))
.catch((e) -> console.dir(e))
.done()
)
The MIT License (MIT)
Copyright (c) 2013 Rocky Madden (http://rockymadden.com/)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
FAQs
Learning Tools Interoperability node.js library.
The npm package lti receives a total of 20 weekly downloads. As such, lti popularity was classified as not popular.
We found that lti demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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 uncovered 77 linked Firefox extensions, including 40 that steal wallet secrets or credentials and 37 deceptive sports-score shells.

Security News
NIST disclosed an unreleased AI tool called V-etalon and opened a broad inquiry into NVD modernization after years of automation plans produced no public enrichment system.

Security News
In his AI Council 2026 talk, Feross Aboukhadijeh covers recent package compromises, vulnerability discovery, and a more automated security model.