Mesop

Latest version: v1.0.1

Safety actively analyzes 723177 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 6 of 7

0.6.0

Not secure
Highlights
* Adopts many web security best practices
* Improved performance

What's Changed
* Add blog post for Why Mesop by wwwillchen in https://github.com/google/mesop/pull/165
* Add link to Colab notebook by wwwillchen in https://github.com/google/mesop/pull/253
* Create a demo page to iframe the demo site & update demo links by wwwillchen in https://github.com/google/mesop/pull/252
* Make labs.chat text easier to read by wwwillchen in https://github.com/google/mesop/pull/254
* Fix docs reference to demo page on GitHub pages by moving to /mesop/demo.md by wwwillchen in https://github.com/google/mesop/pull/257
* Polish the editor/devtools UX by wwwillchen in https://github.com/google/mesop/pull/258
* Support style property for slider by wwwillchen in https://github.com/google/mesop/pull/259
* Fix hot reloading for demo when using Bazel CLI by wwwillchen in https://github.com/google/mesop/pull/255
* Allow user to toggle preview fullscreen by wwwillchen in https://github.com/google/mesop/pull/256
* Fix demo setup for docs by wwwillchen in https://github.com/google/mesop/pull/260
* Change demo iframe src to absolute path by wwwillchen in https://github.com/google/mesop/pull/262
* Implement gzipping for static file serving by wwwillchen in https://github.com/google/mesop/pull/261
* Fix code demo rendering. by richard-to in https://github.com/google/mesop/pull/264
* Fix select demo rendering. by richard-to in https://github.com/google/mesop/pull/265
* Update slider widths in LLM Playground by richard-to in https://github.com/google/mesop/pull/263
* Setup reasonable default web security policies by wwwillchen in https://github.com/google/mesop/pull/270
* Stop sending component configs with every render event in Editor mode by wwwillchen in https://github.com/google/mesop/pull/273
* Remove click event on modal bg for LLM Playground. by richard-to in https://github.com/google/mesop/pull/267
* Fix path by wwwillchen in https://github.com/google/mesop/pull/284
* Bump to v0.6.0 by wwwillchen in https://github.com/google/mesop/pull/277


**Full Changelog**: https://github.com/google/mesop/compare/v0.5.6...v0.6.0

0.5.6

Not secure
What's Changed
* Add markdown editor example by richard-to in https://github.com/google/mesop/pull/243
* Fix colab_run.py to safely mark flags as parsed by wwwillchen in https://github.com/google/mesop/pull/246
* Bump to v0.5.6 by wwwillchen in https://github.com/google/mesop/pull/247
* Add LLM Playground example by richard-to in https://github.com/google/mesop/pull/242
* Fix code block rendering in demo app by richard-to in https://github.com/google/mesop/pull/250


**Full Changelog**: https://github.com/google/mesop/compare/v0.5.5...v0.5.6

0.5.5

Not secure
What's Changed
* Fix issue where Mesop can't be run as a WSGI app with other CLI flags… by wwwillchen in https://github.com/google/mesop/pull/228
* Create a Mesop Demos app by wwwillchen in https://github.com/google/mesop/pull/147
* Bump gunicorn from 20.1.0 to 22.0.0 in /demo in the pip group across 1 directory by dependabot in https://github.com/google/mesop/pull/229
* Update docs to link to new demo site/code by wwwillchen in https://github.com/google/mesop/pull/233
* Add placeholder livereload_script_url arg for cli.py by wwwillchen in https://github.com/google/mesop/pull/234
* Explicitly not await pollHotReloadEndpoint (downstream sync issue) by wwwillchen in https://github.com/google/mesop/pull/235
* Fix colab_run by parsing flags by wwwillchen in https://github.com/google/mesop/pull/238
* Bump v0.5.5 by wwwillchen in https://github.com/google/mesop/pull/239


**Full Changelog**: https://github.com/google/mesop/compare/v0.5.3...v0.5.5

0.5.3

Not secure
What's Changed
* Tweak input debounce to minimize chance of race condition by wwwillchen in https://github.com/google/mesop/pull/172
* Add uploader component. by richard-to in https://github.com/google/mesop/pull/124
* Change table component protos to use int32 instead of int64 by richard-to in https://github.com/google/mesop/pull/174
* Add component diffing on event responses. by richard-to in https://github.com/google/mesop/pull/167
* Use watchdog for a more robust file watching for mesop/bin by wwwillchen in https://github.com/google/mesop/pull/178
* Don't send component configs in prod mode by wwwillchen in https://github.com/google/mesop/pull/186
* Bump pydantic from 1.10.0 to 1.10.13 in /build_defs by dependabot in https://github.com/google/mesop/pull/182
* Bump pydantic from 1.10 to 1.10.13 in /mesop/pip_package by dependabot in https://github.com/google/mesop/pull/183
* Bump idna from 3.4 to 3.7 in /build_defs by dependabot in https://github.com/google/mesop/pull/181
* Bump the npm_and_yarn group across 1 directory with 21 updates by dependabot in https://github.com/google/mesop/pull/184

0.5.1

Not secure
* Bump pillow from 10.2.0 to 10.3.0 in /build_defs by dependabot in https://github.com/google/mesop/pull/189
* Bump the npm_and_yarn group across 1 directory with 4 updates by dependabot in https://github.com/google/mesop/pull/190
* Bump marked from 12.0.0 to 12.0.1 in the npm_and_yarn group across 1 directory by dependabot in https://github.com/google/mesop/pull/192
* Fix bug with hot reload and component diffs by richard-to in https://github.com/google/mesop/pull/193
* Add sticky headers and columns for Table component by richard-to in https://github.com/google/mesop/pull/194
* Add `colab_show` by wwwillchen in https://github.com/google/mesop/pull/188
* Add LLM Rewriter example. by richard-to in https://github.com/google/mesop/pull/196
* Bump jinja2 from 3.1.2 to 3.1.4 in /build_defs in the pip group across 1 directory by dependabot in https://github.com/google/mesop/pull/197
* Do not show error box once error is no longer current by wwwillchen in https://github.com/google/mesop/pull/202
* Remove columns from mesop.labs.layout by wwwillchen in https://github.com/google/mesop/pull/195
* Skip flaky test for table component: sticky header & column by wwwillchen in https://github.com/google/mesop/pull/208
* Supports syntax highlighting in markdown (uses python-markdown + pygments) by wwwillchen in https://github.com/google/mesop/pull/203
* Hot reload labs component when using `mesop` CLI by wwwillchen in https://github.com/google/mesop/pull/209
* Replace hot reload mechanism by wwwillchen in https://github.com/google/mesop/pull/211
* De-emphasize visual editor since it's support is not great now by wwwillchen in https://github.com/google/mesop/pull/212
* Fix `wsgi_app` - flag parsing & singleton by wwwillchen in https://github.com/google/mesop/pull/214
* Bump to v0.5.2 by wwwillchen in https://github.com/google/mesop/pull/215
* Create code component by wwwillchen in https://github.com/google/mesop/pull/210
* Deprecate text_io and introduce text_to_text as the replacement by wwwillchen in https://github.com/google/mesop/pull/213
* Make hot reloading more robust by only watching necessary files by wwwillchen in https://github.com/google/mesop/pull/218
* Make hot reloading work with multiple clients by wwwillchen in https://github.com/google/mesop/pull/219
* Show a more informative error message if no page registered by wwwillchen in https://github.com/google/mesop/pull/220
* Redact internal & developer error messages in prod mode by wwwillchen in https://github.com/google/mesop/pull/221
* Remove unnecessary detail (event) from hot reload print by wwwillchen in https://github.com/google/mesop/pull/223
* Bump to v0.5.3 by wwwillchen in https://github.com/google/mesop/pull/222

New Contributors
* dependabot made their first contribution in https://github.com/google/mesop/pull/182

**Full Changelog**: https://github.com/google/mesop/compare/v0.5...v0.5.3

0.5

Highlights

- The underlying Mesop Angular app is now compiled using Angular production mode when running Mesop in prod mode. This improves performance and the overall production readiness of deploying Mesop apps!

What's Changed
* Add copybara strip comments for safe_iframe.ts by wwwillchen in https://github.com/google/mesop/pull/153
* Add docs for embed by wwwillchen in https://github.com/google/mesop/pull/154
* Fix angular material colors for M3 by wwwillchen in https://github.com/google/mesop/pull/155
* Support dict for dataclass_with_defaults (used by stateclass) by wwwillchen in https://github.com/google/mesop/pull/162
* Create optimized / prod-Angular app for prod mode by wwwillchen in https://github.com/google/mesop/pull/157
* Add e2e tests by wwwillchen in https://github.com/google/mesop/pull/163
* Tweak docs/index.md to highlight value prop by wwwillchen in https://github.com/google/mesop/pull/169
* Cut v0.5 release by wwwillchen in https://github.com/google/mesop/pull/170


**Full Changelog**: https://github.com/google/mesop/compare/v0.4.2...v0.5

Page 6 of 7

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.