utm-params icon indicating copy to clipboard operation
utm-params copied to clipboard

parse and get all utm parameters

Results 4 utm-params issues
Sort by recently updated
recently updated
newest added

Simply running `var utm = require('@segment/utm-params')` gives: internal/modules/cjs/loader.js:582 throw err; ^ Error: Cannot find module 'type' at Function.Module._resolveFilename (internal/modules/cjs/loader.js:580:15) at Function.Module._load (internal/modules/cjs/loader.js:506:25) at Module.require (internal/modules/cjs/loader.js:636:17) at require (internal/modules/cjs/helpers.js:20:18) at Object....

Installing this module: npm WARN deprecated [email protected]: This module is no longer maintained, try this instead: npm WARN deprecated npm i nyc npm WARN deprecated Visit https://istanbul.js.org/integrations for other alternatives....

All four keys strip the `utm_` and use the remaining part as the key name. Whereas the value of `utm_campaign` is mapped to `name` key. It feels like if we...

https://github.com/component/querystring/issues/15 The `component-querystring` package has a quirk that breaks the `utm-params` package in node.js due to how they use the `browser` param in package.json. Is it possible to remove this...