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.3 to 0.1.4

3

lib/index.d.ts

@@ -17,3 +17,4 @@ export declare enum COLUMN_TYPE {

MULTI_GROUP = 15,
TEXT = 16
TEXT = 16,
URL = 17
}

@@ -20,0 +21,0 @@ export declare enum USER_PROFILE {

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

COLUMN_TYPE[COLUMN_TYPE["TEXT"] = 16] = "TEXT";
COLUMN_TYPE[COLUMN_TYPE["URL"] = 17] = "URL";
})(COLUMN_TYPE = exports.COLUMN_TYPE || (exports.COLUMN_TYPE = {}));

@@ -24,0 +25,0 @@ var USER_PROFILE;

{
"name": "@locokit/lck-glossary",
"version": "0.1.3",
"version": "0.1.4",
"description": "Glossary for Low-Code Kit platform",

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

@@ -17,3 +17,4 @@ export enum COLUMN_TYPE {

MULTI_GROUP = 15,
TEXT = 16
TEXT = 16,
URL = 17
}

@@ -20,0 +21,0 @@

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