Skip to content

Commit

Permalink
Upgraded dependencies. Removed not-actual-anymore part of the README.
Browse files Browse the repository at this point in the history
  • Loading branch information
kkomelin committed Jun 25, 2022
1 parent 24a3212 commit 41d2cb6
Show file tree
Hide file tree
Showing 3 changed files with 227 additions and 372 deletions.
9 changes: 0 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,6 @@ const DOMPurify = require('isomorphic-dompurify');
var clean = DOMPurify.sanitize(dirty);
```

## Supported Environments

The library is aimed to work **everywhere** and has been tested in the following environments:
- Node.js, CommonJS ([automatically](https://app.travis-ci.com/kkomelin/isomorphic-dompurify) & manually)
- Node.js, Webpack, ES6 (manually)
- React.js without SSR (manually)
- Next.js without SSR (manually)
- Next.js with SSR (manually)

## Known Issues

1. [Can't resolve 'canvas' on Next.js serverless app](https://github.com/kkomelin/isomorphic-dompurify/issues/54)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
},
"types": "index.d.ts",
"devDependencies": {
"jest": "^28.1.0",
"terser": "^5.13.1"
"jest": "^28.1.1",
"terser": "^5.14.1"
}
}
Loading

0 comments on commit 41d2cb6

Please sign in to comment.