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

chronoshift

Package Overview
Dependencies
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

chronoshift - npm Package Compare versions

Comparing version 0.6.1 to 0.6.2

2

build/chronoshift.js

@@ -5,3 +5,3 @@ 'use strict';

var moment = require('moment-timezone');
var moment = require('moment-timezone-tsc');
var immutableClass = require('immutable-class');

@@ -8,0 +8,0 @@

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

import * as moment from 'moment-timezone';
import * as moment from 'moment-timezone-tsc';
import { Timezone } from '../timezone/timezone';

@@ -3,0 +3,0 @@ import { Duration } from '../duration/duration';

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

import * as moment from 'moment-timezone';
import * as moment from 'moment-timezone-tsc';
function adjustDay(day) {

@@ -3,0 +3,0 @@ return (day + 6) % 7;

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

import * as momentTz from 'moment-timezone';
import * as momentTz from 'moment-timezone-tsc';
export * from './date-parser/date-parser';

@@ -3,0 +3,0 @@ export * from './floor-shift-ceil/floor-shift-ceil';

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

import * as moment from 'moment-timezone';
import * as moment from 'moment-timezone-tsc';
import { isInstanceOf } from 'immutable-class';

@@ -3,0 +3,0 @@ var check;

{
"name": "chronoshift",
"version": "0.6.1",
"version": "0.6.2",
"description": "A tiny library for shifting time with timezones",

@@ -46,3 +46,2 @@ "keywords": [

"chai": "3.5.0",
"dts-bundle": "0.5.0",
"event-stream": "3.3.4",

@@ -49,0 +48,0 @@ "gulp": "3.9.1",

@@ -7,4 +7,4 @@ export default {

'immutable-class',
'moment-timezone'
'moment-timezone-tsc'
]
};

Sorry, the diff of this file is too big to display

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