You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

sshpk

Package Overview
Dependencies
Maintainers
1
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.7.1 to 1.7.2

3

lib/ssh-buffer.js

@@ -48,3 +48,4 @@ // Copyright 2015 Joyent, Inc.

assert.ok(this._offset + len <= this._buffer.length,
'length out of bounds at +0x' + this._offset.toString(16));
'length out of bounds at +0x' + this._offset.toString(16) +
' (data truncated?)');
var buf = this._buffer.slice(this._offset, this._offset + len);

@@ -51,0 +52,0 @@ this._offset += len;

{
"name": "sshpk",
"version": "1.7.1",
"version": "1.7.2",
"description": "A library for finding and using SSH public keys",

@@ -54,4 +54,5 @@ "main": "lib/index.js",

"benchmark": ">=1.0.0 <2.0.0",
"sinon": ">=1.17.2 <2.0.0"
"sinon": ">=1.17.2 <2.0.0",
"temp": "0.8.2"
}
}

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc