ember-cli-prop-types
Advanced tools
Comparing version 1.3.1 to 1.3.2
# Changelog | ||
## 1.3.2 Pyramids Streams in 24-bit Color | ||
- 🐛 Fixes issue with unrecognized environment variables | ||
## 1.3.1 Revenge of the Laser Raptor | ||
@@ -4,0 +8,0 @@ |
@@ -57,3 +57,3 @@ 'use strict'; | ||
// prod shims so import statements don't throw | ||
if (this.env === 'development') { | ||
if (this.env !== 'production') { | ||
app.import(`${vendor}/prop-types/prop-types.js`, { | ||
@@ -101,3 +101,3 @@ using: [ | ||
if ( | ||
(this.env === 'development' || this.addonOptions.compress === false) | ||
(this.env !== 'production' || this.addonOptions.compress === false) | ||
&& type === 'head' | ||
@@ -104,0 +104,0 @@ ) { |
{ | ||
"name": "ember-cli-prop-types", | ||
"version": "1.3.1", | ||
"version": "1.3.2", | ||
"description": "Props validations for Ember applications using prop-types", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
![PropTypes Icon](https://github.com/crystal-ball/ember-cli-prop-types/raw/master/icon.png) | ||
[![Latest NPM release](https://img.shields.io/npm/v/ember-cli-prop-types.svg)]( | ||
https://www.npmjs.com/package/ember-cli-prop-types) | ||
[![Latest NPM release](https://img.shields.io/npm/v/ember-cli-prop-types.svg)](https://www.npmjs.com/package/ember-cli-prop-types) | ||
[![Ember Observer Score](https://emberobserver.com/badges/ember-cli-prop-types.svg)](https://emberobserver.com/addons/ember-cli-prop-types) | ||
@@ -6,0 +5,0 @@ [![Dependencies](https://david-dm.org/crystal-ball/ember-cli-prop-types.svg)](https://david-dm.org/crystal-ball/ember-cli-prop-types) |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
246573
0
164