Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@kaguya-anime/parsers

Package Overview
Dependencies
Maintainers
1
Versions
80
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kaguya-anime/parsers - npm Package Compare versions

Comparing version 1.14.21 to 1.14.22

2

build/core/Monitor.js

@@ -56,3 +56,3 @@ Object.defineProperty(exports, "__esModule", { value: true });

console.log('Running parser:', parser.id);
yield (0, utils_1.callWithTimeout)(parser.monitor.check, 60000);
yield (0, utils_1.callWithTimeout)(parser.monitor.check.bind(parser.monitor), 60000);
console.log('Done scraping parser:', parser.id);

@@ -59,0 +59,0 @@ }

{
"name": "@kaguya-anime/parsers",
"version": "1.14.21",
"version": "1.14.22",
"main": "build/index.js",

@@ -43,3 +43,3 @@ "license": "MIT",

},
"gitHead": "ebcb3856be42b58d6f729b68926470dc679460a3"
"gitHead": "b030a4df1a317457897ac6989ae39380f67faa53"
}

Sorry, the diff of this file is not supported yet

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