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 [![Build status](https://travis-ci.org/mathiasbynens/utf8.js.svg?branch=master)](https://travis-ci.org/mathiasbynens/utf8.js) [![Code coverage status](http://img.shields.io/coveralls/mathiasbynens/utf8.js/master.svg)](https://coveralls.io/r/mathiasbynens/utf8.js) [![Dependency status](https://gemnasium.com/mathiasbynens/utf8.js.svg)](https://gemnasium.com/mathiasbynens/utf8.js) | ||
Via [npm](https://www.npmjs.org/): | ||
Via [npm](https://www.npmjs.com/): | ||
@@ -12,0 +12,0 @@ ```bash |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
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