New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@malloydata/malloy

Package Overview
Dependencies
Maintainers
3
Versions
1216
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@malloydata/malloy - npm Package Compare versions

Comparing version 0.0.9-dev221123175817 to 0.0.9

dist/lang/lib/Malloy/MalloyListener.d.ts

4

dist/lang/ast/ast-main.d.ts

@@ -306,5 +306,5 @@ import * as model from "../../model/malloy_types";

readonly field: number | FieldName;
readonly dir?: "asc" | "desc" | undefined;
readonly dir?: "desc" | "asc" | undefined;
elementType: string;
constructor(field: number | FieldName, dir?: "asc" | "desc" | undefined);
constructor(field: number | FieldName, dir?: "desc" | "asc" | undefined);
get modelField(): string | number;

@@ -311,0 +311,0 @@ getOrderBy(_fs: FieldSpace): model.OrderBy;

{
"name": "@malloydata/malloy",
"version": "0.0.9-dev221123175817",
"version": "0.0.9",
"license": "GPL-2.0",

@@ -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