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

quic

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

quic - npm Package Compare versions

Comparing version 0.0.2 to 0.1.0

dist/client.d.ts

23

package.json

@@ -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

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