iso-8859-7
Advanced tools
Comparing version 0.1.1 to 0.1.2
{ | ||
"name": "iso-8859-7", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "A robust iso-8859-7 encoder/decoder written in JavaScript.", | ||
"homepage": "http://mths.be/iso-8859-7", | ||
"main": "iso88597.js", | ||
"main": "iso-8859-7.js", | ||
"keywords": [ | ||
"codec", | ||
"decoder", | ||
"decoding", | ||
"encoder", | ||
"encoding", | ||
"legacy", | ||
"legacy-encoding", | ||
"csisolatingreek", | ||
@@ -44,3 +47,3 @@ "ecma-118", | ||
"LICENSE-MIT.txt", | ||
"iso88597.js" | ||
"iso-8859-7.js" | ||
], | ||
@@ -47,0 +50,0 @@ "directories": { |
@@ -51,6 +51,6 @@ # iso-8859-7 [![Build status](https://travis-ci.org/mathiasbynens/iso-8859-7.svg?branch=master)](https://travis-ci.org/mathiasbynens/iso-8859-7) [![Dependency status](https://gemnasium.com/mathiasbynens/iso-8859-7.svg)](https://gemnasium.com/mathiasbynens/iso-8859-7) | ||
'paths': { | ||
'iso88597': 'path/to/iso88597' | ||
'iso-8859-7': 'path/to/iso-8859-7' | ||
} | ||
}, | ||
['iso88597'], | ||
['iso-8859-7'], | ||
function(iso88597) { | ||
@@ -120,2 +120,6 @@ console.log(iso88597); | ||
## 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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
13670
132