New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@traveller-api/circle-fetcher

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@traveller-api/circle-fetcher - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

3

lib/core/reservation/parsers.js

@@ -8,2 +8,5 @@ "use strict";

const $ = cheerio.load(html);
if ($('.attention.center').text().trim() === '該当データがありません。') {
return [];
}
const reservations = $('#main_tbody tr')

@@ -10,0 +13,0 @@ .map((index, element) => {

4

package.json
{
"name": "@traveller-api/circle-fetcher",
"version": "0.1.1",
"version": "0.1.2",
"engines": {

@@ -43,3 +43,3 @@ "node": "16"

},
"gitHead": "f9093ab731a1360bdbfab55aa7803cef93bc1af7"
"gitHead": "1a56e67adb7acd369c87dfd378090597b511ac70"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc