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
0
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.221 to 0.0.223

1

dist/types.d.ts
export type OriginId = 'direct' | 'environment' | 'vizzly_api' | 'github' | 'remote' | 's3' | 'file' | 'encrypted_blob';
export type * from './QueryEngineConfig/types';
export type * from './QueryEngineConfig/types';

7

dist/VizzlyConfig/validate.js

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

fields: joi_1.default.array().min(1).items(fieldSchema).unique('id').message('Field IDs must be unique').required(),
permanentFilters: joi_1.default.object({
type: joi_1.default.valid('andWhere', 'orWhere', 'where'),
// TODO;
// more validation on the list
// of filters provided here.
value: joi_1.default.array(),
}),
secureFilterGuards: joi_1.default.array().items(secureFilterGuardSchema).optional(),

@@ -123,0 +130,0 @@ });

{
"name": "@vizzly/semantic-layer-public",
"version": "0.0.221",
"version": "0.0.223",
"source": "src/index.ts",

@@ -24,8 +24,8 @@ "main": "dist/index.js",

"typescript": "^5.4.5",
"@vizzly/sqlbuilder-public": "0.1.25"
"@vizzly/sqlbuilder-public": "0.1.28"
},
"peerDependencies": {
"@vizzly/sqlbuilder-public": "0.1.25",
"@vizzly/sqlbuilder-public": "0.1.28",
"@vizzly/joi": "^17.11.0"
}
}
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