Comparing version 0.1.1 to 0.1.2
{ | ||
"name": "koi8-u", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "A robust koi8-u encoder/decoder written in JavaScript.", | ||
"homepage": "http://mths.be/koi8-u", | ||
"main": "koi8u.js", | ||
"main": "koi8-u.js", | ||
"keywords": [ | ||
"codec", | ||
"decoder", | ||
"decoding", | ||
"encoder", | ||
"encoding", | ||
"legacy", | ||
"legacy-encoding", | ||
"koi8-u" | ||
@@ -33,3 +36,3 @@ ], | ||
"LICENSE-MIT.txt", | ||
"koi8u.js" | ||
"koi8-u.js" | ||
], | ||
@@ -36,0 +39,0 @@ "directories": { |
@@ -51,6 +51,6 @@ # koi8-u [![Build status](https://travis-ci.org/mathiasbynens/koi8-u.svg?branch=master)](https://travis-ci.org/mathiasbynens/koi8-u) [![Dependency status](https://gemnasium.com/mathiasbynens/koi8-u.svg)](https://gemnasium.com/mathiasbynens/koi8-u) | ||
'paths': { | ||
'koi8u': 'path/to/koi8u' | ||
'koi8-u': 'path/to/koi8-u' | ||
} | ||
}, | ||
['koi8u'], | ||
['koi8-u'], | ||
function(koi8u) { | ||
@@ -120,2 +120,6 @@ console.log(koi8u); | ||
## 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
13265
132
1