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.28 to 0.0.29

2

dist/VizzlyConfig/validate.js

@@ -17,3 +17,3 @@ "use strict";

const SUPPORTED_JOINS = ['rightJoin', 'leftJoin', 'innerJoin', 'outerJoin', 'leftOuterJoin', 'rightOuterJoin'];
exports.ALLOWED_ID_REGEX = /^[a-zA-Z0-9_+/=-\s]*$/;
exports.ALLOWED_ID_REGEX = /^[a-zA-Z0-9_+:\/=\-\s]*$/;
exports.ID_REGEX_ERROR_MESSAGE = 'IDs must only use alpha numeric characters and _';

@@ -20,0 +20,0 @@ const DEFAULT_SCHEMA_OPTIONS = { checkConnectionSpecificDataSets: true };

{
"name": "@vizzly/semantic-layer-public",
"version": "0.0.28",
"version": "0.0.29",
"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