Socket
Socket
Sign inDemoInstall

ember-cli-htmlbars

Package Overview
Dependencies
Maintainers
4
Versions
112
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember-cli-htmlbars - npm Package Compare versions

Comparing version 1.3.1 to 1.3.2

4

ember-addon-main.js

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

let dep = this.emberCLIDep = checker.for('ember-cli', 'npm');
dep.assertAbove(this, '0.1.2');
dep.assertAbove('0.1.2');
},

@@ -23,3 +23,3 @@

shouldSetupRegistryInIncluded: function() {
return !this.emberCLIDep.isAbove(this, '0.2.0');
return !this.emberCLIDep.isAbove('0.2.0');
},

@@ -26,0 +26,0 @@

{
"name": "ember-cli-htmlbars",
"version": "1.3.1",
"version": "1.3.2",
"description": "A library for adding htmlbars to ember CLI",

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

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