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 1.4.0 to 1.4.1

4

mod/logic.js

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

// make a full path from the basePath (plopfile location)
// if not already an absolute path, make an absolute path from the basePath (plopfile location)
function makePath(p) {
return path.join(basePath, p);
return path.isAbsolute(p) ? p : path.join(basePath, p);
}

@@ -41,0 +41,0 @@

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

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

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