Socket
Socket
Sign inDemoInstall

bramqp

Package Overview
Dependencies
5
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.7 to 0.1.8

doc/Errors and Exceptions.md

3

doc/Documentation.md

@@ -8,3 +8,4 @@ # Documentation

- [Other Handle Functions](OtherHandleFunctions.md)
- [Handling Errors](HandlingErrors.md)
- [Errors and Exceptions](Errors and Exceptions.md)
- [Value Types](Value Types.md)
- [Specification](Specification.md)

@@ -14,3 +14,3 @@ # Setup

To support multiple protocols, bramqp needs to load an xml specification.
For adding new specifications, see [Adding specifications](#adding-specifications).
For adding new specifications, see [Specification](Specification.md).

@@ -17,0 +17,0 @@ #### bramqp.selectSpecification(specification, [callback(error)])

var valueTypes = {
'rabbitmq/full/amqp0-8.stripped' : {
'Boolean' : 0x74,// t
'Signed 8-bit' : 0x62,// b
// 'Unsigned 8-bit':,//
'Signed 16-bit' : 0x73,// s
// 'Unsigned 16-bit':,//
'Signed 32-bit' : 0x49,// I
// 'Unsigned 32-bit':,//
'Signed 64-bit' : 0x6c,// l
// 'Unsigned 64-bit':,//
'32-bit float' : 0x66,// f
'64-bit float' : 0x64,// d
'Decimal' : 0x44,// D
// 'Short string':,//
'Long string' : 0x53,// S
'Array' : 0x41,// A
'Timestamp' : 0x54,// T
'Nested Table' : 0x46,// F
'Void' : 0x56,// V
'Byte array' : 0x78,// x
},
'rabbitmq/full/amqp0-9.stripped' : {
'Boolean' : 0x74,// t
'Signed 8-bit' : 0x62,// b
// 'Unsigned 8-bit':,//
'Signed 16-bit' : 0x73,// s
// 'Unsigned 16-bit':,//
'Signed 32-bit' : 0x49,// I
// 'Unsigned 32-bit':,//
'Signed 64-bit' : 0x6c,// l
// 'Unsigned 64-bit':,//
'32-bit float' : 0x66,// f
'64-bit float' : 0x64,// d
'Decimal' : 0x44,// D
// 'Short string':,//
'Long string' : 0x53,// S
'Array' : 0x41,// A
'Timestamp' : 0x54,// T
'Nested Table' : 0x46,// F
'Void' : 0x56,// V
'Byte array' : 0x78,// x
},
'rabbitmq/full/amqp0-9-1.stripped' : {
'Boolean' : 0x74,// t
'Signed 8-bit' : 0x62,// b
// 'Unsigned 8-bit':,//
'Signed 16-bit' : 0x73,// s
// 'Unsigned 16-bit':,//
'Signed 32-bit' : 0x49,// I
// 'Unsigned 32-bit':,//
'Signed 64-bit' : 0x6c,// l
// 'Unsigned 64-bit':,//
'32-bit float' : 0x66,// f
'64-bit float' : 0x64,// d
'Decimal' : 0x44,// D
// 'Short string':,//
'Long string' : 0x53,// S
'Array' : 0x41,// A
'Timestamp' : 0x54,// T
'Nested Table' : 0x46,// F
'Void' : 0x56,// V
'Byte array' : 0x78,// x
},
'rabbitmq/full/amqp0-9-1.stripped.extended' : {

@@ -25,2 +88,2 @@ 'Boolean' : 0x74,// t

module.exports = valueTypes;
module.exports = valueTypes;
{
"name" : "bramqp",
"version" : "0.1.7",
"version" : "0.1.8",
"description" : "bakkerthehacker's rapid AMQP library",

@@ -5,0 +5,0 @@ "keywords" : [ "amqp", "bramqp" ],

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc