Socket
Socket
Sign inDemoInstall

odesza

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

odesza - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

16

index.js

@@ -30,5 +30,7 @@ /**

}
}
};
/**
* Compiles a template file.
*
* @param {string} path The path to the template file.

@@ -45,4 +47,4 @@ * @param {object} options Options passed in to render the template.

}
return this.render(template, options);
}
return odesza.render(template, options);
};

@@ -58,3 +60,7 @@ /**

odesza.__express = function(path, options, fn) {
return fn(this.compile(path, options));
}
try {
return fn(null, odesza.compile(path, options));
} catch (e) {
return fn(e);
}
};
{
"name": "odesza",
"version": "0.0.3",
"version": "0.0.4",
"description": "Flexible templates powered by ES6 template strings.",

@@ -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