New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ansible-playbook-cli-js

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ansible-playbook-cli-js - npm Package Compare versions

Comparing version 2.0.4 to 2.0.5

4

dist/index.d.ts
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

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