New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ember-moment

Package Overview
Dependencies
Maintainers
10
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember-moment - npm Package Compare versions

Comparing version 10.0.0-beta.1 to 10.0.0

4

CHANGELOG.md

@@ -1,6 +0,6 @@

### 10.0.0-beta.0
### 10.0.0
* [BREAKING] This addon no longer provides the `moment` library itself. Apps should depend directly on *either* `moment` or `moment-timezone` and import it via `ember-auto-import`. Apps should make sure to remove any dependencies on `ember-cli-moment-shim`. See "Using Moment in Ember Apps & Addons" in the README.
* [BREAKING] This is a v2 addon so your app must have `ember-auto-import` >= 2.
* [BREAKING] `includeTimezone`, `includeLocales`, and `localeOutputPath` options in `config/environment.js` are removed, since this addon is no longer responsible for providing `moment`.
* [BREAKING] `includeTimezone`, `includeLocales`, and `localeOutputPath` options in `config/environment.js` are removed, since this addon is no longer responsible for providing `moment`. See "Controlling Locale and Timezone Data" in the README.

@@ -7,0 +7,0 @@ ### 9.0.1

@@ -9,3 +9,3 @@ import { macroCondition, dependencySatisfies, importSync } from '@embroider/macros';

// declare a peerDep on moment-timezone and import moment-timezone directly, and
// there the addon should not need to use this.
// therefore the addon should not need to use this.
//

@@ -12,0 +12,0 @@ // An addon that depends on ember-moment and doesn't care about timezone

{
"name": "ember-moment",
"version": "10.0.0-beta.1",
"version": "10.0.0",
"description": "Moment.js template helpers Ember.js",

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