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

npm-profile

Package Overview
Dependencies
Maintainers
7
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 5.0.0 to 5.0.1

17

CHANGELOG.md

@@ -0,1 +1,18 @@

# v5.0.0 (2020-02-27)
- Drop the CLI from the project, just maintain the library
- Drop support for EOL Node.js versions
- Remove `Promise` option, just use native Promises
- Remove `figgy-pudding`
- Use `npm-registry-fetch` v8
- fix: do not try to open invalid URLs for WebLogin
# v4.0.3 (2020-02-27)
- fix: do not try to open invalid URLs for WebLogin
# v4.0.2 (2019-07-16)
- Update `npm-registry-fetch` to 4.0.0
# v4.0.1 (2018-08-29)

@@ -2,0 +19,0 @@

2

index.js

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

try {
return !!new URL(u)
return /^https?:$/.test(new URL(u).protocol)
} catch (er) {

@@ -50,0 +50,0 @@ return false

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

@@ -5,0 +5,0 @@ "keywords": [],

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