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

@keen.io/query

Package Overview
Dependencies
Maintainers
3
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@keen.io/query - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

## [1.0.3](https://github.com/keen/keen/compare/@keen.io/query@1.0.2...@keen.io/query@1.0.3) (2021-02-08)
**Note:** Version bump only for package @keen.io/query
## [1.0.2](https://github.com/keen/keen/compare/@keen.io/query@1.0.1...@keen.io/query@1.0.2) (2021-01-29)

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

4

dist/index.d.ts

@@ -1,4 +0,4 @@

import { Query, OrderBy, OrderByProperty, Step, Direction, Intervals, Timeframe, Analysis } from './types';
import { Query, OrderBy, OrderByProperty, Step, Direction, Intervals, Timeframe, Analysis, Timezones } from './types';
import { isCustomInterval } from './utils';
export { Query, OrderBy, Step, OrderByProperty, Direction, Intervals, Timeframe, Analysis, };
export { Query, OrderBy, Step, OrderByProperty, Direction, Intervals, Timeframe, Analysis, Timezones, };
export { isCustomInterval };

@@ -33,1 +33,2 @@ export declare type Analysis = 'sum' | 'average' | 'count' | 'count_unique' | 'maximum' | 'minimum' | 'median' | 'percentile' | 'standard_deviation' | 'funnel' | 'extraction' | 'select_unique';

};
export declare type Timezones = 'US/Eastern' | 'US/Central' | 'US/Mountain' | 'US/Pacific' | 'US/Alaska' | 'US/Hawaii' | 'Europe/Amsterdam' | 'Europe/London' | 'Europe/Paris' | 'Europe/Prague' | 'Europe/Stockholm' | 'Europe/Copenhagen' | 'Africa/Casablanca' | 'Africa/Nairobi' | 'Asia/Singapore' | 'Australia/Sydney' | 'Asia/Dubai' | 'Asia/Istanbul' | 'Asia/Jakarta' | 'Asia/Tokyo' | 'America/Sao_Paulo' | 'Australia/Perth' | 'Europe/Istanbul' | 'Pacific/Auckland' | 'UTC';
{
"name": "@keen.io/query",
"version": "1.0.2",
"version": "1.0.3",
"description": "Keen Query utilities",

@@ -32,3 +32,3 @@ "author": "Keen.IO <team@keen.io> (https://keen.io/)",

},
"gitHead": "9447afaa5762a00bd25d8ad0a14820443c98666f"
"gitHead": "668950dec306dbd92ac0e5456ad3b8365fe45e77"
}
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