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

persona

Package Overview
Dependencies
Maintainers
1
Versions
88
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

persona - npm Package Compare versions

Comparing version 0.2.0 to 0.3.0

lib/template.jade

3

lib/index.js

@@ -76,3 +76,4 @@ var async = require('async');

if (err) throw err;
console.log(answers);
console.log("Creating your HTML, please wait...");
require('./writefile')(answers);
});
{
"name": "persona",
"version": "0.2.0",
"version": "0.3.0",
"description": "create personas from the command line",

@@ -25,4 +25,5 @@ "main": "index.js",

"async": "^0.9.0",
"commander": "^2.3.0"
"commander": "^2.3.0",
"jade": "^1.7.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