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

machinepack-machines

Package Overview
Dependencies
Maintainers
4
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

machinepack-machines - npm Package Compare versions

Comparing version 3.2.1 to 3.3.0

machines/add-test.js

16

machines/scaffold-tests.js

@@ -29,5 +29,5 @@ module.exports = {

var Filesystem = require('machinepack-fs');
var Machine = require('machine');
require('machine').build(require('./read-package-json'))
Machine.build(require('./read-package-json'))
.configure({

@@ -48,7 +48,9 @@ dir: inputs.dir

machine: identity,
expectations: [{
todo: true,
using: {},
outcome: 'success'
}]
expectations: [
// {
// todo: true,
// using: {},
// outcome: 'success'
// }
]
};

@@ -55,0 +57,0 @@ // TODO: At some point, come back here and generate a more custom test suite for each machine.

{
"name": "machinepack-machines",
"version": "3.2.1",
"version": "3.3.0",
"description": "Work with machines and machinepacks.",

@@ -16,11 +16,12 @@ "scripts": {

"dependencies": {
"machine": "^3.0.0",
"lodash": "^2.4.1",
"async": "^0.9.0",
"chalk": "^0.5.1",
"debug": "^2.1.2",
"inquirer": "^0.8.0",
"lodash": "^2.4.1",
"machine": "^3.0.0",
"machinepack-fs": "^2.3.0",
"machinepack-javascript": "^0.1.8",
"machinepack-fs": "^2.0.3",
"async": "^0.9.0",
"machinepack-npm": "^3.0.0",
"debug": "^2.1.2"
"machinepack-util": "^4.4.0"
},

@@ -49,3 +50,4 @@ "machinepack": {

"interpret-machine-module",
"scaffold-tests"
"scaffold-tests",
"add-test"
],

@@ -52,0 +54,0 @@ "testsUrl": "https://travis-ci.org/mikermcneil/machinepack-machinepacks"

{
"machine": "get-machines-dir",
"expectations": [
{
"using": {
"dir": "./"
},
"outcome": "success"
}
]
}
{
"machine": "list-machines",
"expectations": [
{
"using": {
"dir": "./"
},
"outcome": "success"
}
]
}
{
"machine": "read-machine-file",
"expectations": [
{
"using": {
"source": "./machines/get-machines-dir.js"
},
"outcome": "success"
}
]
}
{
"machine": "read-package-json",
"expectations": [
{
"using": {
"dir": "./"
},
"outcome": "success"
}
]
}
{
"machine": "scaffold-tests",
"expectations": [
{
"using": {
"dir": "./"
},
"outcome": "success"
}
]
}
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