New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

hadron-auto-update-manager

Package Overview
Dependencies
Maintainers
46
Versions
85
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hadron-auto-update-manager - npm Package Compare versions

Comparing version 2.0.0 to 3.0.0

2

auto-updater.js

@@ -1,3 +0,1 @@

'use strict';
const EventEmitter = require('events').EventEmitter;

@@ -4,0 +2,0 @@ const got = require('got');

@@ -1,2 +0,1 @@

'use strict';
/* eslint eqeqeq: 1, no-console:0 no-else-return: 1, no-cond-assign: 1, consistent-return: 1 */

@@ -3,0 +2,0 @@ const electron = require('electron');

25

package.json
{
"name": "hadron-auto-update-manager",
"description": "Atoms AutoUpdateManager class as a standalone module.",
"version": "2.0.0",
"version": "3.0.0",
"scripts": {
"fmt": "mongodb-js-fmt",
"check": "mongodb-js-precommit",
"test": "electron-mocha",
"ci": "xvfb-maybe npm test"
"ci": "npm run check && xvfb-maybe npm test"
},
"dependency-check": {
"ignore": []
},
"homepage": "http://github.com/mongodb-js/hadron-auto-update-manager",

@@ -16,14 +19,14 @@ "repository": {

"dependencies": {
"debug": "^2.2.0",
"got": "^6.3.0",
"lodash": "^4.11.1"
"debug": "^4.1.1",
"got": "^10.4.0",
"lodash": "^4.17.15"
},
"devDependencies": {
"electron-mocha": "^3.1.1",
"electron-prebuilt": "^1.4.6",
"eslint-config-mongodb-js": "^2.2.0",
"mongodb-js-fmt": "^0.0.3",
"xvfb-maybe": "^0.1.3"
"electron": "^7.1.11",
"electron-mocha": "^8.2.0",
"eslint-config-mongodb-js": "^5.0.3",
"mongodb-js-precommit": "^2.2.0",
"xvfb-maybe": "^0.2.1"
},
"license": "Apache-2.0"
}
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