New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

koi8-u

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

koi8-u - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

koi8-u.js

9

package.json
{
"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 @@

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