ansible-playbook-cli-js
Advanced tools
Comparing version 2.0.4 to 2.0.5
export declare class AnsiblePlaybook { | ||
private options; | ||
constructor(options?: IOptions); | ||
command(command: string, callback?: (err, data) => void): Promise<any>; | ||
command(command: string, callback?: (err: any, data: any) => void): Promise<any>; | ||
} | ||
@@ -10,4 +10,4 @@ export interface IOptions { | ||
export declare class Options implements IOptions { | ||
currentWorkingDirectory: string; | ||
currentWorkingDirectory?: string; | ||
constructor(currentWorkingDirectory?: string); | ||
} |
"use strict"; | ||
var _ = require('lodash'); | ||
var nodeify_ts_1 = require('nodeify-ts'); | ||
var child_process = require('child_process'); | ||
var os = require('os'); | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
var _ = require("lodash"); | ||
var nodeify_ts_1 = require("nodeify-ts"); | ||
var child_process = require("child_process"); | ||
var os = require("os"); | ||
var exec = child_process.exec; | ||
@@ -7,0 +8,0 @@ var extractResult = function (result) { |
{ | ||
"name": "ansible-playbook-cli-js", | ||
"version": "2.0.4", | ||
"version": "2.0.5", | ||
"description": "A node.js wrapper for the ansible-playbook command", | ||
@@ -32,14 +32,16 @@ "main": "dist/index.js", | ||
"devDependencies": { | ||
"blue-tape": "^0.2.0", | ||
"rimraf": "^2.5.2", | ||
"tap-diff": "^0.1.1", | ||
"ts-node": "^0.7.3", | ||
"tslint": "^3.10.2", | ||
"typescript": "^1.8.10" | ||
"@types/blue-tape": "^0.1.32", | ||
"@types/lodash": "4.14.136", | ||
"blue-tape": "1.0.0", | ||
"rimraf": "2.6.3", | ||
"tap-diff": "0.1.1", | ||
"ts-node": "7.0.0", | ||
"tslint": "5.18.0", | ||
"typescript": "3.5.3" | ||
}, | ||
"dependencies": { | ||
"lodash": "^4.13.1", | ||
"core-js": "^2.4.0", | ||
"nodeify-ts": "^1.0.1" | ||
"lodash": "^4.17.15", | ||
"core-js": "^3.1.4", | ||
"nodeify-ts": "^1.0.6" | ||
} | ||
} |
@@ -0,0 +0,0 @@ # ansible-playbook-cli-js |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
116
12927
8
+ Addedcore-js@3.40.0(transitive)
- Removedcore-js@2.6.12(transitive)
Updatedcore-js@^3.1.4
Updatedlodash@^4.17.15
Updatednodeify-ts@^1.0.6