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.374 to 0.0.381

3

d/types.d.ts

@@ -28,5 +28,2 @@ export interface converterOptions {

export interface FilterOps {

@@ -33,0 +30,0 @@ enabled: boolean;

4

lib/index.js

@@ -105,3 +105,3 @@ import { createRequire } from 'module';

// setting properties
const props = getProps(file.originalname);
const props = getProps(file.filename);
let name = props.name;

@@ -240,3 +240,3 @@ const nameWT = name + "." + props.type;

if (res) {
res.send(this.router.message(errorMes));
res.status(300).send(this.router.message(errorMes));
res.end();

@@ -243,0 +243,0 @@ }

{
"name": "converter-toless-plugin",
"version": "0.0.374",
"version": "0.0.381",
"description": "this is a plugin",

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

@@ -171,3 +171,3 @@ import { createRequire } from 'module';

// setting properties
const props = getProps(file.originalname)
const props = getProps(file.filename)
let name = props.name;

@@ -329,3 +329,3 @@ const nameWT = name + "." + props.type;

if (res) {
res.send(this.router.message(errorMes))
res.status(300).send(this.router.message(errorMes))
res.end();

@@ -332,0 +332,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