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.1 to 0.0.2

2

cvs~extend.js

@@ -91,3 +91,3 @@ 'use strict';

try {
yml = fs.readFileSync(`${__dirname}/cvs-files.yml`);
yml = fs.readFileSync(`${ROOT_DIR}/extend/custom/fp-cvs/cvs-files.yml`);
data = yaml.safeLoad(yml);

@@ -94,0 +94,0 @@ }

{
"name": "fp-cvs",
"version": "0.0.1",
"version": "0.0.2",
"description": "CVS extension for Fepper",

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

@@ -11,1 +11,8 @@ # CVS extension for Fepper

```
### Use
`fp cvs` tasks identify CVS-revisioned files by searching for Pattern Lab files
with corresponding YAML configs and determining if there exist corresponding
backend files. To process additional CVS-revisioned files, create a directory
named `extend/custom/fp-cvs`, and a file within named `cvs-files.yml`, and list
them therein. Base it off the empty YAML file in this NPM named `cvs-files.yml`.

Sorry, the diff of this file is not supported yet

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