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.0.11 to 0.1.0

4

lib/index.d.ts

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

}
export declare enum ERROR_CODE {
VIEW_LOCKED = "VIEW_LOCKED",
VIEW_USED_IN_BLOCK = "VIEW_USED_IN_BLOCK"
}
export interface TableViewDefinition {

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

"use strict";
exports.__esModule = true;
exports.MEDIA_TYPE = exports.BLOCK_TYPE = exports.WORKSPACE_ROLE = exports.GROUP_ROLE = exports.USER_PROFILE = exports.COLUMN_TYPE = void 0;
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;

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

})(MEDIA_TYPE = exports.MEDIA_TYPE || (exports.MEDIA_TYPE = {}));
var ERROR_CODE;
(function (ERROR_CODE) {
ERROR_CODE["VIEW_LOCKED"] = "VIEW_LOCKED";
ERROR_CODE["VIEW_USED_IN_BLOCK"] = "VIEW_USED_IN_BLOCK";
})(ERROR_CODE = exports.ERROR_CODE || (exports.ERROR_CODE = {}));

2

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

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

@@ -54,2 +54,7 @@ export enum COLUMN_TYPE {

export enum ERROR_CODE {
VIEW_LOCKED = 'VIEW_LOCKED',
VIEW_USED_IN_BLOCK = 'VIEW_USED_IN_BLOCK',
}
export interface TableViewDefinition {

@@ -56,0 +61,0 @@ id: string;

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