
Research
Security News
Lazarus Strikes npm Again with New Wave of Malicious Packages
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
canvas-contribution
Advanced tools
Generate github contribution or other activities in canvas.
//if you use UMD, CanvasContributionTool is a global var
import CanvasContributionTool from 'canvas-contribution';
let canvas = document.getElementById('test');
CanvasContributionTool(canvas, { //data
max: max,
data: [
{
count: 123,
date: '2017-03-05', //Start from Sunday
},{
count: 123,
date: '2017-03-06',
},
//...etc
{
count: 123,
date: '2017-03-05',
}
],
},{ //config
padding_top: (44 - 13) * 2, //*2 for Retina Display and the tool will automatically set the width and height
padding_left_right: 100 * 2,
footer_margin_top: 14 * 2,
padding_bottom: (44 - 13 + 2) * 2,
color: {
0: '#eee', //less
1: '#FFAFB7',
2: '#FE8A95',
3: '#E26470',
4: '#BB4956', //more
},
text: 'activities',
});
npm run dev //start live demo
npm run build //build UMD
FAQs
generate github contribution or other activities in canvas
The npm package canvas-contribution receives a total of 0 weekly downloads. As such, canvas-contribution popularity was classified as not popular.
We found that canvas-contribution 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
Security News
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
Security News
Socket CEO Feross Aboukhadijeh discusses the open web, open source security, and how Socket tackles software supply chain attacks on The Pair Program podcast.
Security News
Opengrep continues building momentum with the alpha release of its Playground tool, demonstrating the project's rapid evolution just two months after its initial launch.