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 1.0.4 to 1.0.5

3

lib/index.js

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

obj = JSON.parse(result.raw);
result.obj = obj;
result.lines1 = result.raw.split('\n');
result.lines1 = obj.split('\n');
result.lines = obj[0].split('\n');

@@ -131,0 +130,0 @@ //console.log('result.lines=', result.lines);

{
"name": "ansible-playbook-cli-js",
"version": "1.0.4",
"version": "1.0.5",
"description": "A node.js wrapper for the ansible-playbook command",

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

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