Comparing version 0.0.1 to 1.0.8
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
Copyleft License
License(Experimental) Copyleft license information was found.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
Non-permissive License
License(Experimental) A license not known to be considered permissive was found.
Found 1 instance in 1 package
14
0
100
146
1
0
1
138
24323
1
5
3
+ Addednan@^2.4.0
+ Addednan@2.22.0(transitive)