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

@abtnode/util

Package Overview
Dependencies
Maintainers
3
Versions
770
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@abtnode/util - npm Package Compare versions

Comparing version 0.9.1-beta.1 to 0.9.4

2

lib/index.js
const pkg = require('../package.json');
const readBlockletConfig = require('./read_blocklet_config');
const normalizePathPrefix = require('./normalize_path_prefix');
const isDocker = require('./is_docker');
module.exports = {
isDocker,
isValidPort: (port) => Number.isSafeInteger(port) && port >= 0 && port <= 65535,

@@ -9,0 +7,0 @@ normalizePathPrefix,

6

package.json

@@ -6,3 +6,3 @@ {

},
"version": "0.9.1-beta.1",
"version": "0.9.4",
"description": "ArcBlock's JavaScript utility",

@@ -25,3 +25,2 @@ "main": "lib/index.js",

"debug": "^4.1.1",
"is-docker": "^2.1.1",
"lodash": "^4.17.15",

@@ -33,3 +32,4 @@ "nedb": "^1.8.0"

"jest": "^25.2.7"
}
},
"gitHead": "65f9d0b5af0c49d203877bfbee21baa279a1b7cd"
}
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