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.2 to 0.1.3

2

lib/index.d.ts

@@ -138,2 +138,4 @@ export declare enum COLUMN_TYPE {

pageDetailId: string;
addAllowed: boolean;
exportAllowed: boolean;
}

2

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

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

@@ -158,2 +158,4 @@ export enum COLUMN_TYPE {

pageDetailId: string; // Id of the page to open for detail purpose
addAllowed: boolean; // Allow the user to create a row from this table view
exportAllowed: boolean; // Allow the user to export data from this table view
}

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