@acot/html-pickup
Advanced tools
Comparing version 0.0.2-canary.1 to 0.0.2
@@ -6,2 +6,6 @@ # Change Log | ||
## [0.0.2](https://github.com/acot-a11y/acot/compare/@acot/html-pickup@0.0.2-canary.1...@acot/html-pickup@0.0.2) (2020-12-10) | ||
**Note:** Version bump only for package @acot/html-pickup | ||
## [0.0.2-canary.1](https://github.com/acot-a11y/acot/compare/@acot/html-pickup@0.0.2-canary.0...@acot/html-pickup@0.0.2-canary.1) (2020-11-08) | ||
@@ -8,0 +12,0 @@ |
@@ -81,3 +81,3 @@ "use strict"; | ||
}; | ||
exports.pickup = (html, selector, options = {}) => { | ||
const pickup = (html, selector, options = {}) => { | ||
const opts = { | ||
@@ -97,1 +97,2 @@ truncate: 120, | ||
}; | ||
exports.pickup = pickup; |
{ | ||
"name": "@acot/html-pickup", | ||
"version": "0.0.2-canary.1", | ||
"version": "0.0.2", | ||
"description": "Use the CSS Selector to pick up the elements from the HTML string.", | ||
@@ -43,3 +43,3 @@ "homepage": "https://github.com/acot-a11y/acot/tree/master/packages/html-pickup", | ||
}, | ||
"gitHead": "553e5c3111262f3500eca32fc00b2511aa169061" | ||
"gitHead": "0213161e3b268d769211bcd75d1d5f7f4e1818ad" | ||
} |
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
8915
154