New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@keg-hub/jsutils

Package Overview
Dependencies
Maintainers
3
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@keg-hub/jsutils - npm Package Compare versions

Comparing version 9.3.0 to 9.3.1

4

package.json
{
"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 @@ *

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