From bce1f2f29b609e61bc644ad31ad9b027c2f2a885 Mon Sep 17 00:00:00 2001 From: Raynos Date: Thu, 10 Feb 2022 14:46:54 -0500 Subject: [PATCH] update markdown --- MIGRATION.md | 6 +++--- README.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/MIGRATION.md b/MIGRATION.md index 0b596630..0a290fff 100644 --- a/MIGRATION.md +++ b/MIGRATION.md @@ -64,7 +64,7 @@ Basically just add the `id` attributes. # Migrating from v10 to v11 The implementation of HTML escaping changed between v10 and v11 -of `@operatortc/tonic`. +of `@socketsupply/tonic`. The main takeaway is that v10 had a potential XSS injection as we only escaped strings that exist on `this.props.someKey`, @@ -125,11 +125,11 @@ git grep -C10 '${' | grep ')}' The fix is to add `this.html` calls in various places. -We have updated `@operatortc/components` and you will have to +We have updated `@socketsupply/components` and you will have to update to version `7.4.0` as well ```sh -npm install @operatortc/components@^7.4.0 -ES +npm install @socketsupply/components@^7.4.0 -ES ``` There are other situations in which the increased escaping from diff --git a/README.md b/README.md index 96678a55..f057ed47 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -![tonic](https://raw.githubusercontent.com/operatortc/tonic/master/readme-tonic.png) +![tonic](https://raw.githubusercontent.com/socketsupply/tonic/master/readme-tonic.png)

https://tonicframework.dev