Huge News!Announcing our $40M Series B led by Abstract Ventures.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.0.4 to 3.1.0

2

lib/consumer.js

@@ -1,2 +0,2 @@

// Generated by CoffeeScript 1.12.5
// Generated by CoffeeScript 1.12.7
(function() {

@@ -3,0 +3,0 @@ var Consumer, exports;

@@ -1,2 +0,2 @@

// Generated by CoffeeScript 1.12.5
// Generated by CoffeeScript 1.12.7
(function() {

@@ -3,0 +3,0 @@ var ConsumerError, ExtensionError, NonceError, OutcomeResponseError, ParameterError, SignatureError, StoreError,

@@ -1,2 +0,2 @@

// Generated by CoffeeScript 1.12.5
// Generated by CoffeeScript 1.12.7
(function() {

@@ -3,0 +3,0 @@ var ContentExtension, FILE_RETURN_TYPE, IFRAME_RETURN_TYPE, IMAGE_URL_RETURN_TYPE, LTI_LAUNCH_URL_RETURN_TYPE, OEMBED_RETURN_TYPE, URL_RETURN_TYPE, errors, optional_url_property_setter, parse_url, url;

@@ -1,2 +0,2 @@

// Generated by CoffeeScript 1.12.5
// Generated by CoffeeScript 1.12.7
(function() {

@@ -3,0 +3,0 @@ exports.Content = require('./content');

@@ -1,2 +0,2 @@

// Generated by CoffeeScript 1.12.5
// Generated by CoffeeScript 1.12.7
(function() {

@@ -13,3 +13,3 @@ var HMAC_SHA1, OutcomeDocument, OutcomeService, crypto, errors, http, https, navigateXml, url, utils, uuid, xml2js, xml_builder;

uuid = require('node-uuid');
uuid = require('uuid');

@@ -55,4 +55,4 @@ xml2js = require('xml2js');

var eScore;
if (typeof score !== 'number' || score < 0 || score > 1.0) {
throw new errors.ParameterError('Score must be a floating point number >= 0 and <= 1');
if (typeof score !== 'number') {
throw new errors.ParameterError('Score must be a floating point number');
}

@@ -59,0 +59,0 @@ eScore = this._result_ele().ele('resultScore');

@@ -1,2 +0,2 @@

// Generated by CoffeeScript 1.12.5
// Generated by CoffeeScript 1.12.7
(function() {

@@ -3,0 +3,0 @@ var HMAC_SHA1, _clean_request_body, crypto, exports, url, utils;

@@ -1,2 +0,2 @@

// Generated by CoffeeScript 1.12.5
// Generated by CoffeeScript 1.12.7
(function() {

@@ -3,0 +3,0 @@ var exports, extensions;

@@ -1,2 +0,2 @@

// Generated by CoffeeScript 1.12.5
// Generated by CoffeeScript 1.12.7
(function() {

@@ -3,0 +3,0 @@ var EXPIRE_IN_SEC, MemoryNonceStore, NonceStore, exports,

@@ -1,2 +0,2 @@

// Generated by CoffeeScript 1.12.5
// Generated by CoffeeScript 1.12.7
(function() {

@@ -3,0 +3,0 @@ var NonceStore, exports,

@@ -1,2 +0,2 @@

// Generated by CoffeeScript 1.12.5
// Generated by CoffeeScript 1.12.7
(function() {

@@ -3,0 +3,0 @@ var HMAC_SHA1, MemoryNonceStore, Provider, errors, exports, extensions,

@@ -1,2 +0,2 @@

// Generated by CoffeeScript 1.12.5
// Generated by CoffeeScript 1.12.7
(function() {

@@ -3,0 +3,0 @@ var EXPIRE_IN_SEC, NonceStore, RedisNonceStore, exports,

@@ -1,2 +0,2 @@

// Generated by CoffeeScript 1.12.5
// Generated by CoffeeScript 1.12.7
(function() {

@@ -3,0 +3,0 @@ exports.special_encode = function(string) {

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

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

"dependencies": {
"uuid": "^8.2.0",
"xml2js": "~0.4.0",
"xmlbuilder": "~2.4.0",
"node-uuid": "~1.4.0"
"xmlbuilder": "~2.4.0"
},

@@ -46,8 +46,8 @@ "devDependencies": {

"coveralls": "^2.11.2",
"mocha": "^2.1.0",
"mocha": "8",
"mocha-lcov-reporter": "0.0.1",
"mocha-multi": "^0.6.0",
"redis": "^0.12.1",
"should": "^4.6.1"
"should": "13"
}
}

@@ -10,3 +10,3 @@ # ims-lti

```
npm install ims-lti --save
npm install @flat/ims-lti --save
```

@@ -16,3 +16,3 @@

```coffeescript
require 'ims-lti'
require '@flat/ims-lti'
```

@@ -19,0 +19,0 @@

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