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 4.2.2 to 4.2.3

10

CHANGELOG.md

@@ -0,1 +1,11 @@

## v4.2.3 (2020-02-24)
#### :house: Internal
* [#464](https://github.com/ember-cli/ember-cli-htmlbars/pull/464) Remove usage of legacy `checker.forEmber` API. ([@rwjblue](https://github.com/rwjblue))
* [#463](https://github.com/ember-cli/ember-cli-htmlbars/pull/463) fix: Standardize the option name for dependency invalidation. ([@chriseppstein](https://github.com/chriseppstein))
#### Committers: 2
- Chris Eppstein ([@chriseppstein](https://github.com/chriseppstein))
- Robert Jackson ([@rwjblue](https://github.com/rwjblue))
## v4.2.2 (2020-01-15)

@@ -2,0 +12,0 @@

2

lib/utils.js

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

unparallelizableWrappers,
hasDependencyInvalidation: !!dependencyInvalidation,
dependencyInvalidation: !!dependencyInvalidation,
};

@@ -273,0 +273,0 @@ }

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

@@ -50,3 +50,3 @@ "keywords": [

"devDependencies": {
"@babel/core": "^7.8.3",
"@babel/core": "^7.8.4",
"@babel/plugin-proposal-class-properties": "^7.8.3",

@@ -56,3 +56,3 @@ "@babel/plugin-proposal-decorators": "^7.8.3",

"@babel/plugin-transform-typescript": "^7.8.3",
"@babel/runtime": "^7.8.3",
"@babel/runtime": "^7.8.4",
"@ember/optional-features": "^1.3.0",

@@ -65,5 +65,5 @@ "babel-eslint": "^10.0.3",

"co": "^4.6.0",
"ember-cli": "~3.15.1",
"ember-cli": "~3.15.2",
"ember-cli-app-version": "^3.2.0",
"ember-cli-babel": "^7.13.2",
"ember-cli-babel": "^7.18.0",
"ember-cli-dependency-checker": "^3.2.0",

@@ -82,4 +82,4 @@ "ember-cli-inject-live-reload": "^2.0.2",

"eslint": "^6.8.0",
"eslint-config-prettier": "^6.9.0",
"eslint-plugin-ember": "^7.7.2",
"eslint-config-prettier": "^6.10.0",
"eslint-plugin-ember": "^7.8.0",
"eslint-plugin-mocha": "^6.2.2",

@@ -86,0 +86,0 @@ "eslint-plugin-node": "^10.0.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