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

plop

Package Overview
Dependencies
Maintainers
1
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

plop - npm Package Compare versions

Comparing version 0.2.3 to 0.2.4

0

mod/console-out.js

@@ -0,0 +0,0 @@ module.exports = (function () {

6

mod/logic.js

@@ -23,4 +23,4 @@ module.exports = (function () {

prompts = config.prompts;
prompt.message = colors.green(gName);
prompt.message = colors.green(gName.toUpperCase());
prompt.start();

@@ -54,3 +54,3 @@ prompt.get({properties: prompts}, function (err, result) {

filePath = makePath(plop.renderString(action.path || '', data));
_chain = _chain.then(function () {

@@ -57,0 +57,0 @@ if (template) {

@@ -28,3 +28,3 @@ module.exports = (function () {

h;
for (h in helpers) {

@@ -41,3 +41,3 @@ if (!helpers.hasOwnProperty(h)) { continue; }

function getGeneratorList() { return Object.keys(generators); }
function setPlopfilePath(path) { plopfilePath = path; }

@@ -50,3 +50,3 @@ function getPlopfilePath() { return plopfilePath; }

renderString: renderString,
setGenerator: setGenerator,

@@ -53,0 +53,0 @@ getGenerator: getGenerator,

{
"name": "plop",
"version": "0.2.3",
"version": "0.2.4",
"description": "Micro-generator script for doing project specific scaffolding of code structures",

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

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

var generators;
// set the default base path to the plopfile directory

@@ -41,3 +41,3 @@ plop.setPlopfilePath(path.dirname(plopfilePath));

throw Error('Generator ' + generator + ' not found in plopfile');
}
}
}

@@ -44,0 +44,0 @@

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