Socket
Socket
Sign inDemoInstall

tedious

Package Overview
Dependencies
Maintainers
4
Versions
227
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tedious - npm Package Compare versions

Comparing version 1.5.3 to 1.5.4

6

lib/tracking-buffer/writable-tracking-buffer.js
// Generated by CoffeeScript 1.7.1
var SHIFT_LEFT_32, SHIFT_RIGHT_32, WritableTrackingBuffer, bigint, buffertools;
var SHIFT_LEFT_32, SHIFT_RIGHT_32, UNKNOWN_PLP_LEN, WritableTrackingBuffer, bigint, buffertools;

@@ -12,3 +12,5 @@ bigint = require('./bigint');

UNKNOWN_PLP_LEN = new Buffer([0xfe, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff]);
/*

@@ -258,3 +260,3 @@ A Buffer-like class that tracks position.

}
this.writeUInt64LE(length);
this.writeBuffer(UNKNOWN_PLP_LEN);
this.writeUInt32LE(length);

@@ -261,0 +263,0 @@ if (Buffer.isBuffer(value)) {

@@ -33,3 +33,3 @@ {

],
"version": "1.5.3",
"version": "1.5.4",
"main": "./lib/tedious.js",

@@ -36,0 +36,0 @@ "repository": {

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