
Security News
GitHub Actions Pricing Whiplash: Self-Hosted Actions Billing Change Postponed
GitHub postponed a new billing model for self-hosted Actions after developer pushback, but moved forward with hosted runner price cuts on January 1.
zapier-platform-legacy-scripting-runner
Advanced tools
Zapier's Legacy Scripting Runner, used by Web Builder apps converted to CLI.
This is Zapier's Legacy Scripting Runner, used by Web Builder apps converted to CLI.
This allows you to run methods from existing Scripting code in CLI, and handles the bundle conversion and method availability automatically for you.
You shouldn't have to install anything. This package will be required and installed by your app automatically, if necessary, after running zapier convert. You only need CLI installed (i.e. npm i -g zapier-platform-cli).
zapier convert <YOUR_APP_ID> <FOLDER_TO_PUT_APP_INTO>cd <FOLDER_TO_PUT_APP_INTO> && npm installzapier test.Note scripting.js should look very familiar to you.
z.cookie_jar is unavailable (uncommon).bundle.zap won't be filled out in most cases (CLI doesn't receive this information except for performSubscribe and performUnsubscribe in Hooks).Note this section is intended for Zapier engineers, not for App Developers.
npm link inside of it;npm link zapier-platform-legacy-scripting-runner.npm test runs some unit tests, npm run ci-test pulls the "full-test" app and runs zapier test in it.
npm version [patch|minor|major] to update the version in package.json and push a version tag to GitHub.Some repos might be private. They might have more instructions in their own READMEs.
This is the "full test" for the legacy-scripting-runner:
A few converted sample apps (proofs of concept):
FAQs
Zapier's Legacy Scripting Runner, used by Web Builder apps converted to CLI.
The npm package zapier-platform-legacy-scripting-runner receives a total of 137 weekly downloads. As such, zapier-platform-legacy-scripting-runner popularity was classified as not popular.
We found that zapier-platform-legacy-scripting-runner demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 8 open source maintainers collaborating on the project.
Did you know?

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.

Security News
GitHub postponed a new billing model for self-hosted Actions after developer pushback, but moved forward with hosted runner price cuts on January 1.

Research
Destructive malware is rising across open source registries, using delays and kill switches to wipe code, break builds, and disrupt CI/CD.

Security News
Socket CTO Ahmad Nassri shares practical AI coding techniques, tools, and team workflows, plus what still feels noisy and why shipping remains human-led.