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

atom-package-manager

Package Overview
Dependencies
Maintainers
14
Versions
252
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

atom-package-manager - npm Package Compare versions

Comparing version 2.6.0 to 2.6.1

10

lib/apm-cli.js

@@ -197,11 +197,3 @@ // Generated by CoffeeScript 1.12.7

if (!options.argv.color) {
colors.setTheme({
blue: 'stripColors',
cyan: 'stripColors',
green: 'stripColors',
magenta: 'stripColors',
red: 'stripColors',
yellow: 'stripColors',
rainbow: 'stripColors'
});
colors.disable();
}

@@ -208,0 +200,0 @@ callbackCalled = false;

4

lib/package-converter.js

@@ -71,4 +71,4 @@ // Generated by CoffeeScript 1.12.7

});
return readStream.pipe(zlib.createGunzip()).pipe(tar.Extract({
path: tempPath
return readStream.pipe(zlib.createGunzip()).pipe(tar.extract({
cwd: tempPath
})).on('error', function(error) {

@@ -75,0 +75,0 @@ return callback(error);

{
"name": "atom-package-manager",
"description": "Atom package manager",
"version": "2.6.0",
"version": "2.6.1",
"license": "MIT",

@@ -15,3 +15,3 @@ "repository": {

"bin": {
"apm": "./bin/apm"
"apm": "bin/apm"
},

@@ -33,26 +33,26 @@ "scripts": {

"asar-require": "0.3.0",
"async": "~0.2.8",
"colors": "~0.6.1",
"async": "~0.9.2",
"colors": "~1.4.0",
"first-mate": "^7.4.1",
"fs-plus": "2.x",
"fs-plus": "3.x",
"git-utils": "^5.6.2",
"glob": "^7.1.6",
"hosted-git-info": "^2.1.4",
"keytar": "^4.13.0",
"mv": "2.0.0",
"ncp": "~0.5.1",
"npm": "^6.14.4",
"open": "0.0.5",
"q": "~0.9.7",
"read": "~1.0.5",
"request": "^2.87.0",
"rimraf": "^2.5.2",
"hosted-git-info": "^3.0.7",
"keytar": "^6.0.1",
"mv": "2.1.1",
"ncp": "~2.0.0",
"npm": "^6.14.9",
"open": "7.3.0",
"q": "~1.5.1",
"read": "~1.0.7",
"request": "^2.88.2",
"rimraf": "^3.0.2",
"season": "^6.0.2",
"semver": "^5.1.0",
"tar": "^2.2.1",
"temp": "^0.8.3",
"semver": "^7.3.4",
"tar": "^6.0.5",
"temp": "^0.9.4",
"underscore-plus": "1.x",
"wordwrap": "0.0.2",
"wordwrap": "1.0.0",
"wrench": "~1.5.1",
"yargs": "^3.23.0"
"yargs": "^3.32.0"
},

@@ -62,7 +62,7 @@ "devDependencies": {

"coffeelint": "<2.0",
"express": "^4.16.3",
"express": "^4.17.1",
"jasmine-focused": ">=1.0.7 <2.0",
"shx": "^0.3.2",
"shx": "^0.3.3",
"node-gyp": "^5.1.1"
}
}

@@ -38,4 +38,4 @@ var fs = require('fs');

var tempPath = temp.mkdirSync('apm-node-');
var stream = tar.Extract({
path: tempPath
var stream = tar.extract({
cwd: tempPath
});

@@ -42,0 +42,0 @@ stream.on('end', function() {

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