@jscpd/core
Advanced tools
Comparing version 3.4.5 to 3.5.0
import { DetectorEvents, IHandler, IStatistic, ISubscriber } from '.'; | ||
export declare class Statistic implements ISubscriber { | ||
private readonly options; | ||
private static getDefaultStatistic; | ||
private statistic; | ||
constructor(options: any); | ||
subscribe(): Partial<Record<DetectorEvents, IHandler>>; | ||
@@ -8,0 +6,0 @@ getStatistic(): IStatistic; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
class Statistic { | ||
constructor(options) { | ||
this.options = options; | ||
constructor() { | ||
this.statistic = { | ||
@@ -7,0 +6,0 @@ detectionDate: new Date().toISOString(), |
{ | ||
"name": "@jscpd/core", | ||
"version": "3.4.5", | ||
"version": "3.5.0", | ||
"description": "core functionality of copy/paste detector for jscpd", | ||
@@ -38,3 +38,3 @@ "author": "Andrey Kucherenko <kucherenko.andrey@gmail.com>", | ||
}, | ||
"gitHead": "1062d38ca045143a4118be3046edc026075e3982" | ||
"gitHead": "bbc761b0dca9ac61338df9138f1420ab56bb66ea" | ||
} |
Sorry, the diff of this file is not supported yet
47010
656