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

machinepack-localmachinepacks

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

machinepack-localmachinepacks - npm Package Compare versions

Comparing version 1.3.1 to 1.3.2

8

machines/get-signature.js

@@ -73,3 +73,9 @@ module.exports = {

}).exec({
error: _exits.error,
error: function (err) {
// If an expected machine module is corrupted (i.e. it was referenced by
// `machinepacks.machines` in the package.json file, but the file is all
// jacked up), then ignore it, but also log a warning.
console.warn('Ignoring local machine ('+machineIdentity+') b/c it seems to be corrupted. Details:\n',err);
return _exits.exclude();
},
notFound: function (){

@@ -76,0 +82,0 @@ // If an expected machine module is missing (i.e. it was referenced by

2

package.json
{
"name": "machinepack-localmachinepacks",
"version": "1.3.1",
"version": "1.3.2",
"description": "Work with local machinepacks.",

@@ -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