@keg-hub/jsutils
Advanced tools
Comparing version 9.3.0 to 9.3.1
{ | ||
"name": "@keg-hub/jsutils", | ||
"version": "9.3.0", | ||
"version": "9.3.1", | ||
"description": "Keg common javascript utils", | ||
@@ -44,3 +44,3 @@ "main": "build/cjs/index.js", | ||
"dev": "rollup -c ./configs/rollup.config.js -w", | ||
"docs": "rimraf ./docs && ./node_modules/.bin/jsdoc -c ./configs/jsdoc.json || true", | ||
"docs": "node ./scripts/buildDocs.js", | ||
"docs:move": "node ./scripts/moveDocs.js", | ||
@@ -47,0 +47,0 @@ "docs:git": "node ./scripts/docsSetupGit.js", |
@@ -0,1 +1,3 @@ | ||
/** @module Node */ | ||
const os = require('os') | ||
@@ -7,2 +9,3 @@ const path = require('path') | ||
* Converts the local part of the passed in location to an absolute path | ||
* @function | ||
* @param {string} location - Path to be resolved | ||
@@ -9,0 +12,0 @@ * |
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
106215
23
2756
1