Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@tarosky/farmhand

Package Overview
Dependencies
Maintainers
2
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tarosky/farmhand

A node script to keep Github repo fresh.

  • 1.3.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
2
Created
Source

famhand

A node script to keep Github repo fresh for WordPress plugins.

Install

npm install --save-dev @tarosky/farmhand

GitHub Actions

GitHub Action is also available. Please check it to keep your plugin fresh.

Commands

2 CLI commands are available.

wp-outdated

Mainly for debugging. You can check if your repository follows WordPress updates.

npx wp-outdated
// -> [UPDATE] Test Wordpress version from "5.8" to "6.2"

Download and search string throughout multiple WordPress. What is this for?

Let's think about @wordpress/server-side-render package as an example.

This package was formerly grouped in wp.components, but after several versions for backward compatibility, finally dropped in WordPress 6.2.

Cause this may change your plugin's minimum requirements, so you should know which version @wordpress/server-side-render is introduced.

npx wp-str-search wp-server-side-render --oldest=5.0

License

This program is licensed under MIT.

© 2023 Tarosky INC.

Keywords

FAQs

Package last updated on 22 Jun 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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