Socket
Socket
Sign inDemoInstall

btcp

Package Overview
Dependencies
0
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.0 to 0.1.1

2

.eslintrc.json

@@ -8,3 +8,3 @@ {

"parserOptions": {
"ecmaVersion": 8
"ecmaVersion": 9
},

@@ -11,0 +11,0 @@ "root": true,

{
"name": "btcp",
"version": "0.1.0",
"version": "0.1.1",
"description": "TCP wrapper for node.js",

@@ -18,20 +18,8 @@ "keywords": [

"scripts": {
"browserify": "browserify -s btcp lib/btcp.js | uglifyjs -c > btcp.js",
"clean": "rm -f btcp.js",
"lint": "eslint lib/ test/ || exit 0",
"test": "mocha --reporter spec test/*-test.js",
"webpack": "webpack --mode production --config webpack.config.js"
"test": "mocha --reporter spec test/*-test.js"
},
"devDependencies": {
"babelify": "^8.0.0",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.4",
"babel-preset-env": "^1.7.0",
"browserify": "^16.2.2",
"eslint": "^4.19.1",
"mocha": "^5.2.0",
"uglifyjs-webpack-plugin": "^1.2.5",
"uglify-es": "^3.3.9",
"webpack": "^4.11.1",
"webpack-cli": "^3.0.3"
"eslint": "^5.1.0",
"mocha": "^5.2.0"
},

@@ -43,8 +31,3 @@ "engines": {

"./lib/tcp": "./lib/tcp-browser.js"
},
"browserify": {
"transform": [
"babelify"
]
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc