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

abl-constants

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

abl-constants - npm Package Compare versions

Comparing version 0.1.10 to 0.1.11

6

package.json
{
"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();

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