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

appknit-platform-sdk

Package Overview
Dependencies
Maintainers
2
Versions
224
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

appknit-platform-sdk - npm Package Compare versions

Comparing version 1.0.53-13 to 1.0.53-15

4

dist/src/types/data.d.ts

@@ -17,3 +17,4 @@ export interface DataTypeVersionExternal {

regexp = "@regexp",
size = "@size"
size = "@size",
fullText = "@fulltext"
}

@@ -23,2 +24,3 @@ export declare type SdkDataQueryCondition<T> = {

[SdkDataQueryConditionOperator.neq]?: T;
[SdkDataQueryConditionOperator.fullText]?: T;
[SdkDataQueryConditionOperator.in]?: Array<T>;

@@ -25,0 +27,0 @@ [SdkDataQueryConditionOperator.nin]?: Array<T>;

@@ -16,2 +16,3 @@ "use strict";

SdkDataQueryConditionOperator["size"] = "@size";
SdkDataQueryConditionOperator["fullText"] = "@fulltext";
})(SdkDataQueryConditionOperator = exports.SdkDataQueryConditionOperator || (exports.SdkDataQueryConditionOperator = {}));

@@ -18,0 +19,0 @@ var SdkDataSchemaFieldType;

{
"name": "appknit-platform-sdk",
"version": "1.0.53-13",
"version": "1.0.53-15",
"description": "",

@@ -5,0 +5,0 @@ "homepage": "https://appknit.io",

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