chromeExtensionAsync | Promise wrapper for the Chrome extension API | Reactive Programming library
kandi X-RAY | chromeExtensionAsync Summary
kandi X-RAY | chromeExtensionAsync Summary
Promise wrapper for the Chrome extension API so that it can be used with async/await rather than callbacks
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of chromeExtensionAsync
chromeExtensionAsync Key Features
chromeExtensionAsync Examples and Code Snippets
Community Discussions
Trending Discussions on chromeExtensionAsync
QUESTION
I have a component: chrome-extension-async
published to both Bower and NPM.
When I search for it on bower.io it finds the package, but it doesn't find the description.
My bower.json
has a description
property.
libraries.io finds the component on both NPM and Bower, but the latter has no description (either from the json
or the readme)
What am I doing wrong?
...ANSWER
Answered 2017-Apr-26 at 14:25Also by checking the code of libraries.io responsible for bower packages, it looks like everything is fine from this perspective. If you had changed your github repo name in the meantime though, that might very well be the issue.
My best bet would be a caching issue. If you had published it previously without description, libraries.io or bower.io might hold a cache of some fields like that, and I dunno really when it could be invalidated, you can also see you have 0 stars here which is not up-to-date.
I'm sure you already tried to bump the version, since as I can see from the bower.io api your did a last version on April 16. If you didn't thought, you might want to give it a try.
What I would advice you is to try changing your name to chrome-extension-async-tmp
, and see if it gets picked up. If it does, that means it's something related to caching. In this case, you could (depending on your user-base) un-publish and republish the package, so the description gets picked up again.
After a simple clone and rename of your package, I published it on bower and 1 day later it was showing on the search results of both libraries.io and bower.io, with the correct descriptions. As you can see in their github.rake they are syncing repositories that have never been synced. Hopefully since #1080, they added a button to manually trigger a re-sync of a library if you are logged on the site (if no sync has occurred less than 24 hours ago). So I think that's what you're looking for.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install chromeExtensionAsync
Note that you can use an ES5 build version of "Chrome Extension Async". Sometimes your application has a build process that requires you to use 3rd party libraries that published with ES5 code. For example, create-react-app will break the build and minification process if one of your dependencies is not published as standard ES5 code.
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page