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

@limetech/lime-web-components

Package Overview
Dependencies
Maintainers
4
Versions
207
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@limetech/lime-web-components - npm Package Compare versions

Comparing version 5.17.0 to 5.18.0

dist/es5/testing/limeobjects/todo.js

3

dist/es5/testing/limeobjects/index.js

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

var document_1 = require("./document");
var todo_1 = require("./todo");
var limetypes_1 = require("../limetypes");

@@ -27,3 +28,3 @@ exports.limeobjects = {

campaign: [],
todo: [],
todo: todo_1.todo,
helpdesk: [],

@@ -30,0 +31,0 @@ office: [],

@@ -170,3 +170,28 @@ export declare const limeobjects: {

campaign: any[];
todo: any[];
todo: {
getLimetype: () => import("../..").LimeType;
getValue: (property: string) => any;
business: any;
business2: any;
campaign: any;
company: number;
coworker: number;
createdtime: string;
createduser: number;
descriptive: string;
done: boolean;
endtime: any;
helpdesk: any;
id: number;
machine: any;
note: string;
person: any;
project: any;
starttime: string;
subject: string;
timestamp: string;
todostatus: string;
updateduser: number;
weekday2: string;
}[];
helpdesk: any[];

@@ -173,0 +198,0 @@ office: any[];

@@ -6,2 +6,3 @@ import { company } from './company';

import { document } from './document';
import { todo } from './todo';
import { limetypes } from '../limetypes';

@@ -24,3 +25,3 @@ export const limeobjects = {

campaign: [],
todo: [],
todo: todo,
helpdesk: [],

@@ -27,0 +28,0 @@ office: [],

{
"name": "@limetech/lime-web-components",
"version": "5.17.0",
"version": "5.18.0",
"description": "Lime Web Components",

@@ -5,0 +5,0 @@ "author": "Lime Technologies",

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