Skip to content

Commit

Permalink
Version 3.1.4 (patch update)
Browse files Browse the repository at this point in the history
Changes since 3.1.3:
f436575 Merge pull request #96 from bpasero/update-google-closure-compiler
8437d7b 🆙 `[email protected]`
7f13b6c Added missing var declaration. It was not failing tests because nodejs has no problem with it.

Bundle size changes since v3.1.3:
* dist/jschardet.js �[0;31m+4 �[0m(470244 -> 470248)
* dist/jschardet.min.js �[0;31m+2312 �[0m(339404 -> 341716)
  • Loading branch information
Anka authored and Anka committed Sep 30, 2024
1 parent f436575 commit 9c59b6e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jschardet",
"version": "3.1.3",
"version": "3.1.4",
"description": "Character encoding auto-detection in JavaScript (port of python's chardet)",
"author": "António Afonso",
"license": "LGPL-2.1+",
Expand Down

0 comments on commit 9c59b6e

Please sign in to comment.