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

plexiform

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

plexiform - npm Package Compare versions

Comparing version 1.4.0 to 1.4.1

4

index.js

@@ -22,3 +22,3 @@ #!/usr/bin/env node

name: "Plexiform",
version: "1.4.0",
version: "1.4.1",
author: "Raith"

@@ -132,3 +132,3 @@ };

if (!fs.existsSync(plexiformconfigname) || opt_force_overwrite) {
let configcontent = '{\n\t"build_name": "./path/to/build_module.js",\n\t"config_name": "./path/to/config_file.json",\n\t"config_processor": null,\n\t"output_folder": "./path/to/output_folder/"\n}\n';
let configcontent = '{\n\t"build_name": "../plexiform-build-api",\n\t"config_name": "./path/to/config_file.json",\n\t"config_processor": "../plexiform-build-api/process-markdown-config",\n\t"output_folder": "."\n}\n';
fs.outputFileSync(plexiformconfigname, configcontent);

@@ -135,0 +135,0 @@ } else {

{
"name": "plexiform",
"version": "1.4.0",
"version": "1.4.1",
"description": "A very simple template-driven generator.",

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

# Plexiform
> **v1.4.0**
> **v1.4.1**

@@ -66,1 +66,2 @@ | In this document |

| 2017-09-17 | v1.4.0 | Raith | Added support for build config processor |
| 2017-09-18 | v1.4.1 | Raith | better suggestion in plexiformconfig, using relative path, and defaulting to plexiform-build-api |
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