Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
quentonc-jsdoc_helper
Advanced tools
jsdoc_helper by Pete Gadomski http://github.com/quentonc/jsdoc_helper/tree/master
== DESCRIPTION:
Rake tasks for jsdoc-toolkit, a Javascript documentation generator.
jsdoc_helper includes:
== FEATURES/PROBLEMS:
== SYNOPSIS:
Include the following in your Rakefile: require 'rubygems' # if needed require 'jsdoc_helper'
JsdocHelper::Rake::Task.new
Generate your doc with $rake jsdoc
You can give your jsdoc task a new name JsdocHelper::Rake::Task.new(:jsdoc_toolkit)
Or specify other options JsdocHelper::Rake::Task.new do |t| t[:options] = '--private' t[:out] = 'html' t[:template] = 'prettier/template' t[:toolkit] = '/usr/local/lib/jsdoc-toolkit' end
== REQUIREMENTS:
== INSTALL:
JsdocHelper can be installed via RubyGems, hosted on github. If you haven't already gem sources -a http://gems.github.com Then sudo gem install quentonc-jsdoc_helper The source is on GitHub git clone git://github.com/quentonc/jsdoc_helper.git
== LICENSE:
Creative Commons Attribution-Share Alike 3.0 Unported http://creativecommons.org/licenses/by-sa/3.0/
jsdoc-toolkit is released under the MIT license http://www.opensource.org/licenses/mit-license.php
FAQs
Unknown package
We found that quentonc-jsdoc_helper 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.
Security News
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.