New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

thriftrw

Package Overview
Dependencies
Maintainers
5
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

thriftrw - npm Package Compare versions

Comparing version

to
3.4.2

.gitignore

7

CHANGELOG.md

@@ -1,3 +0,8 @@

# vNEXT // FIXME
# v3.4.2
- Upgrade version of bufrw for a more rigorous fix for the regression
introduced for lists of lists.
The fix in bufrw should cover this and possibly other cases, and
allows us to remove the work-around introduced in v3.4.1
# v3.4.1

@@ -4,0 +9,0 @@

4

list.js

@@ -109,6 +109,2 @@ // Copyright (c) 2015 Uber Technologies, Inc.

// The following ensures that bufrw does *not* reuse the prior result
// value, which previously made this function non-reentrant.
destResult.value = [0, 0];
var t = this.headerRW.poolReadFrom(destResult, buffer, offset);

@@ -115,0 +111,0 @@ // istanbul ignore if

{
"name": "thriftrw",
"version": "3.4.1",
"version": "3.4.2",
"description": "thrift encoding/decoding using bufrw",

@@ -20,3 +20,3 @@ "keywords": [],

"dependencies": {
"bufrw": "^1.2.0",
"bufrw": "^1.2.1",
"error": "7.0.2",

@@ -23,0 +23,0 @@ "long": "^2.4.0"