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

machine

Package Overview
Dependencies
Maintainers
5
Versions
132
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

machine - npm Package Compare versions

Comparing version 15.0.0-5 to 15.0.0-6

2

lib/build-with-custom-usage.js

@@ -35,5 +35,5 @@ /**

if (!omen && !getIsProductionWithoutDebug()) {
omen = flaverr({ name: 'Omen' }, new Error('.buildWithCustomUsage()'), buildWithCustomUsage);
omen = flaverr({}, new Error('.buildWithCustomUsage() omen'), buildWithCustomUsage);
}//fi
return helpBuildMachine(opts, omen);
};

@@ -47,3 +47,3 @@ /**

if (!omen && !getIsProductionWithoutDebug()) {
omen = flaverr({ name: 'Omen' }, new Error('.build()'), build);
omen = flaverr({}, new Error('.build() omen'), build);
}//fi

@@ -50,0 +50,0 @@

@@ -404,5 +404,10 @@ /**

}
// FUTURE: Also check compatibility of `inputDef[ruleName]` itself
// (currently, problems in that department aren't noticed until exec-time)
// And check that the configuration of the rule is valid.
var ruleConfigError = ruleInfo.checkConfig(inputDef[ruleName]);
if (ruleConfigError) {
implProblems.push(inputProblemPrefix+'Configuration for `'+ruleName+'` is invalid: ' + ruleConfigError);
}
});//∞

@@ -409,0 +414,0 @@

{
"name": "machine",
"version": "15.0.0-5",
"version": "15.0.0-6",
"description": "Build functions in standardized containers.",

@@ -39,3 +39,3 @@ "keywords": [

"anchor": "^1.1.2",
"flaverr": "^1.1.1",
"flaverr": "^1.5.0",
"parley": "^3.1.0",

@@ -42,0 +42,0 @@ "rttc": "^10.0.0-1"

Sorry, the diff of this file is too big to display

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