Socket
Socket
Sign inDemoInstall

pug-filters

Package Overview
Dependencies
48
Maintainers
2
Versions
22
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.1 to 3.0.2

2

lib/handle-filters.js

@@ -97,3 +97,3 @@ 'use strict';

try {
attrs[attr.name] = constantinople.toConstant(attr.val);
attrs[attr.name] = attr.val === true ? true : constantinople.toConstant(attr.val);
} catch (ex) {

@@ -100,0 +100,0 @@ if (/not constant/.test(ex.message)) {

{
"name": "pug-filters",
"version": "3.0.1",
"version": "3.0.2",
"description": "Code for processing filters in pug templates",

@@ -5,0 +5,0 @@ "keywords": [

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc