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

messagepack

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

messagepack - npm Package Compare versions

Comparing version 1.1.7 to 1.1.8

2

dist/types/index.d.ts
import { Type, Collection, Obj, Nil, Bool, Int, Uint, Float, Bytes, Str, TypedArr, TypedMap, Time, Any, Arr, Map, Struct, Union, structEncoder, structDecoder, unionEncoder, unionDecoder } from "./types";
import { WriteBuffer, ReadBuffer } from "./buffer";
export { WriteBuffer, ReadBuffer, Type, Collection, Obj, Nil, Bool, Int, Uint, Float, Bytes, Str, TypedArr, TypedMap, Time, Any, Arr, Map, Struct, Union, structEncoder, structDecoder, unionEncoder, unionDecoder, encode, decode };
export { WriteBuffer, ReadBuffer, Type, Collection, Obj, Nil, Bool, Int, Uint, Float, Bytes, Str, TypedArr, TypedMap, Time, Any, Arr, Map, Struct, Union, structEncoder, structDecoder, unionEncoder, unionDecoder, encode, decode, };
declare function encode<T>(v: T, typ?: Type<T>): Uint8Array;
declare function decode<T>(buf: BufferSource, typ?: Type<T>): T;

@@ -32,3 +32,3 @@ export declare const enum Tag {

FixExt8 = 215,
FixExt16 = 216,
FixExt16 = 216
}

@@ -35,0 +35,0 @@ export declare function posFixintTag(i: number): Tag;

{
"name": "messagepack",
"version": "1.1.7",
"version": "1.1.8",
"description": "A MessagePack implementation for JavaScript.",

@@ -33,7 +33,7 @@ "main": "dist/messagepack.cjs.js",

"devDependencies": {
"@types/node": "^10.1.3",
"rollup": "^0.59.4",
"rollup-plugin-tsc": "^1.1.9",
"testsome": "^1.0.1"
"@types/node": "^10.12.18",
"rollup": "^0.68.2",
"rollup-plugin-tsc": "^1.1.15",
"testsome": "^1.0.2"
}
}

Sorry, the diff of this file is not supported yet

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