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.
== google_url_shortner
Client Ruby pour accèder à l'API Google URL Shortener.
== Installation
gem install google_url_shortner
= Nouveautés :
-- Google::UrlShortner::Analytics -- Cette classe nous donne un accès complet aux analytics de Url Shortner :
-- Google::UrlShortner::Client -- Shorten et Expand pour encoder et décoder une adress.
Exemple :
-- Google::UrlShortner::Client.shorten( long_url ) --
-- Google::UrlShortner::Client.expand( short_url) --
== Utilisation
pre.
require "rubygems"
require "google_url_shortner"
Création d'un client connecté à l'API Google Url Shorten
client = Google::UrlShortner::Client.new
resp = client.shorten("http://www.gtug-dakar.org")
#Getting analytics.
analytics = client.get_analytics_for(resp.short_url)
analytics.visitors # => le nombre de visiteurs de l'url encodé
analytics.countries # => les pays depuis lesquels l'url a été visité
analytics.platforms # OS utilisés par les clients
analytics.browsers # Navigateurs/agents utilisés
FAQs
Unknown package
We found that google_url_shortner 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.