Socket
Socket
Sign inDemoInstall

tcp-base

Package Overview
Dependencies
Maintainers
4
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tcp-base - npm Package Compare versions

Comparing version 1.1.0 to 2.0.0

5

History.md
2.0.0 / 2017-02-17
==================
* refactor: [BREAKING-CHANGE] upgrade sdk-base (#5)
1.1.0 / 2016-11-30

@@ -3,0 +8,0 @@ ==================

27

package.json
{
"name": "tcp-base",
"version": "1.1.0",
"version": "2.0.0",
"description": "A base class for tcp client with basic functions",

@@ -10,2 +10,3 @@ "main": "lib/base.js",

"scripts": {
"autod": "autod -w --prefix '^'",
"lint": "eslint --ext .js lib test example",

@@ -15,3 +16,3 @@ "test": "npm run lint && npm run test-local",

"cov": "egg-bin cov",
"ci": "npm run lint -- --fix && npm run cov"
"ci": "npm run lint && npm run cov"
},

@@ -32,21 +33,21 @@ "repository": {

"engines": {
"node": ">= 4.0.0"
"node": ">= 6.0.0"
},
"ci": {
"version": "4, 6, 7"
"version": "6, 7"
},
"devDependencies": {
"egg-bin": "1",
"egg-ci": "1",
"eslint": "3",
"eslint-config-egg": "3",
"mm": "2",
"npminstall": "2",
"pedding": "1",
"should": "11"
"autod": "^2.7.1",
"egg-bin": "^2.2.0",
"egg-ci": "^1.1.0",
"eslint": "^3.15.0",
"eslint-config-egg": "^3.2.0",
"mm": "^2.1.0",
"npminstall": "^2.24.0",
"pedding": "^1.1.0"
},
"dependencies": {
"is-type-of": "^1.0.0",
"sdk-base": "^2.0.1"
"sdk-base": "^3.1.0"
}
}

@@ -30,3 +30,3 @@ # tcp-base

Node.js >= 4.0.0 required
Node.js >= 6.0.0 required

@@ -33,0 +33,0 @@ ## Usage

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