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