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

@jscpd/tokenizer

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jscpd/tokenizer - npm Package Compare versions

Comparing version 3.3.8 to 3.3.9

1

dist/core/src/interfaces/options.interface.d.ts

@@ -11,2 +11,3 @@ export interface IOptions {

path?: string[];
pattern?: string;
mode?: any;

@@ -13,0 +14,0 @@ config?: string;

4

dist/core/src/options.js

@@ -12,4 +12,4 @@ "use strict";

minLines: 5,
maxLines: 500,
maxSize: '30kb',
maxLines: 1000,
maxSize: '100kb',
minTokens: 50,

@@ -16,0 +16,0 @@ output: './report',

{
"name": "@jscpd/tokenizer",
"version": "3.3.8",
"version": "3.3.9",
"description": "tokenizer of source code for jscpd",

@@ -36,7 +36,7 @@ "author": "Andrey Kucherenko <kucherenko.andrey@gmail.com>",

"dependencies": {
"@jscpd/core": "^3.3.8",
"@jscpd/core": "^3.3.9",
"reprism": "^0.0.11",
"spark-md5": "^3.0.1"
},
"gitHead": "d611ec57e2aa02f904f4588e6e4bc3486d09e87c"
"gitHead": "90132477df457c681559e3545fafc6a9fbfe3f43"
}

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