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

fp-cvs

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fp-cvs - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

5

cvs~extend.js

@@ -14,3 +14,2 @@ 'use strict';

const templater = require('../../../core/tasks/templater');
const utils = require('../../../core/lib/utils');

@@ -20,3 +19,3 @@

const TEMPLATES_DIR_DEFAULT = utils.backendDirCheck(ROOT_DIR, pref.backend.synced_dirs.templates_dir);
const TEMPLATES_EXT_DEFAULT = templater.templatesExtCheck(pref.backend.synced_dirs.templates_ext);
const TEMPLATES_EXT_DEFAULT = utils.extCheck(pref.backend.synced_dirs.templates_ext);

@@ -75,3 +74,3 @@ function cvsProcessExec(cmd, file) {

if (typeof data.templates_ext === 'string') {
templatesExt = templater.templatesExtCheck(data.templates_ext);
templatesExt = utils.extCheck(data.templates_ext);
}

@@ -78,0 +77,0 @@ else {

2

package.json
{
"name": "fp-cvs",
"version": "0.0.3",
"version": "0.0.4",
"description": "CVS extension for Fepper",

@@ -5,0 +5,0 @@ "repository": {

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