@flat/ims-lti
Advanced tools
Comparing version 3.0.4 to 3.1.0
@@ -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 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
43874
3
+ Addeduuid@^8.2.0
+ Addeduuid@8.3.2(transitive)
- Removednode-uuid@~1.4.0
- Removednode-uuid@1.4.8(transitive)