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.0.2 to 0.1.0

21

package.json
{
"name": "btcp",
"version": "0.0.2",
"version": "0.1.0",
"description": "TCP wrapper for node.js",

@@ -22,18 +22,19 @@ "keywords": [

"test": "mocha --reporter spec test/*-test.js",
"webpack": "webpack --config webpack.config.js"
"webpack": "webpack --mode production --config webpack.config.js"
},
"devDependencies": {
"babelify": "^8.0.0",
"babel-core": "^6.26.0",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.4",
"babel-preset-env": "^1.6.1",
"browserify": "^16.1.1",
"eslint": "^4.18.2",
"mocha": "^5.0.4",
"uglifyjs-webpack-plugin": "^1.2.3",
"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.1.1"
"webpack": "^4.11.1",
"webpack-cli": "^3.0.3"
},
"engines": {
"node": ">=7.6.0"
"node": ">=8.0.0"
},

@@ -40,0 +41,0 @@ "browser": {

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