@universe/phone-parser
Advanced tools
Comparing version 0.3.0 to 0.3.1
{ | ||
"name": "@universe/phone-parser", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"main": "dist/src/index.js", | ||
@@ -5,0 +5,0 @@ "description": "Universe phone parser.", |
@@ -18,2 +18,3 @@ export const SPAM_WORDS = [ | ||
'advertisement', | ||
'advertisements', | ||
'all new', | ||
@@ -25,11 +26,18 @@ 'amazing stuff', | ||
'bank', | ||
'banks', | ||
'bargain', | ||
'bargains', | ||
'beneficiary', | ||
'beneficiaries', | ||
'best price', | ||
'beverage', | ||
'beverages', | ||
'big bucks', | ||
'billing address', | ||
'billing addresses', | ||
'billion', | ||
'billions', | ||
'billion dollars', | ||
'bonus', | ||
'bonuses', | ||
'brand new pager', | ||
@@ -39,2 +47,3 @@ 'buy', | ||
'call', | ||
'calling', | ||
'call free', | ||
@@ -44,13 +53,21 @@ 'call now', | ||
'cannot be combined with any other offer', | ||
'credit card', | ||
'credit cards', | ||
'cards accepted', | ||
'card accepted', | ||
'cash', | ||
'cash bonus', | ||
'casino', | ||
'casinos', | ||
'celebrity', | ||
'celebrities', | ||
'cents on the dollar', | ||
'certified', | ||
'chance', | ||
'chances', | ||
'cheap', | ||
'check', | ||
'checks', | ||
'check or money order', | ||
'check or money orders', | ||
'claims', | ||
@@ -61,6 +78,6 @@ 'claims to be in accordance with some spam law', | ||
'click', | ||
'clicks', | ||
'click here', | ||
'collect', | ||
'collect child support', | ||
'compare', | ||
'compare rates', | ||
@@ -81,3 +98,4 @@ 'compete for your business', | ||
'deal', | ||
'dear ', | ||
'deals', | ||
'dear', | ||
'diagnostics', | ||
@@ -95,2 +113,3 @@ 'dig up dirt on friends', | ||
'earn', | ||
'earns', | ||
'earn $', | ||
@@ -140,2 +159,3 @@ 'earn extra cash', | ||
'friend', | ||
'friends', | ||
'full refund', | ||
@@ -171,2 +191,3 @@ 'get it now', | ||
'investment', | ||
'investments', | ||
'investment decision', | ||
@@ -181,2 +202,3 @@ 'it\'s effective', | ||
'lose', | ||
'looses', | ||
'lose weight', | ||
@@ -197,6 +219,7 @@ 'lose weight spam', | ||
'mass email', | ||
'mass emails', | ||
'medicine', | ||
'medium', | ||
'meet singles', | ||
'member', | ||
'members', | ||
'message contains', | ||
@@ -213,2 +236,3 @@ 'million', | ||
'nigerian', | ||
'prince', | ||
'no age restrictions', | ||
@@ -230,3 +254,5 @@ 'no catch', | ||
'obligation', | ||
'obligations', | ||
'offer', | ||
'offers', | ||
'offer expires', | ||
@@ -244,5 +270,7 @@ 'once in lifetime', | ||
'opportunity', | ||
'opportunities', | ||
'order today', | ||
'orders shipped by', | ||
'outstanding values', | ||
'password', | ||
'passwords', | ||
@@ -254,2 +282,3 @@ 'pennies a day', | ||
'phone', | ||
'phones', | ||
'please read', | ||
@@ -278,2 +307,3 @@ 'potential earnings', | ||
'sample', | ||
'samples', | ||
'satisfaction', | ||
@@ -285,2 +315,3 @@ 'satisfaction guaranteed', | ||
'shopper', | ||
'shoppers', | ||
'shopping spree', | ||
@@ -297,2 +328,3 @@ 'sign up free today', | ||
'tax', | ||
'taxes', | ||
'terms and conditions', | ||
@@ -303,2 +335,3 @@ 'the best rates', | ||
'no refund', | ||
'no refunds', | ||
'giving it away', | ||
@@ -310,2 +343,3 @@ 'this isn\'t junk', | ||
'trial', | ||
'trials', | ||
'undisclosed recipient', | ||
@@ -321,3 +355,5 @@ 'university diplomas', | ||
'vacation', | ||
'vacations', | ||
'vacation offers', | ||
'vacation offer', | ||
'valium', | ||
@@ -328,2 +364,3 @@ 'viagra', | ||
'warranty', | ||
'warranties', | ||
'we hate spam', | ||
@@ -340,5 +377,7 @@ 'we honor all', | ||
'wife', | ||
'wives', | ||
'believe your eyes', | ||
'win', | ||
'winner', | ||
'winners', | ||
'winning', | ||
@@ -357,2 +396,3 @@ 'won', | ||
'jackpot', | ||
'jackpots', | ||
'lottery', | ||
@@ -363,5 +403,9 @@ 'lotto', | ||
'reward', | ||
'rewards', | ||
'promo', | ||
'promos', | ||
'alert', | ||
'alerts', | ||
'diamond', | ||
'diamonds', | ||
'loaded', | ||
@@ -424,2 +468,4 @@ 'additional income', | ||
export const POWER_WORDS = [ | ||
'compare', | ||
'compares', | ||
'happiness', | ||
@@ -587,2 +633,3 @@ 'indulgence', | ||
'fight', | ||
'fights', | ||
'practical', | ||
@@ -720,2 +767,3 @@ 'drive', | ||
'expert', | ||
'experts', | ||
'popular', | ||
@@ -746,2 +794,3 @@ 'foolish', | ||
'secret', | ||
'secrets', | ||
'mistake', | ||
@@ -798,2 +847,3 @@ 'lifetime', | ||
'success', | ||
'successes', | ||
'signs', | ||
@@ -806,3 +856,5 @@ 'sublime', | ||
'triumph', | ||
'triumphant', | ||
'solution', | ||
'solutions', | ||
'underused', | ||
@@ -821,2 +873,3 @@ 'triggers', | ||
'belong', | ||
'belonging', | ||
'polarizing', | ||
@@ -827,4 +880,7 @@ 'surefire', | ||
'promise', | ||
'promises', | ||
'dominate', | ||
'dominates', | ||
'validate', | ||
'validates', | ||
'worst', | ||
@@ -831,0 +887,0 @@ 'stop', |
393313
6314