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