
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.
code-templates
Advanced tools
This software is in development !!
A simple templates or code snippets manager written in Node.js, for developers.
[ see demo ] (http://templates-harish2704.rhcloud.com/)
git clone https://github.com/harish2704/templates.git;
cd templates;
npm Install;
node server.js &;
xdg-open http://localhost:3000;
Sample data
name :: "Express.js controller Index function"
settings :: { "model": "string" }
Source ::
<% modelClass = @capitalize @model; modelObject = @small @model; modelObjects = @small (@pluralize @model ) %>
function(req, res ) {
<%- modelClass %>.count( {}, function( err, count ){
var paginationParams = {};
paginationParams.count = count;
paginationParams.page = req.query.page;
var pagination = paginator.paginate( paginationParams );
return <%- modelClass %>.find( { }).slice([pagination.start-1, paginator.defaults.size]).exec(function( err, <%- modelObject %> ){
return res.respond('<%- modelObjects %>/index', { <%- modelObjects %>: <%- modelObjects %>, pagination: pagination });
});
});
}
settings
Strict json
{
'parameter-name' : 'type'
}
available types
'string' => textbox
'number' => textbox
'boolean' => checkbox
Template
Refer ECT.js template engine.
built-in filters
'capitalize', 'small', 'singularize', 'pluralize'
FAQs
simple code template or snippets manager written in node.js
The npm package code-templates receives a total of 4 weekly downloads. As such, code-templates popularity was classified as not popular.
We found that code-templates 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.