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

angular-moment

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angular-moment - npm Package Compare versions

Comparing version 1.0.0-beta.4 to 1.0.0-beta.5

4

angular-moment.js

@@ -1,2 +0,2 @@

/* angular-moment.js / v1.0.0-beta.4 / (c) 2013, 2014, 2015, 2016 Uri Shaked / MIT Licence */
/* angular-moment.js / v1.0.0-beta.5 / (c) 2013, 2014, 2015, 2016 Uri Shaked / MIT Licence */

@@ -239,3 +239,3 @@ 'format amd';

if (titleFormat && setTitleTime) {
element.attr('title', momentInstance.local().format(titleFormat));
element.attr('title', momentInstance.format(titleFormat));
}

@@ -242,0 +242,0 @@

# Changelog
## 1.0.0-beta.5 - 2016-03-18
- Bugfix: `amTimeAgo` shouldn't convert the time to local timezone on the element's `title` attribute ([#226](https://github.com/urish/angular-moment/pull/226), contributed by [stackia](https://github.com/stackia))
- Support moment 2.12.x
## 1.0.0-beta.4 - 2016-02-09

@@ -4,0 +8,0 @@ - Add amStartOf and amEndOf filter ([#203](https://github.com/urish/angular-moment/pull/203), contributed by [pratik14](https://github.com/pratik14))

{
"name": "angular-moment",
"version": "1.0.0-beta.4",
"version": "1.0.0-beta.5",
"main": "angular-moment.js",

@@ -18,3 +18,3 @@ "repository": {

"dependencies": {
"moment": ">=2.8.0 <2.12.0"
"moment": ">=2.8.0 <2.13.0"
},

@@ -21,0 +21,0 @@ "devDependencies": {

@@ -6,3 +6,3 @@ angular-moment

Copyright (C) 2013, 2014, 2015, Uri Shaked <uri@urish.org>
Copyright (C) 2013, 2014, 2015, 2016, Uri Shaked <uri@urish.org>

@@ -23,3 +23,3 @@ [![Build Status](https://travis-ci.org/urish/angular-moment.png?branch=master)](https://travis-ci.org/urish/angular-moment)

* Through NuGet: `Install-Package angular-moment Moment.js`
* From a CDN: [jsDelivr](https://cdn.jsdelivr.net/angular.moment/1.0.0-beta.4/angular-moment.min.js) or [CDNJS](https://cdnjs.cloudflare.com/ajax/libs/angular-moment/1.0.0-beta.4/angular-moment.min.js)
* From a CDN: [jsDelivr](https://cdn.jsdelivr.net/angular.moment/1.0.0-beta.5/angular-moment.min.js) or [CDNJS](https://cdnjs.cloudflare.com/ajax/libs/angular-moment/1.0.0-beta.5/angular-moment.min.js)
* Download from github: [angular-moment.min.js](https://raw.github.com/urish/angular-moment/master/angular-moment.min.js)

@@ -86,3 +86,3 @@

Note: To use `amParse`, install angular-moment version 1.0.0-beta.3
Note: To use `amParse`, install angular-moment version 1.0.0-beta.3 or newer

@@ -97,3 +97,3 @@ ### amFromUnix filter

Note: To use `amFromUnix`, install angular-moment version 1.0.0-beta.3
Note: To use `amFromUnix`, install angular-moment version 1.0.0-beta.3 or newer

@@ -109,3 +109,3 @@ ### amUtc filter

Note: To use `amUtc`, install angular-moment version 1.0.0-beta.3
Note: To use `amUtc`, install angular-moment version 1.0.0-beta.3 or newer

@@ -121,3 +121,3 @@ ### amUtcOffset filter

Note: To use `amUtcOffset`, install angular-moment version 1.0.0-beta.3
Note: To use `amUtcOffset`, install angular-moment version 1.0.0-beta.3 or newer

@@ -133,3 +133,3 @@ ### amLocal filter

Note: To use `amLocal`, install angular-moment version 1.0.0-beta.3
Note: To use `amLocal`, install angular-moment version 1.0.0-beta.3 or newer

@@ -145,3 +145,3 @@ ### amTimezone filter

Note: To use `amTimezone`, install angular-moment version 1.0.0-beta.3
Note: To use `amTimezone`, install angular-moment version 1.0.0-beta.3 or newer

@@ -148,0 +148,0 @@ ### amDateFormat filter

Sorry, the diff of this file is not supported yet

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