Socket
Socket
Sign inDemoInstall

ember-inflector

Package Overview
Dependencies
Maintainers
5
Versions
31
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 3.0.0 to 3.0.1

6

addon/index.js

@@ -22,3 +22,3 @@ import Ember from 'ember';

},
});
}, { configurable: true });

@@ -34,3 +34,3 @@ Object.defineProperty(Ember.String, 'singularize', {

},
});
}, { configurable: true });

@@ -46,3 +46,3 @@ Object.defineProperty(Ember.String, 'pluralize', {

},
});
}, { configurable: true });

@@ -49,0 +49,0 @@ import "./lib/ext/string";

@@ -26,3 +26,3 @@ import Ember from 'ember';

},
});
}, { configurable: true });

@@ -46,3 +46,3 @@ /**

},
});
}, { configurable: true });
}
CHANGELOG
--------
## 3.0.1 (June 9, 2019)
- BUGFIX: don't throw if there are muliple copies of ember-inflector present. This mostly makes people's lives easier when adopting Embroider into an existing application.
## 3.0.0
-
## 2.3.0 (April 20, 2018)

@@ -5,0 +11,0 @@

{
"name": "ember-inflector",
"version": "3.0.0",
"version": "3.0.1",
"description": "ember-inflector goal is to be rails compatible.",

@@ -5,0 +5,0 @@ "keywords": [

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