Security News
GitHub Removes Malicious Pull Requests Targeting Open Source Repositories
GitHub removed 27 malicious pull requests attempting to inject harmful code across multiple open source repositories, in another round of low-effort attacks.
@shopify/buy-button-js
Advanced tools
BuyButton.js allows merchants to build Shopify interfaces into any website
BuyButton.js is a highly customizable UI library for adding ecommerce functionality to any website. It allows you to create interactive UI components such as product listings and shopping carts with minimal configuration, while allowing you to easily customize the appearance and behaviour of the components. It uses the JS Buy SDK to connect to your Shopify store, giving you access to your products and collections.
To get started, take a look at the documentation. For questions, suggestions and feeback, please create an issue.
yarn
cp index.example.html index.html
yarn run start
Will watch for changes, compile src/ to tmp/ using babel & browserify, and run a server on port 8080.
yarn run test
will run full test suite locally
yarn run test-dev
Will watch for changes and run test suite.
To run docs locally, install jekyll:
gem install jekyll
yarn run docs
Doc server will run at http://localhost:4000/buy-button-js/ Docs source files are located in /docs. Docs are automatically deployed to gh-pages from master.
FAQs
BuyButton.js allows merchants to build Shopify interfaces into any website
The npm package @shopify/buy-button-js receives a total of 931 weekly downloads. As such, @shopify/buy-button-js popularity was classified as not popular.
We found that @shopify/buy-button-js demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 24 open source maintainers 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
GitHub removed 27 malicious pull requests attempting to inject harmful code across multiple open source repositories, in another round of low-effort attacks.
Security News
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
Security News
Node.js will be enforcing stricter semver-major PR policies a month before major releases to enhance stability and ensure reliable release candidates.