New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@flat/ims-lti

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@flat/ims-lti - npm Package Compare versions

Comparing version 3.1.0 to 3.1.1

2

lib/provider.js

@@ -61,3 +61,3 @@ // Generated by CoffeeScript 1.12.7

has_resource_link_id = body.resource_link_id != null;
omits_content_item_params = (body.resource_link_id == null) && (body.resource_link_title == null) && (body.resource_link_description == null) && (body.launch_presentation_return_url == null) && (body.lis_result_sourcedid == null);
omits_content_item_params = !body.resource_link_id && (body.resource_link_title == null) && (body.resource_link_description == null) && (body.launch_presentation_return_url == null) && (body.lis_result_sourcedid == null);
return correct_version && (body.lti_message_type === 'basic-lti-launch-request' && has_resource_link_id) || (body.lti_message_type === 'ContentItemSelectionRequest' && omits_content_item_params);

@@ -64,0 +64,0 @@ };

{
"name": "@flat/ims-lti",
"version": "3.1.0",
"version": "3.1.1",
"description": "Module for building an LTI Tool Provider and accept LTI launch requests",

@@ -5,0 +5,0 @@ "author": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc