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

appcelerator

Package Overview
Dependencies
Maintainers
2
Versions
284
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

appcelerator - npm Package Compare versions

Comparing version 4.2.10-2 to 4.2.10

package-lock.json

5

lib/util.js

@@ -14,2 +14,3 @@ // jscs:disable jsDoc

urllib = require('url'),
PacAgent = require('pac-proxy-agent'),
debug = require('debug')('appc:util'),

@@ -519,3 +520,5 @@ spinner,

if (process.env.APPC_CONFIG_PROXY !== '') {
if (process.env.APPC_CONFIG_PAC_FILE) {
opts.agent = new PacAgent('pac+' + process.env.APPC_CONFIG_PAC_FILE);
} else if (process.env.APPC_CONFIG_PROXY !== '') {
opts.proxy = process.env.APPC_CONFIG_PROXY;

@@ -522,0 +525,0 @@ }

3

package.json
{
"name": "appcelerator",
"version": "4.2.10-2",
"version": "4.2.10",
"description": "Appcelerator Platform Software installer",

@@ -45,2 +45,3 @@ "main": "index.js",

"debug": "^2.1.1",
"pac-proxy-agent": "^2.0.0",
"progress": "1.1.8",

@@ -47,0 +48,0 @@ "request": "^2.55.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