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

plexiform

Package Overview
Dependencies
Maintainers
2
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 3.3.2 to 3.3.3

0

builds/_boilerplate.js

@@ -0,0 +0,0 @@ // jshint esversion: 6

@@ -0,0 +0,0 @@ // jshint esversion: 6

@@ -0,0 +0,0 @@ {

@@ -0,0 +0,0 @@ /* jshint esversion: 6 */

@@ -0,0 +0,0 @@ /* jshint esversion: 6 */

4

index.js

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

name: "Plexiform",
version: "3.3.2",
version: "3.3.3",
author: "Raith"

@@ -184,3 +184,3 @@ };

var stat = fs.lstatSync(filepath);
if (stat.isDirectory() && filename.match(/^plexiform-build-/)) {
if ((stat.isDirectory() || stat.isSymbolicLink())&& filename.match(/^plexiform-build-/)) {
console.log(`Build script: ${filename}`);

@@ -187,0 +187,0 @@ builds.push(filename);

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

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

# Plexiform
> **v3.3.2**
> **v3.3.3**

@@ -5,0 +5,0 @@ | In this document |

@@ -0,0 +0,0 @@ {

@@ -38,3 +38,4 @@ # Plexiform

| 2018-01-10 | v3.3.2 | Raith | Default output folder is now cwd and path is formed more neatly |
| 2018-01-11 | v3.3.3 | Raith | --build * now scans symbolic links (previously only found actual directories) |
---

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