easy-html-injector
Advanced tools
Comparing version 1.0.4 to 1.0.5
@@ -10,4 +10,10 @@ type HtmlElement = { | ||
}; | ||
/** | ||
* Simple function to inject an element into an html string. | ||
* @param html | ||
* @param element | ||
* @returns html with injected element | ||
*/ | ||
declare function inject(html: string, element: HtmlElement): string; | ||
export { inject }; |
{ | ||
"name": "easy-html-injector", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "A simple HTML injector for Node.js", | ||
@@ -32,7 +32,4 @@ "main": "dist/index.js", | ||
"ava": "5.2.0", | ||
"@ava/typescript": "4.0.0", | ||
"ts-node": "10.9.1", | ||
"cheerio": "1.0.0-rc.12", | ||
"benchmarkify": "3.0.0", | ||
"@jsperf.dev/reporter": "0.2.0", | ||
"tsup": "6.6.3", | ||
@@ -39,0 +36,0 @@ "@jsperf.dev/benchmark": "0.3.4" |
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
4995
7
27