abl-constants
Advanced tools
Comparing version 0.1.10 to 0.1.11
{ | ||
"name": "abl-constants", | ||
"version": "0.1.10", | ||
"version": "0.1.11", | ||
"license": "MIT", | ||
@@ -25,5 +25,3 @@ "title": "ABL - constants", | ||
"dependencies": { | ||
"moment": "2.11.2", | ||
"moment-range": "2.1.0", | ||
"moment-timezone": "0.5.0" | ||
"moment-config-trejgun": "git://github.com/TrejGun/moment-config-trejgun.git#v0.0.3" | ||
}, | ||
@@ -30,0 +28,0 @@ "devDependencies": { |
"use strict"; | ||
import moment from "./moment"; | ||
import moment from "moment-config-trejgun"; | ||
export const timeZone = "Europe/Zurich"; | ||
export const timeZone = "Pacific/Chatham"; // +12:45, the most fucked up time zone | ||
export const date = new Date(); | ||
@@ -7,0 +7,0 @@ export const testDate = moment(date).tz(timeZone).startOf("hour").toDate(); |
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
Git dependency
Supply chain riskContains a dependency which resolves to a remote git URL. Dependencies fetched from git URLs are not immutable can be used to inject untrusted code or reduce the likelihood of a reproducible install.
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
1
15331
11
399
2
+ Addedmoment-config-trejgun@git://github.com/TrejGun/moment-config-trejgun.git#v0.0.3
- Removedmoment@2.11.2
- Removedmoment-range@2.1.0
- Removedmoment-timezone@0.5.0
- Removedmoment@2.11.2(transitive)
- Removedmoment-range@2.1.0(transitive)
- Removedmoment-timezone@0.5.0(transitive)