Comparing version 0.0.2 to 0.1.0
@@ -7,4 +7,4 @@ { | ||
], | ||
"version": "0.0.2", | ||
"main": "lib/index.js", | ||
"version": "0.1.0", | ||
"main": "dist/index.js", | ||
"license": "MIT", | ||
@@ -23,15 +23,22 @@ "repository": { | ||
], | ||
"dependencies": {}, | ||
"devDependencies": { | ||
"ilog": "^1.1.0", | ||
"standard": "^10.0.2", | ||
"tman": "^1.6.9" | ||
"@types/node": "^9.4.6", | ||
"ilog": "^1.2.1", | ||
"thunks": "^4.9.1", | ||
"tman": "^1.7.4", | ||
"ts-node": "^5.0.1", | ||
"tslint": "^5.9.1", | ||
"tslint-eslint-rules": "^5.1.0", | ||
"typescript": "^2.7.2" | ||
}, | ||
"scripts": { | ||
"test": "standard && tman" | ||
"test": "tman -r ts-node/register", | ||
"lint": "tslint 'src/**/*.ts' -t stylish", | ||
"build": "rm -rf dist && tsc" | ||
}, | ||
"files": [ | ||
"dist", | ||
"README.md", | ||
"lib" | ||
"CHANGELOG.md" | ||
] | ||
} |
@@ -1,3 +0,3 @@ | ||
QUIC (WIP) | ||
===== | ||
# QUIC (WIP) | ||
A QUIC server/client implementation in Node.js. | ||
@@ -14,5 +14,6 @@ | ||
## License | ||
quic is licensed under the [MIT](https://github.com/toajs/quic/blob/master/LICENSE) license. | ||
Copyright © 2016 Toajs. | ||
QUIC for Node.js is licensed under the [MIT](https://github.com/toajs/quic/blob/master/LICENSE) license. | ||
Copyright © 2016-2017 Toajs. | ||
[npm-url]: https://npmjs.org/package/quic | ||
@@ -19,0 +20,0 @@ [npm-image]: http://img.shields.io/npm/v/quic.svg |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 2 instances 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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 2 instances in 1 package
227990
39
3488
26
8