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

ddf-query-validator

Package Overview
Dependencies
Maintainers
2
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ddf-query-validator - npm Package Compare versions

Comparing version 1.2.1 to 1.3.0

1

lib/structure.service.d.ts
export declare function validateQueryStructure(query: any, options?: {}): Promise<string | void>;
export declare function getVersion(): string;

@@ -44,2 +44,6 @@ "use strict";

exports.validateQueryStructure = validateQueryStructure;
function getVersion() {
return process.env.npm_package_version;
}
exports.getVersion = getVersion;
function validateDatasetStructure(query, options) {

@@ -46,0 +50,0 @@ const errorMessages = [];

2

package.json
{
"name": "ddf-query-validator",
"version": "1.2.1",
"version": "1.3.0",
"description": "DDF query validator",

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

@@ -55,2 +55,6 @@ import * as isEmpty from 'lodash.isempty';

export function getVersion() {
return process.env.npm_package_version;
}
function validateDatasetStructure(query, options): string[] {

@@ -57,0 +61,0 @@ const errorMessages = [];

Sorry, the diff of this file is not supported yet

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