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.
date-utils
Advanced tools
Version 2 Feature and Changes discussion is being held at https://github.com/JerrySievert/node-date-utils/issues/37
<script type="text/javascript" src="date-utils.min.js"></script>
$ npm install date-utils
require('date-utils');
Note: This did not work in the REPL
before Node.js 0.6
due to how Node.js
handles context in the REPL
.
require('date-utils').language("es")
Supported languages:
Documentation (nearing completion) can be found at https://jerrysievert.github.io/date-utils
Make sure you have gulp installed (npm install gulp -g). After that hit npm install
to get the dependencies. Finally, hit gulp
. This will build the library initially. If you make changes to the library, it will compile the minified version automatically.
$ npm test
$ gulp
FAQs
Date add-ons for Node.js
The npm package date-utils receives a total of 222,206 weekly downloads. As such, date-utils popularity was classified as popular.
We found that date-utils 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.