Socket
Socket
Sign inDemoInstall

@cubejs-client/core

Package Overview
Dependencies
Maintainers
3
Versions
224
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cubejs-client/core - npm Package Compare versions

Comparing version 0.35.23 to 0.36.0

4

index.d.ts

@@ -790,4 +790,6 @@ /**

export type TimeDimensionGranularity = 'second' | 'minute' | 'hour' | 'day' | 'week' | 'month' | 'quarter' | 'year';
export type TimeDimensionPredefinedGranularity = 'second' | 'minute' | 'hour' | 'day' | 'week' | 'month' | 'quarter' | 'year';
export type TimeDimensionGranularity = TimeDimensionPredefinedGranularity | string;
export type DateRange = string | [string, string];

@@ -794,0 +796,0 @@

{
"name": "@cubejs-client/core",
"version": "0.35.23",
"version": "0.36.0",
"engines": {},

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

},
"gitHead": "50ddcfc277feb55a8781129e7b3a5579e00ea334"
"gitHead": "84c176ca957c71efe09d2049acd863b68532cf88"
}
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