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

kcp

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kcp - npm Package Compare versions

Comparing version 0.0.1 to 1.0.8

.gitmodules

42

package.json
{
"name": "kcp",
"version": "0.0.1",
"description": "KCP for Node",
"main": "main.js",
"version": "1.0.8",
"description": "KCP protocol for Node.js",
"main": "node-kcp.node",
"dependencies": {
"nan": "^2.4.0"
},
"devDependencies": {
"chai": "latest",
"mocha": "latest",
"grunt": "latest",
"grunt-mocha-test": "latest",
"grunt-contrib-clean": "latest"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"test": "grunt",
"install": "node-gyp rebuild"

@@ -12,25 +22,17 @@ },

"type": "git",
"url": "git+https://github.com/losfair/kcp-node.git"
"url": "git+https://github.com/leenjewel/node-kcp.git"
},
"keywords": [
"kcp",
"tcp",
"udp",
"network",
"net"
"protocol",
"game",
"server"
],
"files": [
"*.cpp",
"*.c",
"*.h",
"*.js",
"binding.gyp"
],
"author": "Heyang Zhou",
"license": "LGPL-3.0",
"author": "leenjewel",
"license": "Apache-2.0",
"gypfile": true,
"bugs": {
"url": "https://github.com/losfair/kcp-node/issues"
"url": "https://github.com/leenjewel/node-kcp/issues"
},
"homepage": "https://github.com/losfair/kcp-node#readme"
"homepage": "https://github.com/leenjewel/node-kcp#readme"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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