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

@alline/core

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@alline/core - npm Package Compare versions

Comparing version 2.3.2 to 2.3.3

7

CHANGELOG.md

@@ -0,1 +1,8 @@

## [2.3.3](https://gitlab.com/alline/core/compare/v2.3.2...v2.3.3) (2020-06-29)
### Bug Fixes
* add default option for EpisodeSeriesScraper ([06f4402](https://gitlab.com/alline/core/commit/06f440219ae554314d0af93922afef1ad283bda0))
## [2.3.2](https://gitlab.com/alline/core/compare/v2.3.1...v2.3.2) (2020-06-29)

@@ -2,0 +9,0 @@

2

lib/plugin/scrapEpisodeSeries.d.ts

@@ -24,5 +24,5 @@ import { Logger } from "winston";

protected logger: Logger;
constructor(option: EpisodeSeriesScraperOption);
constructor(option?: EpisodeSeriesScraperOption);
scrap(option: EpisodeSeriesScrapOption): Promise<void>;
private scrapEpisode;
}

@@ -20,3 +20,3 @@ "use strict";

class EpisodeSeriesScraper {
constructor(option) {
constructor(option = {}) {
const { logLevel = process.env.NODE_ENV === "production" ? "info" : "debug", logger = createDefaultLogger(logLevel) } = option;

@@ -23,0 +23,0 @@ this.logger = logger;

{
"name": "@alline/core",
"version": "2.3.2",
"version": "2.3.3",
"description": "Core for Alline.",

@@ -5,0 +5,0 @@ "main": "./lib/index.js",

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