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.2 to 2.0.3

2

package.json
{
"name": "ansible-playbook-cli-js",
"version": "2.0.2",
"version": "2.0.3",
"description": "A node.js wrapper for the ansible-playbook command",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -38,3 +38,3 @@ # ansible-playbook-cli-js

ansiblePlaybookCli.command('playbook.yml -i hosts').then(function (data) {
ansiblePlaybook.command('playbook.yml -i hosts').then(function (data) {
console.log('data = ', data);

@@ -70,3 +70,3 @@ });

ansiblePlaybookCli.command('playbook.yml --inventory-file hosts', function (err, data) {
ansiblePlaybook.command('playbook.yml --inventory-file hosts', function (err, data) {
console.log('data = ', data);

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