Comparing version 5.1.1 to 5.1.2
declare namespace scrapeIt { | ||
export interface ScrapeOptions { | ||
[key: string]: string | ScrapeOptionListWithData | ScrapeOptionListWithConvert | ScrapeOptionElement; | ||
[key: string]: string | ScrapeOptionList | ScrapeOptionElement; | ||
} | ||
@@ -5,0 +5,0 @@ |
@@ -14,3 +14,3 @@ { | ||
"license": "MIT", | ||
"version": "5.1.1", | ||
"version": "5.1.2", | ||
"main": "lib/index.js", | ||
@@ -17,0 +17,0 @@ "types": "lib/index.d.ts", |
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
28697