You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@types/msgpack5

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/msgpack5 - npm Package Compare versions

Comparing version

to
3.4.1

msgpack5/LICENSE

2

msgpack5/index.d.ts
// Type definitions for msgpack5 v3.4.0
// Project: https://github.com/mcollina/msgpack5/
// Definitions by: Wonshik Kim <https://github.com/wokim/>, Kei Son <https://github.com/heycalmdown/>
// Definitions by: Wonshik Kim <https://github.com/wokim>, Kei Son <https://github.com/heycalmdown>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

@@ -5,0 +5,0 @@

{
"name": "@types/msgpack5",
"version": "3.4.0",
"description": "TypeScript definitions for msgpack5 v3.4.0",
"version": "3.4.1",
"description": "TypeScript definitions for msgpack5",
"license": "MIT",
"author": "Wonshik Kim <https://github.com/wokim/>, Kei Son <https://github.com/heycalmdown/>",
"contributors": [
{
"name": "Wonshik Kim",
"url": "https://github.com/wokim"
},
{
"name": "Kei Son",
"url": "https://github.com/heycalmdown"
}
],
"main": "",

@@ -16,5 +25,4 @@ "repository": {

},
"peerDependencies": {},
"typings": "index.d.ts",
"typesPublisherContentHash": "ac9180b365375e31d6119156eabf3389dc9eea810e106a7ab1a95152985b6993"
"typesPublisherContentHash": "f0bf05eaafe01536048ef0301c8ffb8c6e324a7988a9aca61c69ccb4e1bba73a",
"typeScriptVersion": "2.0"
}

@@ -5,15 +5,13 @@ # Installation

# Summary
This package contains type definitions for msgpack5 v3.4.0 (https://github.com/mcollina/msgpack5/).
This package contains type definitions for msgpack5 (https://github.com/mcollina/msgpack5/).
# Details
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/types-2.0/msgpack5
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/msgpack5
Additional Details
* Last updated: Wed, 16 Nov 2016 02:02:40 GMT
* File structure: ProperModule
* Library Dependencies: none
* Module Dependencies: bl, stream
* Global values: msgpack5
* Last updated: Mon, 21 Aug 2017 21:59:27 GMT
* Dependencies: stream, bl
* Global values: none
# Credits
These definitions were written by Wonshik Kim <https://github.com/wokim/>, Kei Son <https://github.com/heycalmdown/>.
These definitions were written by Wonshik Kim <https://github.com/wokim>, Kei Son <https://github.com/heycalmdown>.