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.2 to 1.0.3

dist/lib/helpers/gt.js

0

dist/lib/helpers/ends-with.js

@@ -0,0 +0,0 @@ 'use strict';

@@ -0,0 +0,0 @@ 'use strict';

@@ -0,0 +0,0 @@ 'use strict';

@@ -0,0 +0,0 @@ 'use strict';

4

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

@@ -10,3 +10,3 @@ "main": "index.js",

"scripts": {
"test": "mocha --compilers js:mocha-babel ./test/**/*.test.js",
"test": "mocha --compilers js:babel-register ./test/**/*.test.js",
"transpile": "babel src/ -d dist/ --presets es2015",

@@ -13,0 +13,0 @@ "watch": "babel src/ -w -d dist/ --presets es2015"

@@ -7,3 +7,3 @@ import assert from "assert";

describe('isFalsy', function() {
describe('isFalse', function() {

@@ -10,0 +10,0 @@ it('should return false for undefined', (done) => {

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