Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

npm-profile

Package Overview
Dependencies
Maintainers
2
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

npm-profile - npm Package Compare versions

Comparing version 4.0.0 to 4.0.1

5

CHANGELOG.md

@@ -0,1 +1,6 @@

# v4.0.1 (2018-08-29)
- `opts.password` needs to be base64-encoded when passed in for login
- Bump `npm-registry-fetch` dep because we depend on `opts.forceAuth`
# v4.0.0 (2018-08-28)

@@ -2,0 +7,0 @@

2

index.js

@@ -198,3 +198,3 @@ 'use strict'

username,
password,
password: Buffer.from(password, 'utf8').toString('base64'),
otp: opts.otp

@@ -201,0 +201,0 @@ }

{
"name": "npm-profile",
"version": "4.0.0",
"version": "4.0.1",
"description": "Library for updating an npmjs.com profile",

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

"figgy-pudding": "^3.4.1",
"npm-registry-fetch": "^3.3.0"
"npm-registry-fetch": "^3.8.0"
},

@@ -14,0 +14,0 @@ "main": "index.js",

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