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.
ember-humans-txt
Advanced tools
This Ember addon helps you generate and mantain a humans.txt file for your website
This Ember addon helps you generate and mantain a humans.txt file for your website.
/config/humans.js
module.exports = function humans() {
return {
team: 'Santiago Ferreira (@san650 at Twitter and Github)',
thanks: [
'EmberJS team for the great framework',
'ember-cli team for such a great tool'
],
site: [
'Standards: HTML5, CSS3, ES2015',
'Components: EmberJS, node',
'Software: VIM, ember-cli'
],
note: 'Give san650/ember-humans-txt a star on github!'
};
}
generates...
/* TEAM */
Santiago Ferreira (@san650 at Twitter and Github)
/* THANKS */
EmberJS team for the great framework
ember-cli team for such a great tool
/* SITE */
Standards: HTML5, CSS3, ES2015
Components: EmberJS, node
Software: VIM, ember-cli
/* NOTE */
Give san650/ember-humans-txt a star on github!
and also links the humans.txt
file in your index.html
.
<link rel="author" href="humans.txt">
See humans.txt standard for more information.
team
is a string or array of team members.thanks
is a string or array of people you'd like to thank.site
is a string or array of technical specifications about your site.note
is a string or array of things you'd like to mention.$ ember install ember-humans-txt
This generates a config/humans.js configuration file.
$ git clone https://github.com/san650/ember-humans-txt.git
$ cd $_
$ yarn # (or npm install)
$ bower install
Running tests
$ npm test
Thanks to humans-generator project for the ideas.
ember-humans-txt is licensed under the MIT license.
See LICENSE for the full license text.
FAQs
This Ember addon helps you generate and mantain a humans.txt file for your website
The npm package ember-humans-txt receives a total of 0 weekly downloads. As such, ember-humans-txt popularity was classified as not popular.
We found that ember-humans-txt 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.