Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
LabelMe is an easy accessor for ColorMe Order CSV.
Add this line to your application's Gemfile:
gem 'label_me', github: "xxxcaqui/label_me"
And then execute:
$ bundle
rows = LabelMe::SalesAll::Row.parse("sales_all.csv")
rows.first.order_id #=> "12342345"
Column in CSV | Accessor method |
---|---|
売上ID | order_id |
受注日 | order_date |
Column in CSV | Accessor method |
---|---|
購入者 顧客ID | customer_id |
購入者 名前 | customer_name |
購入者 郵便番号 | customer_postal_code |
購入者 都道府県, 購入者 住所 | customer_address |
購入者 メールアドレス | customer_email |
購入者 電話番号 | customer_phone_number |
送料合計 | total_shipping_charge |
メッセージカード手数料合計 | total_message_card_charge |
入金状態 | paid? |
Column in CSV | Accessor method |
---|---|
配送先ID | recipient_id |
配送先 名前 | recipient_name |
配送先 フリガナ | recipient_kana |
配送先 郵便番号 | recipient_postal_code |
配送先 都道府県名, 配送先 住所 | recipient_address |
配送先 電話番号 | recipient_phone_number |
配送希望日 | wished_delivery_date |
配送希望時間 | wished_delivery_timezone |
配送先 熨斗(のし) | recipient_labeling |
配送先 メッセージカード種類 | recipient_message_card_type |
配送先 メッセージカード内容 | recipient_message_card_body |
配送先 備考 | recipient_notes |
Column in CSV | Accessor method |
---|---|
売上詳細ID | line_item_id |
購入商品 商品ID | line_item_code |
購入商品 販売価格(消費税込) | line_item_unit_price |
購入商品 販売個数 | line_item_quantity |
git checkout -b my-new-feature
)git commit -am 'Add some feature'
)git push origin my-new-feature
)FAQs
Unknown package
We found that label_me 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.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.