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

tiny-updater

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tiny-updater - npm Package Compare versions

Comparing version 2.0.0 to 3.0.0

1

dist/utils.js
/* IMPORT */
import fetch from 'fetch-shim';
import colors from 'tiny-colors';

@@ -4,0 +3,0 @@ import whenExit from 'when-exit';

3

package.json

@@ -5,3 +5,3 @@ {

"description": "A small update notifier for NPM packages, useful for CLI apps.",
"version": "2.0.0",
"version": "3.0.0",
"type": "module",

@@ -29,3 +29,2 @@ "main": "dist/index.js",

"dependencies": {
"fetch-shim": "^1.1.0",
"tiny-colors": "^2.0.1",

@@ -32,0 +31,0 @@ "when-exit": "^2.0.0"

/* IMPORT */
import fetch from 'fetch-shim';
import colors from 'tiny-colors';

@@ -6,0 +5,0 @@ import whenExit from 'when-exit';

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