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

@jscpd/core

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jscpd/core - npm Package Compare versions

Comparing version 3.4.5 to 3.5.0

2

dist/statistic.d.ts
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;

3

dist/statistic.js
"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

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