
Security News
/Research
Wallet-Draining npm Package Impersonates Nodemailer to Hijack Crypto Transactions
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
= Ruby/CLDR Ruby/CLDR is a library provides locale informations based on CLDR-1.3.0 from Common Locale Data Repository(CLDR) Project[1]. This is a fork of http://www.yotabanana.com/ruby-cldr/, which seems to be inactive.
[1] http://www.unicode.org/cldr/
== Requirements
== Install
$ gem install spdr-cldr
== Usage This libarary is unstable now. APIs will be changed. So using gem and specify the version should be recommanded.
require 'rubygems' require_gem 'cldr', '= 0.1.0'
obj = CLDR::Object.new puts obj.core.languages["ja"] #=> Show "Japanese" in current system locale
obj = CLDR::Object.new(Locale::Object.new("fr_FR")) puts obj.core.languages["ja"] #=> Show "Japanese" in French(fr_FR)
== Generating resources by yourself ((NOTE)) Both of gem and tar-ball include resources(see lib/cldr/resource/), so usually you don't need this.
Download core.zip from http://unicode.org/Public/cldr/1.3.0/
unzip it to cldr source directory
execute "rake generate"
$ cd cldr-0.x.0/ $ cp ~/core.zip . $ unzip core.zip $ rake generate
== License === Ruby/CLDR Copyright (c) 2006 Masao Mutoh
This program is licenced under the same licence as Ruby. (See the file 'COPYING'.)
=== CLDR Ruby/CLDR uses CLDR data files.
Copyright (c) 1991-2005 Unicode, Inc. All rights reserved. Distributed under the Terms of Use in http://www.unicode.org/copyright.html.
== Maintainer Masao Mutoh
FAQs
Unknown package
We found that cldr demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.