third-party-web
Advanced tools
Comparing version 0.20.1 to 0.20.2
@@ -16,2 +16,13 @@ const _ = require('lodash') | ||
}) | ||
it('should not have non-supported wilcards', () => { | ||
for (const entity of entities) { | ||
for (const domain of entity.domains) { | ||
// Wildcards must be like `*.blah.com` | ||
// Wildcards cannot be `*blah.com` or `blah*.com` | ||
expect(domain).toEqual(expect.not.stringMatching(/\w\*/)) | ||
expect(domain).toEqual(expect.not.stringMatching(/\*\w/)) | ||
} | ||
} | ||
}) | ||
}) |
@@ -62,3 +62,3 @@ const fs = require('fs') | ||
Object { | ||
"averageExecutionTime": 396.7790802973889, | ||
"averageExecutionTime": 410.6583262229093, | ||
"categories": Array [ | ||
@@ -107,4 +107,4 @@ "social", | ||
], | ||
"totalExecutionTime": 828544156, | ||
"totalOccurrences": 2088175, | ||
"totalExecutionTime": 1431828013, | ||
"totalOccurrences": 3486665, | ||
} | ||
@@ -117,3 +117,3 @@ `) | ||
Object { | ||
"averageExecutionTime": 311.06471601886824, | ||
"averageExecutionTime": 246.24096996129984, | ||
"categories": Array [ | ||
@@ -135,4 +135,4 @@ "cdn", | ||
"products": Array [], | ||
"totalExecutionTime": 17870979, | ||
"totalOccurrences": 57451, | ||
"totalExecutionTime": 32068454, | ||
"totalOccurrences": 130232, | ||
} | ||
@@ -139,0 +139,0 @@ `) |
{ | ||
"name": "third-party-web", | ||
"version": "0.20.1", | ||
"version": "0.20.2", | ||
"description": "Categorized data on third party entities on the web.", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4014263
1196
953