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

@uwdata/mosaic-core

Package Overview
Dependencies
Maintainers
2
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@uwdata/mosaic-core - npm Package Compare versions

Comparing version 0.3.5 to 0.4.0

6

package.json
{
"name": "@uwdata/mosaic-core",
"version": "0.3.5",
"version": "0.4.0",
"description": "Scalable and extensible linked data views.",

@@ -32,6 +32,6 @@ "keywords": [

"@duckdb/duckdb-wasm": "^1.28.0",
"@uwdata/mosaic-sql": "^0.3.5",
"@uwdata/mosaic-sql": "^0.4.0",
"apache-arrow": "^13.0.0"
},
"gitHead": "7cc66d26c687a28036b3c7102045f2196572847b"
"gitHead": "4114465543a21b25d6d14647db7d95af875d2519"
}

@@ -214,3 +214,3 @@ import { Query, and, asColumn, create, epoch_ms, isBetween, sql } from '@uwdata/mosaic-sql';

for (const { as, expr: { aggregate } } of q.select()) {
switch (aggregate?.toUpperCase()) {
switch (aggregate?.toUpperCase?.()) {
case 'COUNT':

@@ -217,0 +217,0 @@ case 'SUM':

@@ -22,2 +22,3 @@ export function jsType(type) {

case 'TIME':
case 'TIMESTAMP_NS':
return 'date';

@@ -24,0 +25,0 @@ case 'BOOLEAN':

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

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