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 11.0.3 to 12.0.0

2

DEPENDENCIES.md

@@ -15,3 +15,3 @@ # Dependency Licenses

object-hash@~0.3.0 : MIT
rttc@^8.1.5 : MIT
rttc@^9.3.0 : MIT
switchback@^2.0.0 : MIT

@@ -18,0 +18,0 @@ ms@0.7.1 : MIT

@@ -202,3 +202,4 @@ /**

// Use the `isExemplar` property to determine how best to coerce the actual runtime value.
// If `isExemplar` property is set, then we'll interpret the actual runtime value literally as an RTTC exemplar.
// Otherwise, we'll assume it is a normal everyday value and coerce it into an exemplar.
referencedActualVal = rttc.coerceExemplar(referencedActualVal, referencedInputDef.isExemplar);

@@ -219,3 +220,4 @@

// Use the `isExemplar` property to determine how best to coerce the actual runtime value.
// If `isExemplar` property is set, then we'll interpret the actual runtime value literally as an RTTC exemplar.
// Otherwise, we'll assume it is a normal everyday value and coerce it into an exemplar.
referencedActualVal = rttc.coerceExemplar(referencedActualVal, referencedInputDef.isExemplar);

@@ -222,0 +224,0 @@

@@ -53,3 +53,2 @@ /**

// if any inputs are invalid.
// TODO: call a special '_failedInputValidation' exit here
if(self._runTimeTypeCheck) {

@@ -56,0 +55,0 @@ // Fourth argument (`true`) tells switchback to run synchronously

@@ -319,3 +319,4 @@ /**

// Use the `isExemplar` property to determine how best to coerce the actual runtime value.
// If `isExemplar` property is set, then we'll interpret the actual runtime value literally as an RTTC exemplar.
// Otherwise, we'll assume it is a normal everyday value and coerce it into an exemplar.
referencedActualVal = rttc.coerceExemplar(referencedActualVal, referencedInputDef.isExemplar);

@@ -347,5 +348,4 @@

// Use the `isExemplar` property to determine how best to coerce the actual runtime value.
// (specifically, if `isExemplar` is set, literally interpret special rttc exemplar syntax--
// so "===" would be "ref" instead of "string")
// If `isExemplar` property is set, then we'll interpret the actual runtime value literally as an RTTC exemplar.
// Otherwise, we'll assume it is a normal everyday value and coerce it into an exemplar.
referencedActualVal = rttc.coerceExemplar(referencedActualVal, referencedInputDef.isExemplar);

@@ -352,0 +352,0 @@

{
"name": "machine",
"version": "11.0.3",
"version": "12.0.0",
"description": "Configure and execute machines",

@@ -36,3 +36,3 @@ "main": "index.js",

"object-hash": "~0.3.0",
"rttc": "^8.1.5",
"rttc": "^9.3.0",
"switchback": "^2.0.0"

@@ -39,0 +39,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