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

atom-shell-downloader

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

atom-shell-downloader - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

4

index.js

@@ -8,3 +8,3 @@ "use strict";

var request = require('request');
var unzip = require('unzip');
var unzip = require('node-unzip-2');
var fs = require('fs-extra');

@@ -36,3 +36,3 @@ var minimatch = require('minimatch');

if (!arch) return;
var dist = {

@@ -39,0 +39,0 @@ name: asset.name,

{
"name": "atom-shell-downloader",
"description": "Download Atom-Shell releases",
"version": "0.1.2",
"version": "0.1.3",
"main": "index.js",

@@ -14,12 +14,12 @@ "bin": {

"dependencies": {
"commander": "^2.5.0",
"debug": "^2.1.0",
"filesize": "^2.0.4",
"fs-extra": "^0.12.0",
"github": "^0.2.2",
"minimatch": "^1.0.0",
"commander": "^2.7.1",
"debug": "^2.1.3",
"filesize": "^3.1.2",
"fs-extra": "^0.16.5",
"github": "^0.2.3",
"minimatch": "^2.0.4",
"progress": "^1.1.8",
"request": "^2.47.0",
"semver": "^4.1.0",
"unzip": "^0.1.11"
"request": "^2.53.0",
"semver": "^4.3.1",
"node-unzip-2": "^0.2.1"
},

@@ -26,0 +26,0 @@ "license": "MIT",

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