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

machinepack-util

Package Overview
Dependencies
Maintainers
2
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

machinepack-util - npm Package Compare versions

Comparing version 6.1.0 to 6.1.1

9

machines/require.js

@@ -24,6 +24,7 @@ module.exports = {

path: {
pathOrPkgName: {
friendlyName: 'Path or package name',
description: 'The name of a locally-installed NPM package-- or the absolute path to a Node.js module, or to the directory of an NPM package.',
extendedDescription: 'If a relative path is provided, it will be resolved to an absolute path from the context of the current working directory.',
example: '/code/machinepack-twitter',
description: 'The absolute path to a Node.js module, or to the directory of an NPM package.',
extendedDescription: 'If a relative path is provided, it will be resolved to an absolute path from the context of the current working directory.',
required: true

@@ -64,3 +65,3 @@ }

var absPath = path.resolve(process.cwd(), inputs.path);
var absPath = path.resolve(process.cwd(), inputs.pathOrPkgName);
try {

@@ -67,0 +68,0 @@ var result = require(absPath);

{
"name": "machinepack-util",
"version": "6.1.0",
"version": "6.1.1",
"description": "Miscellaneous utilities for everyday tasks with arrays, dictionaries, strings, etc.",

@@ -5,0 +5,0 @@ "scripts": {

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