Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

node-red-node-test-helper

Package Overview
Dependencies
Maintainers
2
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-red-node-test-helper - npm Package Compare versions

Comparing version 0.3.2 to 0.3.3

5

CHANGELOG.md

@@ -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 @@

@@ -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(),

20

package.json
{
"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": [

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