ember-inflector
Advanced tools
Comparing version 1.5.1 to 1.6.0
@@ -247,3 +247,4 @@ import Ember from 'ember'; | ||
isBlank = BLANK_REGEX.test(word); | ||
isBlank = !word || BLANK_REGEX.test(word); | ||
isCamelized = CAMELIZED_REGEX.test(word); | ||
@@ -250,0 +251,0 @@ firstPhrase = ""; |
{ | ||
"name": "ember-inflector", | ||
"version": "1.5.1", | ||
"version": "1.6.0", | ||
"description": "ember-inflector goal is to be rails compatible.", | ||
@@ -22,3 +22,3 @@ "directories": { | ||
"broccoli-asset-rev": "^2.0.0", | ||
"ember-cli": "0.2.0", | ||
"ember-cli": "0.2.1", | ||
"ember-cli-app-version": "0.3.2", | ||
@@ -33,3 +33,2 @@ "ember-cli-babel": "^4.0.0", | ||
"ember-cli-uglify": "1.0.1", | ||
"ember-data": "1.0.0-beta.15", | ||
"ember-export-application-global": "^1.0.2" | ||
@@ -36,0 +35,0 @@ }, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5411996
12
32
65151
2
1