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

utf8

Package Overview
Dependencies
Maintainers
2
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

utf8 - npm Package Compare versions

Comparing version 1.0.0 to 2.0.0

.gitattributes

77

package.json
{
"name": "utf8",
"description": "Basic Utf-8 encoding/decoding library to alleviate confusion among people.",
"version": "1.0.0",
"author": "Ryan McGrath <ryan@venodesigns.net>",
"repository": {
"type" : "git",
"url": "https://ryanmcgrath@github.com/ryanmcgrath/node-utf8.git"
},
"bugs": {
"web": "http://github.com/ryanmcgrath/node-utf8/issues"
},
"os": [ "linux", "darwin", "freebsd" ],
"directories": {
"lib": "./lib/"
},
"main": "./lib/utf8",
"engines": {
"node": ">=0.1.97"
},
"licenses": [{
"type" : "Creative Commons 3.0",
"url" : "http://github.com/ryanmcgrath/node-utf8/raw/master/LICENSE"
}]
"name": "utf8",
"version": "2.0.0",
"description": "A well-tested UTF-8 encoder/decoder written in JavaScript.",
"homepage": "http://mths.be/utf8js",
"main": "utf8.js",
"keywords": [
"charset",
"encoding",
"unicode",
"utf8"
],
"licenses": [
{
"type": "MIT",
"url": "http://mths.be/mit"
},
{
"type": "GPL",
"url": "http://mths.be/gpl"
}
],
"author": {
"name": "Mathias Bynens",
"url": "http://mathiasbynens.be/"
},
"repository": {
"type": "git",
"url": "https://github.com/mathiasbynens/utf8.js.git"
},
"bugs": {
"url": "https://github.com/mathiasbynens/utf8.js/issues"
},
"directories": {
"test": "tests"
},
"scripts": {
"test": "node tests/tests.js"
},
"dependencies": {},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-shell": "~0.2.2",
"istanbul": "~0.1.36",
"qunit-clib": "~1.3.0",
"qunitjs": "~1.11.0",
"requirejs": "~2.1.6"
}
}
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