New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.372 to 0.0.3721

6

lib/index.js

@@ -297,8 +297,2 @@ import { createRequire } from 'module';

let outputdir = this.router.path('outputdir');
if (!Path.isAbsolute(inputdir)) {
inputdir = Path.join(_dirname, inputdir) + "/";
}
if (!Path.isAbsolute(outputdir)) {
outputdir = Path.join(_dirname, outputdir) + "/";
}
this.inputdir = inputdir;

@@ -305,0 +299,0 @@ this.outputdir = outputdir;

2

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

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

@@ -396,10 +396,2 @@ import { createRequire } from 'module';

if (!Path.isAbsolute(inputdir)) {
inputdir = Path.join(_dirname, inputdir) + "/"
}
if (!Path.isAbsolute(outputdir)) {
outputdir = Path.join(_dirname, outputdir) + "/"
}
this.inputdir = inputdir;

@@ -406,0 +398,0 @@ this.outputdir = outputdir;

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