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.
53cal-jp-scraper
Advanced tools
Scrape the days of 53cal.jp
$ npm install --save 53cal-jp-scraper
var GomiCalJp = require('../');
var scraper = GomiCalJp({city: '1130104', area: '1130104154'});
scraper.whatDate('2014-06-04', function(err, data){
data = {
meta: {
city: '1130104',
area: '1130104154',
cityName: '東京都品川区',
areaName: '南大井6丁目18番地(大森住宅)以外',
link: 'http://www.53cal.jp/areacalendar/?city=1130104&area=1130104154&yy=2014&mm=6'
},
result: {
'2014-06-04': '燃やすゴミ'
}
};
});
categories
dateAndCategoryInMonth
whatDate
In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using gulp.
(Nothing yet)
Copyright (c) 2014 sanemat. Licensed under the MIT license.
FAQs
Scrape the days of 53cal.jp
We found that 53cal-jp-scraper 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.