
Product
PHP and Composer Support Is Now in Beta
Socket’s PHP and Composer support is now in Beta for all customers, with PHP reachability analysis generally available.
#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.4.x"
}
Create tool consumer:
consumer = new lti.ToolConsumer('example.com', '/path', 443, 'key', 'secret')
Leverage tool consumer:
consumer.withSession((session) ->
parameters =
lti_version: 'LTI-1p0'
lti_message_type: 'basic-lti-launch-request'
resource_link_id: '0'
session.post(parameters)
.then((response) -> response.map((r) -> console.dir(r)))
.catch((error) -> console.log(error))
.done(-> console.log('All 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 13 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.

Product
Socket’s PHP and Composer support is now in Beta for all customers, with PHP reachability analysis generally available.

Product
Socket is bringing experimental protection to Firefox, scanning 97,000+ extensions in Mozilla's official directory for malware and risky updates.

Research
/Security News
Three compromised Rust crates pulled in a malicious dependency that downloaded and executed cross-platform malware during Cargo builds.