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

@vizzly/semantic-layer-public

Package Overview
Dependencies
Maintainers
2
Versions
140
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vizzly/semantic-layer-public - npm Package Compare versions

Comparing version 0.0.60 to 0.0.61

24

dist/QueryEngineConfig/constants.js

@@ -121,2 +121,26 @@ "use strict";

},
percentile25: {
publicName: '25th percentile',
validDataTypes: ['number'],
},
percentile50: {
publicName: '50th percentile',
validDataTypes: ['number'],
},
percentile75: {
publicName: '75th percentile',
validDataTypes: ['number'],
},
percentile90: {
publicName: '90th percentile',
validDataTypes: ['number'],
},
percentile95: {
publicName: '95th percentile',
validDataTypes: ['number'],
},
percentile99: {
publicName: '99th percentile',
validDataTypes: ['number'],
},
};

15

dist/QueryEngineConfig/snowflake.js

@@ -29,3 +29,16 @@ "use strict";

]),
supportedAggregates: (0, support_1.supportedAggregates)(['sum', 'mean', 'min', 'max', 'count', 'countDistinct']),
supportedAggregates: (0, support_1.supportedAggregates)([
'sum',
'mean',
'min',
'max',
'count',
'countDistinct',
'percentile25',
'percentile50',
'percentile75',
'percentile90',
'percentile95',
'percentile99',
]),
supportedOperators: (0, support_1.supportedOperators)([

@@ -32,0 +45,0 @@ '>',

2

package.json
{
"name": "@vizzly/semantic-layer-public",
"version": "0.0.60",
"version": "0.0.61",
"source": "src/index.ts",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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