@uppy/instagram
Advanced tools
Comparing version 1.1.0 to 1.2.0
@@ -34,2 +34,3 @@ var _class, _temp; | ||
"aria-hidden": "true", | ||
focusable: "false", | ||
fill: "#DE3573", | ||
@@ -104,2 +105,2 @@ width: "28", | ||
return Instagram; | ||
}(Plugin), _class.VERSION = "1.1.0", _temp); | ||
}(Plugin), _class.VERSION = "1.2.0", _temp); |
{ | ||
"name": "@uppy/instagram", | ||
"description": "Import photos and videos from Instagram, into Uppy.", | ||
"version": "1.1.0", | ||
"version": "1.2.0", | ||
"license": "MIT", | ||
@@ -26,9 +26,9 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@uppy/companion-client": "1.1.0", | ||
"@uppy/provider-views": "1.1.0", | ||
"@uppy/utils": "1.1.0", | ||
"@uppy/companion-client": "1.2.0", | ||
"@uppy/provider-views": "1.2.0", | ||
"@uppy/utils": "1.2.0", | ||
"preact": "8.2.9" | ||
}, | ||
"devDependencies": { | ||
"@uppy/core": "1.1.0" | ||
"@uppy/core": "1.2.0" | ||
}, | ||
@@ -38,3 +38,3 @@ "peerDependencies": { | ||
}, | ||
"gitHead": "28d235fe2fb57d87a399c20883fd6590aa49f4f4" | ||
"gitHead": "bd2beedcffbaa840de7069860e341f02268ddbb1" | ||
} |
@@ -15,3 +15,3 @@ const { Plugin } = require('@uppy/core') | ||
this.icon = () => ( | ||
<svg aria-hidden="true" fill="#DE3573" width="28" height="28" viewBox="0 0 512 512"> | ||
<svg aria-hidden="true" focusable="false" fill="#DE3573" width="28" height="28" viewBox="0 0 512 512"> | ||
<path d="M256,49.471c67.266,0,75.233.257,101.8,1.469,24.562,1.121,37.9,5.224,46.778,8.674a78.052,78.052,0,0,1,28.966,18.845,78.052,78.052,0,0,1,18.845,28.966c3.45,8.877,7.554,22.216,8.674,46.778,1.212,26.565,1.469,34.532,1.469,101.8s-0.257,75.233-1.469,101.8c-1.121,24.562-5.225,37.9-8.674,46.778a83.427,83.427,0,0,1-47.811,47.811c-8.877,3.45-22.216,7.554-46.778,8.674-26.56,1.212-34.527,1.469-101.8,1.469s-75.237-.257-101.8-1.469c-24.562-1.121-37.9-5.225-46.778-8.674a78.051,78.051,0,0,1-28.966-18.845,78.053,78.053,0,0,1-18.845-28.966c-3.45-8.877-7.554-22.216-8.674-46.778-1.212-26.564-1.469-34.532-1.469-101.8s0.257-75.233,1.469-101.8c1.121-24.562,5.224-37.9,8.674-46.778A78.052,78.052,0,0,1,78.458,78.458a78.053,78.053,0,0,1,28.966-18.845c8.877-3.45,22.216-7.554,46.778-8.674,26.565-1.212,34.532-1.469,101.8-1.469m0-45.391c-68.418,0-77,.29-103.866,1.516-26.815,1.224-45.127,5.482-61.151,11.71a123.488,123.488,0,0,0-44.62,29.057A123.488,123.488,0,0,0,17.3,90.982C11.077,107.007,6.819,125.319,5.6,152.134,4.369,179,4.079,187.582,4.079,256S4.369,333,5.6,359.866c1.224,26.815,5.482,45.127,11.71,61.151a123.489,123.489,0,0,0,29.057,44.62,123.486,123.486,0,0,0,44.62,29.057c16.025,6.228,34.337,10.486,61.151,11.71,26.87,1.226,35.449,1.516,103.866,1.516s77-.29,103.866-1.516c26.815-1.224,45.127-5.482,61.151-11.71a128.817,128.817,0,0,0,73.677-73.677c6.228-16.025,10.486-34.337,11.71-61.151,1.226-26.87,1.516-35.449,1.516-103.866s-0.29-77-1.516-103.866c-1.224-26.815-5.482-45.127-11.71-61.151a123.486,123.486,0,0,0-29.057-44.62A123.487,123.487,0,0,0,421.018,17.3C404.993,11.077,386.681,6.819,359.866,5.6,333,4.369,324.418,4.079,256,4.079h0Z" /> | ||
@@ -18,0 +18,0 @@ <path d="M256,126.635A129.365,129.365,0,1,0,385.365,256,129.365,129.365,0,0,0,256,126.635Zm0,213.338A83.973,83.973,0,1,1,339.974,256,83.974,83.974,0,0,1,256,339.973Z" /> |
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
12468
176
+ Added@uppy/companion-client@1.2.0(transitive)
+ Added@uppy/provider-views@1.2.0(transitive)
+ Added@uppy/utils@1.2.0(transitive)
- Removed@uppy/companion-client@1.1.0(transitive)
- Removed@uppy/provider-views@1.1.0(transitive)
- Removed@uppy/utils@1.1.0(transitive)
Updated@uppy/companion-client@1.2.0
Updated@uppy/provider-views@1.2.0
Updated@uppy/utils@1.2.0