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

razorleaf

Package Overview
Dependencies
Maintainers
1
Versions
96
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

razorleaf - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

2

cli.js

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

function render(input, outputFile, directory, callback) {
function render(input, output, directory, callback) {
var buffers = [];

@@ -12,0 +12,0 @@

@@ -123,5 +123,7 @@ "use strict";

this.parent.content.addText(">");
this.parent.content.addBuffer(this.content);
if(!isVoid) {
if(isVoid) {
console.log(this.content);
} else {
this.parent.content.addBuffer(this.content);
this.parent.content.addText("</" + node.name + ">");

@@ -196,3 +198,3 @@ }

context.content.code +
"\nreturn __output;"
"\nreturn __output;";

@@ -199,0 +201,0 @@ var compiled = new Function("__util, data", code);

{
"name": "razorleaf",
"version": "1.2.0",
"version": "1.2.1",
"main": "razorleaf.js",

@@ -28,2 +28,3 @@ "files": [

},
"homepage": "https://charmander.me/razorleaf/",
"licenses": [

@@ -30,0 +31,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