electron
Advanced tools
Comparing version 1.8.1 to 1.8.2-beta.1
#!/usr/bin/env node | ||
// maintainer note - x.y.z-ab version in package.json -> x.y.z | ||
var version = require('./package').version.replace(/-.*/, '') | ||
var version = require('./package').version | ||
@@ -33,3 +32,3 @@ var fs = require('fs') | ||
force: process.env.force_no_cache === 'true', | ||
quiet: ['info', 'verbose', 'silly', 'http'].indexOf(process.env.npm_config_loglevel) === -1 | ||
quiet: process.env.npm_config_loglevel === 'silent' || process.env.CI | ||
}, extractFile) | ||
@@ -36,0 +35,0 @@ |
@@ -27,3 +27,3 @@ { | ||
"name": "electron", | ||
"version": "1.8.1", | ||
"version": "1.8.2-beta.1", | ||
"repository": "https://github.com/electron/electron", | ||
@@ -30,0 +30,0 @@ "description": "Build cross platform desktop apps with JavaScript, HTML, and CSS", |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
358881
8230
2
11