Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

handlebars-subexpression-helpers

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

handlebars-subexpression-helpers - npm Package Compare versions

Comparing version 1.0.7 to 1.0.8

4

dist/lib/helpers/includes.js

@@ -17,6 +17,2 @@ 'use strict';

if (typeof haystack === 'string') {
haystack = haystack.split();
}
if (['string', 'number'].indexOf(typeof haystack === 'undefined' ? 'undefined' : _typeof(haystack)) !== -1) {

@@ -23,0 +19,0 @@

2

package.json
{
"name": "handlebars-subexpression-helpers",
"version": "1.0.7",
"version": "1.0.8",
"description": "Some simple yet useful subexpression helpers for handlebars",

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

@@ -9,6 +9,2 @@ export let register = (Handlebars) => {

if(typeof haystack === 'string') {
haystack = haystack.split();
}
if(['string', 'number'].indexOf(typeof haystack) !== -1) {

@@ -15,0 +11,0 @@

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