Socket
Socket
Sign inDemoInstall

atom-package-deps

Package Overview
Dependencies
0
Maintainers
2
Versions
47
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.2.1 to 7.2.2

4

CHANGELOG.md
# Changelog
## 7.2.2
- Another attempt to fix Windows usages - #332 (Thanks @UziTech)
## 7.2.1

@@ -4,0 +8,0 @@

4

lib/index.js

@@ -631,7 +631,7 @@ 'use strict';

async function installPackage(dependency) {
const apmPath = IS_ATOM ? atom.packages.getApmPath() : 'apm';
const apmPath = IS_ATOM ? `"${atom.packages.getApmPath()}"` : 'apm';
const {
stdout,
stderr
} = await spawn(`"${apmPath}"`, ['install', dependency.name, '--production', '--color', 'false'], {
} = await spawn(apmPath, ['install', dependency.name, '--production', '--color', 'false'], {
shell: true

@@ -638,0 +638,0 @@ });

{
"name": "atom-package-deps",
"version": "7.2.1",
"version": "7.2.2",
"description": "Automatically install package dependencies",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc