New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

referral-parser

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

referral-parser - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

2

index.js

@@ -95,3 +95,3 @@ 'use strict';

//now try for a custom tld and sld
const domains = ['.com', '.co.uk', '.co.jp', '.co.kr', '.co.nf'];
const domains = ['.com', '.co.uk', '.co.jp', '.co.kr', '.co.nf', '.co.id'];
let withoutTLD;

@@ -98,0 +98,0 @@

{
"name": "referral-parser",
"version": "0.0.3",
"version": "0.0.4",
"description": "Parse a referral url into useful information",

@@ -11,3 +11,3 @@ "main": "index.js",

"type": "git",
"url": "git+https://github.com/daniel-morrison/referral-parser.git"
"url": "git+https://github.com/danm/referral-parser.git"
},

@@ -20,8 +20,8 @@ "keywords": [

],
"author": "Daniel Morrison <hi@danielmorrison.io>",
"author": "Daniel Morrison <daniel.morrison@mac.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/daniel-morrison/referral-parser/issues"
"url": "https://github.com/danm/referral-parser/issues"
},
"homepage": "https://github.com/daniel-morrison/referral-parser#readme",
"homepage": "https://github.com/danm/referral-parser#readme",
"dependencies": {

@@ -28,0 +28,0 @@ "js-yaml": "^3.6.1",

Referral Parser
===============
Parse a referral url into useful information
####Parse a referral url into useful information
```js

@@ -8,0 +9,0 @@ const Referral = require('referral-parser');

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc