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

@smarterservices/ims-lti

Package Overview
Dependencies
Maintainers
3
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@smarterservices/ims-lti - npm Package Compare versions

Comparing version 3.0.6 to 3.0.7

4

lib/hmac-sha1.js

@@ -69,5 +69,9 @@ // Generated by CoffeeScript 1.12.5

protocol = (encrypted && 'https') || 'http';
if (req.headers['x-forwarded-proto']) {
protocol = req.headers['x-forwarded-proto'];
}
}
parsedUrl = url.parse(originalUrl, true);
hitUrl = protocol + '://' + req.headers.host + parsedUrl.pathname;
console.log(hitUrl);
return this.build_signature_raw(hitUrl, parsedUrl, req.method, body, consumer_secret, token);

@@ -74,0 +78,0 @@ };

2

package.json
{
"name": "@smarterservices/ims-lti",
"version": "3.0.6",
"version": "3.0.7",
"description": "Module for building an LTI Tool Provider and accept LTI launch requests",

@@ -5,0 +5,0 @@ "private": false,

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