Socket
Socket
Sign inDemoInstall

update-check

Package Overview
Dependencies
Maintainers
6
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

update-check - npm Package Compare versions

Comparing version 1.3.2 to 1.4.0

2

index.js
// Native
const {get} = require('https');
const {URL} = require('url');

@@ -79,2 +78,3 @@ const {join} = require('path');

const {get} = require(url.protocol === 'https:' ? 'https' : 'http');
get(options, response => {

@@ -81,0 +81,0 @@ const {statusCode} = response;

{
"name": "update-check",
"version": "1.3.2",
"version": "1.4.0",
"description": "Minimalistic update notifications for command line interfaces",

@@ -5,0 +5,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