
Product
Announcing Socket Certified Patches: One-Click Fixes for Vulnerable Dependencies
A safer, faster way to eliminate vulnerabilities without updating dependencies
@norvikit/utm-aska
Advanced tools
  
Library to get UTM params from url and cookies
npm install --save @norvikit/utm-aska
yarn add @norvikit/utm-aska
<script> tag:<html>
<head>
<script src="dist/utm-aska.min.js"></script>
</head>
<body>
<div id="app" />
<script>
const utmParams = utmAska.getUtmParams()
console.log(utmParams)
</script>
</body>
</html>
import { getUtmParams } from "@norvikit/utm-aska"
const utmParams = getUtmParams()
console.log(utmParams)
const utmAska = require("utm-aska");
utmAska.getUtmParams();
// or
const { getUtmParams } = require("utm-aska");
getUtmParams();
utmAska.getUtmParams(arrayOfUtmTags)Get utm tags from current page url or cookies
utmAska.getUtmFromUrl(arrayOfUtmTags)Get utm tags from current page url
utmAska.getUtmFromCookies(arrayOfUtmTags)Get utm tags from cookies
utmAska.getCookieByName(cookieName)Get value of single cookie record by name
FAQs
  
The npm package @norvikit/utm-aska receives a total of 245 weekly downloads. As such, @norvikit/utm-aska popularity was classified as not popular.
We found that @norvikit/utm-aska demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers 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.

Product
A safer, faster way to eliminate vulnerabilities without updating dependencies

Product
Reachability analysis for Ruby is now in beta, helping teams identify which vulnerabilities are truly exploitable in their applications.

Research
/Security News
Malicious npm packages use Adspect cloaking and fake CAPTCHAs to fingerprint visitors and redirect victims to crypto-themed scam sites.