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

lore-generate

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lore-generate - npm Package Compare versions

Comparing version 0.12.7-rc.1 to 0.12.7

2

package.json
{
"name": "lore-generate",
"version": "0.12.7-rc.1",
"version": "0.12.7",
"license": "MIT",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -21,3 +21,4 @@ var _ = require('lodash');

return readFile(source, 'utf8').then(function(template) {
var data = _.template(template, options);
var compiled = _.template(template);
var data = compiled(options);

@@ -24,0 +25,0 @@ if (!options.escapeHTMLEntities) {

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