Socket
Socket
Sign inDemoInstall

@aws-sdk/eventstream-marshaller

Package Overview
Dependencies
Maintainers
5
Versions
78
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-sdk/eventstream-marshaller - npm Package Compare versions

Comparing version 0.1.0-preview.1 to 0.1.0-preview.2

2

build/EventStreamMarshaller.js

@@ -5,3 +5,3 @@ "use strict";

var splitMessage_1 = require("./splitMessage");
var crc32_1 = require("@aws-sdk/crc32");
var crc32_1 = require("@aws-crypto/crc32");
/**

@@ -8,0 +8,0 @@ * A marshaller that can convert binary-packed event stream messages into

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var crc32_1 = require("@aws-sdk/crc32");
var crc32_1 = require("@aws-crypto/crc32");
// All prelude components are unsigned, 32-bit integers

@@ -5,0 +5,0 @@ var PRELUDE_MEMBER_LENGTH = 4;

{
"name": "@aws-sdk/eventstream-marshaller",
"version": "0.1.0-preview.1",
"version": "0.1.0-preview.2",
"scripts": {

@@ -18,3 +18,3 @@ "prepublishOnly": "tsc",

"dependencies": {
"@aws-sdk/crc32": "^0.1.0-preview.1",
"@aws-crypto/crc32": "^0.1.0-preview.1",
"@aws-sdk/types": "^0.1.0-preview.1",

@@ -30,4 +30,3 @@ "@aws-sdk/util-hex-encoding": "^0.1.0-preview.1",

"typescript": "^3.0.0"
},
"gitHead": "960970c0c25938a8d51d1a243d3f21f05acea92e"
}
}

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