
Security News
The Changelog Podcast: Practical Steps to Stay Safe on npm
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.
github.com/authzed/cel-go/repl/appengine
Advanced tools
Provides a simple web interface for working with the CEL REPL.
The two main components are 1) a Go application that implements a service wrapping the REPL and serving static web content 2) an angular based web page that provides an interface around the API.
The REPL service is stateless -- it initializes a new REPL instance and applies the requested commands in order on each request.
Node.js and Go (>=1.18) are required to run the application.
To run the application in development mode, run the npm watch script and run the Go server as follows:
# from the `repl/appengine/web` directory:
npm run watch
# from the repl/appengine directory:
go run ./main --serve_static ./web/dist/web
Build the angular application with npm run build.
Follow the instructions here: (https://cloud.google.com/appengine/docs/standard/go/building-app). Make sure to follow the instructions for setting up your gcloud cli, and the appengine support in cloud console for your project.
FAQs
Unknown package
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
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.

Security News
Experts push back on new claims about AI-driven ransomware, warning that hype and sponsored research are distorting how the threat is understood.

Security News
Ruby's creator Matz assumes control of RubyGems and Bundler repositories while former maintainers agree to step back and transfer all rights to end the dispute.