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.3 to 1.7.4

3

lib/formats/rfc4253.js

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

var data = key.part[parts[i]].data;
data = utils.mpNormalize(data);
if (algInfo.normalize !== false)
data = utils.mpNormalize(data);
buf.writeBuffer(data);

@@ -143,0 +144,0 @@ }

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

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

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