![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Vínbúðin does not provide an open API. This package can be used to analyse their product data or create something else from it.
This package extracts data from www.vinbudin.is and returns a JSON Object.
The quickest way to try this package out is using the CLI:
npx vinbudin
This will allow you to select what product categories you want to fetch. The data will be saved as a products.json
file in the same folder that you ran the package.
# pnpm
pnpm add -D vinbudin
# npm
npm i -D vinbudin
# yarn
yarn add -D vinbudin
vinbudin.getProducts(products) -> promise
Gets products from www.vinbudin.is
It looks like this:
{
beer: true,
red: true,
white: true,
rose: true,
bubbly: true,
fortified: true,
ciderfruitandblends: true,
sakeandmead: true,
strong: true,
aromatised: true,
}
import { getProducts } from 'vinbudin'
getProducts().then((products) => {
// Handle the data
console.log(products)
})
// You can also provide an options object to get specific data
getProducts({
beer: true,
bubbly: true,
}).then((products) => {
// Handle the data
console.log(products)
})
FAQs
Fetches product data from www.vinbudin.is
The npm package vinbudin receives a total of 10 weekly downloads. As such, vinbudin popularity was classified as not popular.
We found that vinbudin demonstrated a healthy version release cadence and project activity because the last version was released less than 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
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.