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.26 to 0.0.27

4

lib/index.js

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

setInputOutputDir() {
let inputdir = this.inputdir;
let outputdir = this.outputdir;
let inputdir = this.router.path('inputdir');
let outputdir = this.router.path('outputdir');
if (!Path.isAbsolute(this.inputdir)) {

@@ -282,0 +282,0 @@ inputdir = Path.join(_dirname, this.inputdir) + "/";

{
"name": "converter-toless-plugin",
"version": "0.0.26",
"version": "0.0.27",
"description": "this is a plugin",

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

@@ -360,4 +360,4 @@

setInputOutputDir() {
let inputdir = this.inputdir
let outputdir = this.outputdir
let inputdir = this.router.path('inputdir');
let outputdir = this.router.path('outputdir')

@@ -364,0 +364,0 @@ if (!Path.isAbsolute(this.inputdir)) {

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