Socket
Socket
Sign inDemoInstall

node-icu-charset-detector

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

node-icu-charset-detector - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

4

package.json
{
"name": "node-icu-charset-detector",
"version": "0.1.1",
"version": "0.1.2",
"main": "./node-icu-charset-detector.js",

@@ -12,3 +12,3 @@ "description": "Simple binding for ICU charset detector",

"type": "git",
"path": "git://github.com/mooz/node-icu-charset-detector.git"
"path": "https://github.com/mooz/node-icu-charset-detector.git"
},

@@ -15,0 +15,0 @@ "homepage": "http://github.com/mooz/node-icu-charset-detector",

@@ -13,3 +13,3 @@ # ICU Character Set Detection for Node.js

```npm install node-icu-charset-detector```
npm install node-icu-charset-detector

@@ -22,13 +22,12 @@ ### Installing ICU

```apt-get install libicu-dev```
apt-get install libicu-dev
* Gentoo
```emerge icu```
emerge icu
* Fedora/CentOS
```yum install libicu-devel```
yum install libicu-devel
#### OSX

@@ -38,34 +37,34 @@

```port install icu +devel```
port install icu +devel
* Homebrew
```shell
brew install icu4c
brew link icu4c --force
```
```shell
brew install icu4c
brew link icu4c --force
```
If experiencing issues with 'homebrew' installing version 50.1 of icu4c, try the following:
If experiencing issues with 'homebrew' installing version 50.1 of icu4c, try the following:
```shell
brew search icu4c
brew tap homebrew/versions
brew versions icu4c
cd $(brew --prefix) && git pull --rebase
git checkout c25fd2f $(brew --prefix)/Library/Formula/icu4c.rb
brew install icu4c
```
```shell
brew search icu4c
brew tap homebrew/versions
brew versions icu4c
cd $(brew --prefix) && git pull --rebase
git checkout c25fd2f $(brew --prefix)/Library/Formula/icu4c.rb
brew install icu4c
```
* From source
```shell
curl -O http://download.icu-project.org/files/icu4c/52.1/icu4c-52_1-src.tgz
tar xzvf icu4c-4_4_2-src.tgz
cd icu/source
chmod +x runConfigureICU configure install-sh
./runConfigureICU MacOSX
make
sudo make install
xcode-select --install
```
```shell
curl -O http://download.icu-project.org/files/icu4c/52.1/icu4c-52_1-src.tgz
tar xzvf icu4c-4_4_2-src.tgz
cd icu/source
chmod +x runConfigureICU configure install-sh
./runConfigureICU MacOSX
make
sudo make install
xcode-select --install
```

@@ -72,0 +71,0 @@ ## Usage

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