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

@limetech/lime-web-components-testing

Package Overview
Dependencies
Maintainers
5
Versions
100
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 4.23.1 to 4.23.2

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

## [4.23.2](https://github.com/Lundalogik/lime-web-components/compare/v4.23.1...v4.23.2) (2021-09-13)
**Note:** Version bump only for package @limetech/lime-web-components-testing
## [4.23.1](https://github.com/Lundalogik/lime-web-components/compare/v4.23.0...v4.23.1) (2021-06-14)

@@ -8,0 +16,0 @@

@@ -564,2 +564,46 @@ "use strict";

},
parentcompany: {
name: 'parentcompany',
required: false,
label: 'none',
fieldorder: 23,
defaultvalue: null,
localname: 'Parent company',
type: 'belongsto',
has_sql: false,
relation: {
getBackreference: function () {
return _1.getBackreference('company', 'subsidiary');
},
getLimetype: function () { return _1.getLimetype('company'); },
},
acl: {
read: true,
update: true,
create: true,
delete: true,
},
},
subsidiary: {
name: 'subsidiary',
required: false,
label: 'none',
fieldorder: 60,
defaultvalue: null,
localname: 'Subsidiaries',
type: 'hasmany',
has_sql: false,
relation: {
getBackreference: function () {
return _1.getBackreference('company', 'parentcompany');
},
getLimetype: function () { return _1.getLimetype('company'); },
},
acl: {
read: true,
update: true,
create: true,
delete: true,
},
},
},

@@ -566,0 +610,0 @@ acl: {

@@ -538,2 +538,42 @@ export declare const company: {

};
parentcompany: {
name: string;
required: boolean;
label: string;
fieldorder: number;
defaultvalue: any;
localname: string;
type: string;
has_sql: boolean;
relation: {
getBackreference: () => import("../../../interfaces/dist").Property;
getLimetype: () => import("../../../interfaces/dist").Limetype;
};
acl: {
read: boolean;
update: boolean;
create: boolean;
delete: boolean;
};
};
subsidiary: {
name: string;
required: boolean;
label: string;
fieldorder: number;
defaultvalue: any;
localname: string;
type: string;
has_sql: boolean;
relation: {
getBackreference: () => import("../../../interfaces/dist").Property;
getLimetype: () => import("../../../interfaces/dist").Limetype;
};
acl: {
read: boolean;
update: boolean;
create: boolean;
delete: boolean;
};
};
};

@@ -540,0 +580,0 @@ acl: {

@@ -561,2 +561,42 @@ import { getBackreference, getLimetype, getProperty } from '.';

},
parentcompany: {
name: 'parentcompany',
required: false,
label: 'none',
fieldorder: 23,
defaultvalue: null,
localname: 'Parent company',
type: 'belongsto',
has_sql: false,
relation: {
getBackreference: () => getBackreference('company', 'subsidiary'),
getLimetype: () => getLimetype('company'),
},
acl: {
read: true,
update: true,
create: true,
delete: true,
},
},
subsidiary: {
name: 'subsidiary',
required: false,
label: 'none',
fieldorder: 60,
defaultvalue: null,
localname: 'Subsidiaries',
type: 'hasmany',
has_sql: false,
relation: {
getBackreference: () => getBackreference('company', 'parentcompany'),
getLimetype: () => getLimetype('company'),
},
acl: {
read: true,
update: true,
create: true,
delete: true,
},
},
},

@@ -563,0 +603,0 @@ acl: {

4

package.json
{
"name": "@limetech/lime-web-components-testing",
"version": "4.23.1",
"version": "4.23.2",
"author": "Lime Technologies",

@@ -44,3 +44,3 @@ "homepage": "https://github.com/Lundalogik/lime-web-components",

},
"gitHead": "7b027201b311aa39c7ab070f5e90ee8bd2464028"
"gitHead": "36c9e03f5af15aeb9de16c7341b27e229987bf28"
}
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