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.1.1 to 3.2.0

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 */

13

index.js

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

const galleryUri = "https://plexiform.azurewebsites.net";
let galleryUri = "https://plexiform.azurewebsites.net";

@@ -32,3 +32,3 @@ // ---------------------------------------------------------------------

name: "Plexiform",
version: "3.1.1",
version: "3.2.0",
author: "Raith"

@@ -113,2 +113,4 @@ };

All gallery commands also support the optional --gallery <gallery_URI> switch for specifying the gallery URI
===============================================================================

@@ -246,2 +248,9 @@

var overrideGalleryUri = argv.options["gallery"];
if (overrideGalleryUri) {
if (!overrideGalleryUri.match(/^https?:\/\//)) overrideGalleryUri = `http://${overrideGalleryUri}`;
console.log(`Using gallery URI = ${overrideGalleryUri}`);
galleryUri = overrideGalleryUri;
}
// plexiform gallery publish --spec <spec_name> --secret <secret> [--rev <revision_number>]

@@ -248,0 +257,0 @@ if (argv.params[0] == "publish") {

2

package.json
{
"name": "plexiform",
"version": "3.1.1",
"version": "3.2.0",
"description": "A very simple template-driven generator.",

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

# Plexiform
> **v3.1.1**
> **v3.2.0**

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

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

@@ -33,4 +33,5 @@ # Plexiform

| 2017-12-31 | v3.1.0 | Raith | Removal of processor parameter now that this has become more formalised. Will use exported process method of the build module instead |
| 2017-01-01 | v3.1.1 | Raith | Fix reference to defunct variable (should be using TypeScript) |
| 2018-01-01 | v3.1.1 | Raith | Fix reference to defunct variable (should be using TypeScript) |
| 2018-01-08 | v3.2.0 | Raith | Added --gallery switch for changing the gallery URI |
---

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