Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
chrome-web-store-item-property
Advanced tools
Gather meta information from chrome web store.
For example: version, count of downloads and rating.
$ npm install --save chrome-web-store-item-property
var chromeWebStoreItemProperty = require('chrome-web-store-item-property');
chromeWebStoreItemProperty('nimelepbpejjlbmoobocpfnjhihnpked')
.then(function (value) {
console.log(value);
// => {
// name: 'Do Not Merge WIP for GitHub',
// url: 'https://chrome.google.com/webstore/detail/do-not-merge-wip-for-gith/nimelepbpejjlbmoobocpfnjhihnpked',
// image: 'https://ssl.gstatic.com/chrome/webstore/images/thumb.png',
// version: '1.0.6',
// price: '$0',
// priceCurrency: 'USD',
// interactionCount: {
// UserDownloads: '418'
// },
// operatingSystems: 'Chrome',
// ratingValue: '4.5',
// ratingCount: '2',
// id: 'nimelepbpejjlbmoobocpfnjhihnpked'
// };
});
Required
Type: string
ID for Chrome Web Store.
Pass request's available options
Required
Type: string
ID for Chrome Web Store.
Pass request's available options
MIT © sanemat
FAQs
Gather meta information from chrome web store
The npm package chrome-web-store-item-property receives a total of 24 weekly downloads. As such, chrome-web-store-item-property popularity was classified as not popular.
We found that chrome-web-store-item-property demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.