@abtnode/util
Advanced tools
Comparing version 1.1.1 to 1.1.2
@@ -26,2 +26,3 @@ module.exports = Object.freeze({ | ||
NODE_REGISTER_URL: 'https://install.arcblock.io/', | ||
WEB_WALLET_URL: 'https://web.abtwallet.io', | ||
@@ -28,0 +29,0 @@ DEFAULT_DASHBOARD_DOMAIN: '*.ip.abtnet.io', |
const pkg = require('../package.json'); | ||
const isEC2 = require('./is_ec2'); | ||
const isDocker = require('./is_docker'); | ||
const isGitpod = require('./is_gitpod'); | ||
const checkDomainMatch = require('./check_domain_match'); | ||
const tryWithTimeout = require('./try_with_timeout'); | ||
const ensureEndpointHealthy = require('./ensure_endpoint_healthy'); | ||
const normalizePathPrefix = require('./normalize_path_prefix'); | ||
const isValidPort = require('./is_valid_port'); | ||
const hashFiles = require('./hash_files'); | ||
const getTmpDirectory = require('./get_tmp_directory'); | ||
const getFolderSize = require('./get_folder_size'); | ||
const getIP = require('./get_ip'); | ||
const isEC2 = require('./is-ec2'); | ||
const isDocker = require('./is-docker'); | ||
const isGitpod = require('./is-gitpod'); | ||
const checkDomainMatch = require('./check-domain-match'); | ||
const tryWithTimeout = require('./try-with-timeout'); | ||
const ensureEndpointHealthy = require('./ensure-endpoint-healthy'); | ||
const normalizePathPrefix = require('./normalize-path-prefix'); | ||
const isValidPort = require('./is-valid-port'); | ||
const hashFiles = require('./hash-files'); | ||
const getTmpDirectory = require('./get-tmp-directory'); | ||
const getFolderSize = require('./get-folder-size'); | ||
const getIP = require('./get-ip'); | ||
const md5 = require('./md5'); | ||
const getEc2Meta = require('./get_ec2_meta'); | ||
const locateNpmGlobalByBinary = require('./locate_npm_global_by_binary'); | ||
const downloadFile = require('./download_file'); | ||
const getEc2Meta = require('./get-ec2-meta'); | ||
const locateNpmGlobalByBinary = require('./locate-npm-global-by-binary'); | ||
const downloadFile = require('./download-file'); | ||
const strongAxios = require('./strong-axios'); | ||
@@ -24,3 +24,3 @@ | ||
const Lock = require('./lock'); | ||
const CustomError = require('./custom_error'); | ||
const CustomError = require('./custom-error'); | ||
@@ -27,0 +27,0 @@ module.exports = { |
@@ -6,3 +6,3 @@ { | ||
}, | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "ArcBlock's JavaScript utility", | ||
@@ -19,3 +19,3 @@ "main": "lib/index.js", | ||
"test": "npm run lint && node tools/jest.js", | ||
"coverage": "npm run lint && npm run test -- --coverage" | ||
"coverage": "npm run test -- --coverage" | ||
}, | ||
@@ -49,3 +49,3 @@ "author": "polunzh <polunzh@gmail.com> (http://github.com/polunzh)", | ||
}, | ||
"gitHead": "74ba80cf8a4bef09086022934deac0c887462004" | ||
"gitHead": "35ad9101617e44c0589872a915e52acec592b937" | ||
} |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
23527
660
6