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

laut

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

laut - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

proba/a.tpl

10

lib/index.js

@@ -51,7 +51,7 @@ var path = require('path'),

/*
* All processors for JSP pages will handle JSP pages too
* See #7
* All processors for JSP pages will handle JSPF and TPL pages too
* See #7 and #47
*/
PROCESSORS.jspf = PROCESSORS.jsp;
PROCESSORS.jspf = PROCESSORS.tpl = PROCESSORS.jsp;

@@ -64,3 +64,3 @@ function list(value) {

.option('-f, --file [file name]', 'The file(s) to process.', list)
.option('-e, --ext [file extensions]', 'The file extensions which should be processed. Defaults to "js, jsp, jspf, css".', function(value) {
.option('-e, --ext [file extensions]', 'The file extensions which should be processed. Defaults to "js, jsp, jspf, css, tpl".', function(value) {
value = value.split(',');

@@ -73,3 +73,3 @@

);
}, ['js', 'jsp', 'jspf', 'css'])
}, ['js', 'jsp', 'jspf', 'css', 'tpl'])
.version(version)

@@ -76,0 +76,0 @@ .parse(process.argv);

{
"name": "laut",
"description": "Upgrade plugins/themes from Liferay Portal 6.1 to 6.2",
"version": "1.0.5",
"version": "1.0.6",
"author": {

@@ -6,0 +6,0 @@ "name": "Iliyan Peychev",

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