
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.
Functional library for interacting, via server-to-server communications, with Learning Tools Interoperability (LTI) tool providers.
#lti.js
Functional library for interacting, via server-to-server communications, with Learning Tools Interoperability (LTI) tool providers. The project makes heavy use of bilby.js and Q. You will likely need a familiarity with basic functional programming concepts and promises to be successful.
The project is available on the Node Packaged Modules registry. Add the dependency in your package.json file:
"dependencies": {
"lti": "0.3.x"
}
npm install
grunt
CoffeeScript:
# Setup the tool context (hence the name).
context = lti.ToolContext
.property('consumerKey', 'consumerKey')
.property('consumerSecret', 'consumerSecret')
.property('host', 'example.com')
.property('path', '/lti')
context.withSession((consumer) ->
parameters =
lti_version: 'LTI-1p0'
lti_message_type: 'basic-lti-launch-request'
resource_link_id: '0'
# Simple one-off request, we could also make a large array of promises and asynchronously
# execute all of them. Check out: https://github.com/kriskowal/q/wiki/API-Reference#promiseall
consumer.request(parameters)
.then((response) -> response.map((r) -> console.dir(r)))
.catch((error) -> console.log(error))
.done(-> console.log('All done!'))
)
More usage examples available via the project unit tests.
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.