windows-874
Advanced tools
Comparing version 0.1.1 to 0.1.2
{ | ||
"name": "windows-874", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "A robust windows-874 encoder/decoder written in JavaScript.", | ||
"homepage": "http://mths.be/windows-874", | ||
"main": "windows874.js", | ||
"main": "windows-874.js", | ||
"keywords": [ | ||
"codec", | ||
"decoder", | ||
"decoding", | ||
"encoder", | ||
"encoding", | ||
"legacy", | ||
"legacy-encoding", | ||
"dos-874", | ||
@@ -38,3 +41,3 @@ "iso-8859-11", | ||
"LICENSE-MIT.txt", | ||
"windows874.js" | ||
"windows-874.js" | ||
], | ||
@@ -41,0 +44,0 @@ "directories": { |
@@ -51,6 +51,6 @@ # windows-874 [![Build status](https://travis-ci.org/mathiasbynens/windows-874.svg?branch=master)](https://travis-ci.org/mathiasbynens/windows-874) [![Dependency status](https://gemnasium.com/mathiasbynens/windows-874.svg)](https://gemnasium.com/mathiasbynens/windows-874) | ||
'paths': { | ||
'windows874': 'path/to/windows874' | ||
'windows-874': 'path/to/windows-874' | ||
} | ||
}, | ||
['windows874'], | ||
['windows-874'], | ||
function(windows874) { | ||
@@ -120,2 +120,6 @@ console.log(windows874); | ||
## Notes | ||
[Similar modules for other single-byte legacy encodings are available.](https://www.npmjs.org/browse/keyword/legacy-encoding) | ||
## Author | ||
@@ -122,0 +126,0 @@ |
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
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
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
13486
132
1