node-red-node-test-helper
Advanced tools
Comparing version 0.3.2 to 0.3.3
@@ -0,1 +1,6 @@ | ||
#### 0.3.3 | ||
- Add plugin stub to runtime (#73) @joepavitt | ||
- Use compatible versions rather than specific version of dependencies (#70) @Pezmc | ||
#### 0.3.2 | ||
@@ -2,0 +7,0 @@ |
15
index.js
@@ -217,2 +217,16 @@ /** | ||
}; | ||
// mock out the runtime plugins api | ||
const plugins = { | ||
registerPlugin () { | ||
return; | ||
}, | ||
getPlugin () { | ||
return; | ||
}, | ||
getPluginsByType () { | ||
return []; | ||
} | ||
} | ||
// this._settings.logging = {console:{level:'off'}}; | ||
@@ -232,2 +246,3 @@ this._settings.available = function() { return false; } | ||
storage: storage, | ||
plugins: plugins, | ||
log: this._log, | ||
@@ -234,0 +249,0 @@ nodeApp: express(), |
{ | ||
"name": "node-red-node-test-helper", | ||
"version": "0.3.2", | ||
"version": "0.3.3", | ||
"description": "A test framework for Node-RED nodes", | ||
@@ -16,14 +16,14 @@ "main": "index.js", | ||
"dependencies": { | ||
"body-parser": "1.20.0", | ||
"express": "4.18.1", | ||
"read-pkg-up": "7.0.1", | ||
"semver": "7.3.7", | ||
"body-parser": "^1.20.2", | ||
"express": "^4.18.2", | ||
"read-pkg-up": "^7.0.1", | ||
"semver": "^7.5.4", | ||
"should": "^13.2.3", | ||
"should-sinon": "0.0.6", | ||
"sinon": "11.1.2", | ||
"stoppable": "1.1.0", | ||
"supertest": "6.2.3" | ||
"should-sinon": "^0.0.6", | ||
"sinon": "^11.1.2", | ||
"stoppable": "^1.1.0", | ||
"supertest": "^6.3.3" | ||
}, | ||
"devDependencies": { | ||
"mocha": "9.2.2" | ||
"mocha": "^9.2.2" | ||
}, | ||
@@ -30,0 +30,0 @@ "contributors": [ |
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
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
84483
1374
+ Addedbody-parser@1.20.3(transitive)
+ Addedcookie@0.7.1(transitive)
+ Addedencodeurl@2.0.0(transitive)
+ Addedexpress@4.21.2(transitive)
+ Addedfinalhandler@1.3.1(transitive)
+ Addedmerge-descriptors@1.0.3(transitive)
+ Addedpath-to-regexp@0.1.12(transitive)
+ Addedqs@6.13.0(transitive)
+ Addedraw-body@2.5.2(transitive)
+ Addedsemver@7.6.3(transitive)
+ Addedsend@0.19.0(transitive)
+ Addedserve-static@1.16.2(transitive)
+ Addedsuperagent@8.1.2(transitive)
+ Addedsupertest@6.3.4(transitive)
- Removedbody-parser@1.20.0(transitive)
- Removedcookie@0.5.0(transitive)
- Removedexpress@4.18.1(transitive)
- Removedfinalhandler@1.2.0(transitive)
- Removedlru-cache@6.0.0(transitive)
- Removedmerge-descriptors@1.0.1(transitive)
- Removedpath-to-regexp@0.1.7(transitive)
- Removedqs@6.10.36.13.1(transitive)
- Removedraw-body@2.5.1(transitive)
- Removedreadable-stream@3.6.2(transitive)
- Removedsemver@7.3.7(transitive)
- Removedsend@0.18.0(transitive)
- Removedserve-static@1.15.0(transitive)
- Removedstring_decoder@1.3.0(transitive)
- Removedsuperagent@7.1.6(transitive)
- Removedsupertest@6.2.3(transitive)
- Removedutil-deprecate@1.0.2(transitive)
- Removedyallist@4.0.0(transitive)
Updatedbody-parser@^1.20.2
Updatedexpress@^4.18.2
Updatedread-pkg-up@^7.0.1
Updatedsemver@^7.5.4
Updatedshould-sinon@^0.0.6
Updatedsinon@^11.1.2
Updatedstoppable@^1.1.0
Updatedsupertest@^6.3.3