New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

persona

Package Overview
Dependencies
Maintainers
1
Versions
91
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.3.2 to 0.3.3

2

lib/writefile.js

@@ -5,3 +5,3 @@ var jade = require('jade');

module.exports = function (a) {
fs.readFile('./lib/template.jade', 'utf8', function (err, data) {
fs.readFile(__dirname + '/template.jade', 'utf8', function (err, data) {
if (err) throw err;

@@ -8,0 +8,0 @@ var fn = jade.compile(data);

{
"name": "persona",
"version": "0.3.2",
"version": "0.3.3",
"description": "create personas from the command line",

@@ -5,0 +5,0 @@ "main": "index.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