posthtml-fetch
Advanced tools
Comparing version 1.2.1 to 1.2.2
@@ -27,3 +27,3 @@ 'use strict' | ||
} | ||
if (node.attrs && node.attrs[options.attribute]) { | ||
@@ -30,0 +30,0 @@ options.got.url = options.got.url || node.attrs[options.attribute] |
{ | ||
"name": "posthtml-fetch", | ||
"description": "PostHTML plugin for fetching and displaying remote content.", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"license": "MIT", | ||
@@ -40,4 +40,4 @@ "author": "Cosmin Popovici (https://github.com/cossssmin)", | ||
"nyc": "^15.1.0", | ||
"xo": "^0.35.0" | ||
"xo": "^0.38.2" | ||
} | ||
} |
@@ -6,2 +6,3 @@ module.exports = { | ||
semi: 0, | ||
'unicorn/prefer-spread': 0, | ||
'unicorn/string-content': 0, | ||
@@ -8,0 +9,0 @@ 'promise/prefer-await-to-then': 0, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
15378
156