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

converter-toless-plugin

Package Overview
Dependencies
Maintainers
1
Versions
96
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

converter-toless-plugin - npm Package Compare versions

Comparing version 0.0.25 to 0.0.26

3

lib/index.js

@@ -32,4 +32,2 @@ import { createRequire } from 'module';

logfile: Path.join(_dirname, 'logs', 'converterlog.txt'),
inputdir: './uploads/input',
outputdir: './uploads/output',
timetoGarbageCleaner: 14400,

@@ -39,3 +37,2 @@ deleteallTempFilesOnStart: true,

randomStringSize: 8,
filter: require(Path.join(_dirname, '/data/filter.json'))
};

@@ -42,0 +39,0 @@ export default class CompilersHandler {

2

package.json
{
"name": "converter-toless-plugin",
"version": "0.0.25",
"version": "0.0.26",
"description": "this is a plugin",

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

@@ -48,6 +48,2 @@

inputdir: './uploads/input',
outputdir: './uploads/output',
timetoGarbageCleaner: 14400,

@@ -60,4 +56,2 @@

randomStringSize: 8,
filter: require(Path.join(_dirname, '/data/filter.json'))
}

@@ -64,0 +58,0 @@

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