Skip to content

Commit

Permalink
update markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
Raynos committed Feb 10, 2022
1 parent 3854982 commit bce1f2f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions MIGRATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`,
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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)

<p align="center">
https://tonicframework.dev
Expand Down

0 comments on commit bce1f2f

Please sign in to comment.