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

hull-connector-tester

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hull-connector-tester - npm Package Compare versions

Comparing version 0.0.9 to 0.0.11

README.md

7

CHANGELOG.md
# CHANGELOG
## v0.0.11
- changed package-engines check to require node `8.11.x` instead of `8.10.x`
## v0.0.10
- update documentation
- remove unnecessary dependency
## v0.0.9

@@ -4,0 +11,0 @@ - changed hull-node-version check to require one of versions: `0.13.14`

5

package.json
{
"name": "hull-connector-tester",
"version": "0.0.9",
"version": "0.0.11",
"description": "",
"main": "src/index.js",
"main": "src/bin.js",
"scripts": {

@@ -15,5 +15,4 @@ "test": "echo \"Error: no test specified\" && exit 0"

"dependencies": {
"circle-github-bot": "^0.4.0",
"jsonlint": "^1.6.3"
}
}

4

src/checks/package-engines.js

@@ -13,3 +13,3 @@ const fs = require("fs");

if (node === "8.10.x"
if (node === "8.11.x"
&& npm === "5.6.x"

@@ -25,3 +25,3 @@ && yarn === "1.5.x") {

or
{"node": "8.10.x","npm": "5.6.x","yarn": "1.5.x"}`;
{"node": "8.11.x", "npm": "5.6.x", "yarn": "1.5.x"}`;
};
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