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

@locokit/lck-glossary

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@locokit/lck-glossary - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

4

lib/index.d.ts

@@ -52,2 +52,6 @@ export declare enum COLUMN_TYPE {

}
export declare enum ERROR_LABEL {
VIEW_LOCKED = "View is locked",
VIEW_USED_IN_BLOCK = "View is used in a Block"
}
export interface TableViewDefinition {

@@ -54,0 +58,0 @@ id: string;

"use strict";
exports.__esModule = true;
exports.ERROR_CODE = exports.MEDIA_TYPE = exports.BLOCK_TYPE = exports.WORKSPACE_ROLE = exports.GROUP_ROLE = exports.USER_PROFILE = exports.COLUMN_TYPE = void 0;
exports.ERROR_LABEL = exports.ERROR_CODE = exports.MEDIA_TYPE = exports.BLOCK_TYPE = exports.WORKSPACE_ROLE = exports.GROUP_ROLE = exports.USER_PROFILE = exports.COLUMN_TYPE = void 0;
var COLUMN_TYPE;

@@ -62,1 +62,6 @@ (function (COLUMN_TYPE) {

})(ERROR_CODE = exports.ERROR_CODE || (exports.ERROR_CODE = {}));
var ERROR_LABEL;
(function (ERROR_LABEL) {
ERROR_LABEL["VIEW_LOCKED"] = "View is locked";
ERROR_LABEL["VIEW_USED_IN_BLOCK"] = "View is used in a Block";
})(ERROR_LABEL = exports.ERROR_LABEL || (exports.ERROR_LABEL = {}));

2

package.json
{
"name": "@locokit/lck-glossary",
"version": "0.1.0",
"version": "0.1.1",
"description": "Glossary for Low-Code Kit platform",

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

@@ -58,2 +58,6 @@ export enum COLUMN_TYPE {

}
export enum ERROR_LABEL {
VIEW_LOCKED = 'View is locked',
VIEW_USED_IN_BLOCK = 'View is used in a Block',
}

@@ -60,0 +64,0 @@ export interface TableViewDefinition {

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