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.1 to 0.0.2

lib/client.js

2

lib/index.js

@@ -5,1 +5,3 @@ 'use strict'

// **License:** MIT
exports.Packet = require('./packet')

11

package.json
{
"name": "quic",
"description": "QUIC (Quick UDP Internet Connection) in Node.js",
"description": "A QUIC server/client implementation in Node.js.",
"authors": [
"Yan Qing <admin@zensh.com>"
],
"version": "0.0.1",
"version": "0.0.2",
"main": "lib/index.js",

@@ -16,3 +16,3 @@ "license": "MIT",

"engines": {
"node": ">=4"
"node": ">= 8"
},

@@ -25,4 +25,5 @@ "keywords": [

"devDependencies": {
"standard": "^7.1.2",
"tman": "^1.0.4"
"ilog": "^1.1.0",
"standard": "^10.0.2",
"tman": "^1.6.9"
},

@@ -29,0 +30,0 @@ "scripts": {

QUIC (WIP)
====
QUIC (Quick UDP Internet Connection) in Node.js.
=====
A QUIC server/client implementation in Node.js.

@@ -9,4 +9,8 @@ [![NPM version][npm-image]][npm-url]

## Google QUIC https://www.chromium.org/quic
## QUIC Wire Layout Specification: https://docs.google.com/document/d/1WJvyZflAO2pq77yOLbp9NsGjC1CHetAXV8I0fQe-B_U
## License
quic is licensed under the [MIT](https://github.com/toajs/quic/blob/master/LICENSE) license.
quic is licensed under the [MIT](https://github.com/toajs/quic/blob/master/LICENSE) license.
Copyright &copy; 2016 Toajs.

@@ -13,0 +17,0 @@

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