Security News
Supply Chain Attack Detected in Solana's web3.js Library
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
urchin_tracking_module
Advanced tools
Add google analytics params to your URLs. It's the Google Analytics URL builder as a gem.
Add this line to your application's Gemfile:
gem 'urchin_tracking_module'
And then execute:
$ bundle
Or install it yourself as:
$ gem install urchin_tracking_module
require 'urchin_tracking_module'
UTM("http://example.com/#/welcome",
utm_source: "newsletter_de",
utm_medium: "email",
utm_term: "fashion+leather",
utm_content: "Could be the subject line of your email",
utm_campaign: "winter_2013" )
=> "http://example.com/?utm_source=newsletter_de&utm_medium=email&utm_term=fashion+leather&utm_content=Could+be+the+subject+line+of+your+email&utm_campaign=winter_2013#/welcome"
Your thought's/improvements are welcome :)
git checkout -b my-new-feature
)git commit -am 'Add some feature'
)git push origin my-new-feature
)src
param or make this kind of
additions configurable.UrchinTrackingModule.configure {|c| c[:utm_source] => 'my_app' }
could have a
configuration object instead of a hash, to become
UrchinTrackingModule.configure {|c| c.utm_source = 'my_app' }
This urchin_tracking_module
project is released under the MIT License.
FAQs
Unknown package
We found that urchin_tracking_module 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
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
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.