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.5.1 to 1.5.2

2

cli.js

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

include: function(name) {
return fs.readFileSync(path.join(directory, name + ".leaf"), "utf8");
return fs.readFileSync(path.join(directory, name + ".leaf"), "utf8"); // XXX: Apparently there’s no error when the file is not found
}

@@ -31,0 +31,0 @@ });

{
"name": "razorleaf",
"version": "1.5.1",
"version": "1.5.2",
"main": "razorleaf.js",

@@ -19,6 +19,6 @@ "files": [

"type": "git",
"url": "https://github.com/campersander/razorleaf"
"url": "https://github.com/charmander/razorleaf"
},
"bugs": {
"url": "https://github.com/campersander/razorleaf/issues"
"url": "https://github.com/charmander/razorleaf/issues"
},

@@ -25,0 +25,0 @@ "homepage": "https://charmander.me/razorleaf/",

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