Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

iso-8859-2

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

iso-8859-2 - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

iso-8859-2.js

9

package.json
{
"name": "iso-8859-2",
"version": "0.1.1",
"version": "0.1.2",
"description": "A robust iso-8859-2 encoder/decoder written in JavaScript.",
"homepage": "http://mths.be/iso-8859-2",
"main": "iso88592.js",
"main": "iso-8859-2.js",
"keywords": [
"codec",
"decoder",
"decoding",
"encoder",
"encoding",
"legacy",
"legacy-encoding",
"csisolatin2",

@@ -41,3 +44,3 @@ "iso-8859-2",

"LICENSE-MIT.txt",
"iso88592.js"
"iso-8859-2.js"
],

@@ -44,0 +47,0 @@ "directories": {

@@ -51,6 +51,6 @@ # iso-8859-2 [![Build status](https://travis-ci.org/mathiasbynens/iso-8859-2.svg?branch=master)](https://travis-ci.org/mathiasbynens/iso-8859-2) [![Dependency status](https://gemnasium.com/mathiasbynens/iso-8859-2.svg)](https://gemnasium.com/mathiasbynens/iso-8859-2)

'paths': {
'iso88592': 'path/to/iso88592'
'iso-8859-2': 'path/to/iso-8859-2'
}
},
['iso88592'],
['iso-8859-2'],
function(iso88592) {

@@ -120,2 +120,6 @@ console.log(iso88592);

## Notes
[Similar modules for other single-byte legacy encodings are available.](https://www.npmjs.org/browse/keyword/legacy-encoding)
## Author

@@ -122,0 +126,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc