Comparing version 2.1.0 to 2.1.1
{ | ||
"name": "utf8", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"description": "A well-tested UTF-8 encoder/decoder written in JavaScript.", | ||
@@ -23,2 +23,6 @@ "homepage": "https://mths.be/utf8js", | ||
"bugs": "https://github.com/mathiasbynens/utf8.js/issues", | ||
"files": [ | ||
"LICENSE-MIT.txt", | ||
"utf8.js" | ||
], | ||
"scripts": { | ||
@@ -28,10 +32,10 @@ "test": "node tests/tests.js" | ||
"devDependencies": { | ||
"coveralls": "^2.11.1", | ||
"coveralls": "^2.11.3", | ||
"grunt": "^0.4.5", | ||
"grunt-shell": "^1.1.1", | ||
"istanbul": "^0.3.5", | ||
"qunit-extras": "^1.4.0", | ||
"grunt-shell": "^1.1.2", | ||
"istanbul": "^0.3.17", | ||
"qunit-extras": "^1.4.2", | ||
"qunitjs": "~1.11.0", | ||
"requirejs": "^2.1.11" | ||
"requirejs": "^2.1.19" | ||
} | ||
} |
@@ -9,3 +9,3 @@ # utf8.js [](https://travis-ci.org/mathiasbynens/utf8.js) [](https://coveralls.io/r/mathiasbynens/utf8.js) [](https://gemnasium.com/mathiasbynens/utf8.js) | ||
Via [npm](https://www.npmjs.org/): | ||
Via [npm](https://www.npmjs.com/): | ||
@@ -12,0 +12,0 @@ ```bash |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
0
12472
4
214
1