Socket
Socket
Sign inDemoInstall

ember-cli-htmlbars

Package Overview
Dependencies
14
Maintainers
4
Versions
112
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.2.1 to 4.2.2

15

CHANGELOG.md

@@ -1,4 +0,17 @@

## v4.3.0 (2020-01-09)
## v4.2.2 (2020-01-15)
#### :bug: Bug Fix
* [#437](https://github.com/ember-cli/ember-cli-htmlbars/pull/437) Revert "Bump semver from 6.3.0 to 7.0.0" ([@rwjblue](https://github.com/rwjblue))
#### :memo: Documentation
* [#425](https://github.com/ember-cli/ember-cli-htmlbars/pull/425) Changelog: Fix wrong version ([@Turbo87](https://github.com/Turbo87))
#### Committers: 3
- Robert Jackson ([@rwjblue](https://github.com/rwjblue))
- Tobias Bieniek ([@Turbo87](https://github.com/Turbo87))
- [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview)
## v4.2.1 (2020-01-09)
#### :bug: Bug Fix
* [#423](https://github.com/ember-cli/ember-cli-htmlbars/pull/423) Only check semver range if ember-source is present ([@mixonic](https://github.com/mixonic))

@@ -5,0 +18,0 @@ * [#392](https://github.com/ember-cli/ember-cli-htmlbars/pull/392) Ensure inline precompilation does not error when a template contains `*/` ([@rwjblue](https://github.com/rwjblue))

20

package.json
{
"name": "ember-cli-htmlbars",
"version": "4.2.1",
"version": "4.2.2",
"description": "A library for adding htmlbars to ember CLI",

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

"json-stable-stringify": "^1.0.1",
"semver": "^7.0.0",
"semver": "^6.3.0",
"strip-bom": "^4.0.0",

@@ -51,8 +51,8 @@ "walk-sync": "^2.0.2"

"devDependencies": {
"@babel/core": "^7.7.7",
"@babel/plugin-proposal-class-properties": "^7.7.4",
"@babel/plugin-proposal-decorators": "^7.7.4",
"@babel/plugin-transform-runtime": "^7.7.6",
"@babel/plugin-transform-typescript": "^7.7.4",
"@babel/runtime": "^7.7.7",
"@babel/core": "^7.8.3",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-proposal-decorators": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.8.3",
"@babel/plugin-transform-typescript": "^7.8.3",
"@babel/runtime": "^7.8.3",
"@ember/optional-features": "^1.3.0",

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

"co": "^4.6.0",
"ember-cli": "~3.14.0",
"ember-cli": "~3.15.1",
"ember-cli-app-version": "^3.2.0",

@@ -71,3 +71,3 @@ "ember-cli-babel": "^7.13.2",

"ember-cli-inject-live-reload": "^2.0.2",
"ember-cli-template-lint": "^1.0.0-beta.3",
"ember-cli-template-lint": "^1.0.0",
"ember-cli-version-checker": "^3.1.3",

@@ -74,0 +74,0 @@ "ember-export-application-global": "^2.0.1",

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc