
Research
Supply Chain Attack on Axios Pulls Malicious Dependency from npm
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.
wheely-bijtelling
Advanced tools
The widget allows the user to pass a custom user situation and a licene plate so a bijtelling calculation can be returned. T Example widget at: https://codepen.io/rkuyper/full/xQQQPZ/.
The widget allows the user to pass a custom user situation and a licene plate so a bijtelling calculation can be returned. T Example widget at: https://codepen.io/rkuyper/full/xQQQPZ/.
##Usage
const wheelyBijtelling = require('wheely-bijtelling');
wheelyBijtelling.bijtellingWidget(
{
api : 'api_key',
id: 'target_element',
options : {
tracking : 'GTM-XXXXXX', // writes user behaviour to Google Tag Managers DataLayer
height: 'height_of_widget', // leave empty if using wheely default height
width : 'width_of_widget', // leave empty if using wheely default width
style : 'stylesheet_of_choice', // leave empty if using wheely default style
color : 'button_color', // leave empty if using wheely default color
options : {
title : '', // leave empty if using wheely default title
description : '' // leave empty if using wheely default description
}
}
}
);
##Cached data Each request is cached inside the global dataLayer namespace. You can search the cached data by listening to 'vehicleSearch' event.
let cachedData = window.dataLayer;
##Returned bijtelling values Example of returned car object.
0.00 // integer
FAQs
The widget allows the user to pass a custom user situation and a licene plate so a bijtelling calculation can be returned. T Example widget at: https://codepen.io/rkuyper/full/xQQQPZ/.
We found that wheely-bijtelling 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.

Research
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.

Research
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.

Security News
TeamPCP is partnering with ransomware group Vect to turn open source supply chain attacks on tools like Trivy and LiteLLM into large-scale ransomware operations.