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

zlocator

Package Overview
Dependencies
Maintainers
4
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

zlocator - npm Package Compare versions

Comparing version 1.2.1 to 1.3.0

3

lib/options.js

@@ -15,3 +15,4 @@ /**

'quiet': Boolean,
'version': Boolean
'version': Boolean,
'compat': Boolean
};

@@ -18,0 +19,0 @@ var shortHand = {

@@ -62,2 +62,4 @@ /**

ZLocator.prototype.plugHandlebars = function (locator) {
// defaulting mustache compat to true
var compat = typeof this.options.compat === 'undefined' || this.options.compat;
var loch = new LocatorHandlebars({

@@ -67,3 +69,4 @@ prefix: this.options.prefix,

handlebars: Handlebars,
parsePartials: this.options.parsePartials
parsePartials: this.options.parsePartials,
compat: compat
});

@@ -70,0 +73,0 @@

{
"name": "zlocator",
"version": "1.2.1",
"version": "1.3.0",
"description": "Zillow script driver for yahoo/locator-based YUI builds.",

@@ -5,0 +5,0 @@ "bin": {

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