Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ember-inflector

Package Overview
Dependencies
Maintainers
2
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember-inflector - npm Package Compare versions

Comparing version 1.5.1 to 1.6.0

dist/assets/dummy.css

3

addon/lib/system/inflector.js

@@ -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 @@ },

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