@types/msgpack
Advanced tools
| MIT License | ||
| Copyright (c) Microsoft Corporation. All rights reserved. | ||
| Permission is hereby granted, free of charge, to any person obtaining a copy | ||
| of this software and associated documentation files (the "Software"), to deal | ||
| in the Software without restriction, including without limitation the rights | ||
| to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
| copies of the Software, and to permit persons to whom the Software is | ||
| furnished to do so, subject to the following conditions: | ||
| The above copyright notice and this permission notice shall be included in all | ||
| copies or substantial portions of the Software. | ||
| THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
| IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
| FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
| AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
| LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
| OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
| SOFTWARE |
@@ -75,3 +75,3 @@ // Type definitions for msgpack.js - MessagePack JavaScript Implementation | ||
| */ | ||
| (data: any, option: MsgPackDownloadCallback, result: MsgPackCallbackResult): void; | ||
| (data: any, option: MsgPackDownloadOption, result: MsgPackCallbackResult): void; | ||
| } | ||
@@ -78,0 +78,0 @@ |
| { | ||
| "name": "@types/msgpack", | ||
| "version": "0.0.29", | ||
| "version": "0.0.30", | ||
| "description": "TypeScript definitions for msgpack.js - MessagePack JavaScript Implementation", | ||
@@ -19,5 +19,4 @@ "license": "MIT", | ||
| "dependencies": {}, | ||
| "peerDependencies": {}, | ||
| "typesPublisherContentHash": "358de3a5155b3e84fdb972f149cf7ea1bf80be92d7d7a449f6ab8061f3a8e5ab", | ||
| "typesPublisherContentHash": "e4306e30c6e00ab84c99980b1a5a5b1e3841a5e0071590b2bfcc5bdcf1b7de2c", | ||
| "typeScriptVersion": "2.0" | ||
| } |
@@ -8,6 +8,6 @@ # Installation | ||
| # Details | ||
| Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/msgpack | ||
| Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/msgpack | ||
| Additional Details | ||
| * Last updated: Mon, 27 Mar 2017 22:44:53 GMT | ||
| * Last updated: Thu, 17 Aug 2017 18:10:34 GMT | ||
| * Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: msgpack |
4530
30.17%4
33.33%