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

local-wpcli

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

local-wpcli - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

3

app/run.js

@@ -15,2 +15,3 @@ /**

const test = require('./test');
const pgjson = require('../package.json');

@@ -26,3 +27,3 @@ /**

program
.version('0.6.1', '-v, --version')
.version(pgjson.version, '-v, --version')
.usage('[options]')

@@ -29,0 +30,0 @@ .option('-f, --force', 'Overide existing WP-CLI configuration files.')

{
"name": "local-wpcli",
"version": "1.0.0",
"version": "1.1.0",
"description": "A CLI to configure WP-CLI with the websites of Local by Flywheel.",

@@ -28,3 +28,4 @@ "main": "index.js",

"inquirer": "^6.0.0",
"lodash": "^4.17.11"
"js-yaml": "^3.13.1",
"lodash": "^4.17.15"
},

@@ -31,0 +32,0 @@ "devDependencies": {

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