Socket
Socket
Sign inDemoInstall

@focuson/forms

Package Overview
Dependencies
11
Maintainers
1
Versions
527
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.43.44 to 1.43.45

2

dist/src/codegen/makeSample.d.ts

@@ -13,2 +13,2 @@ import { AllDataDD, CompDataD, HasEnum, HasSample, RepeatingDataD } from "../common/dataD";

export declare function makeAllEmptyData<G>(params: TSParams, ps: RefD<G>[]): string[];
export declare function makeEmptyData<G>(d: AllDataDD<G>): string[];
export declare function makeEmptyData<G>(d: AllDataDD<G>): any;

@@ -98,3 +98,3 @@ "use strict";

foldRep: (acc, path, parents, oneDataDD, dataDD, start) => start ? acc : parsePathFromListFromPage(path).transform(child => [child])(acc),
foldPrim: (acc, path, parents, oneDataDD, dataDD) => parsePathFromListFromPage(path).set(acc, dataDD.emptyValue ? dataDD.emptyValue : dataDD.emptyValue)
foldPrim: (acc, path, parents, oneDataDD, dataDD) => parsePathFromListFromPage(path).set(acc, dataDD.emptyValue)
};

@@ -101,0 +101,0 @@ return (0, dataD_1.foldDataDD)(d, [], [], [], folder);

@@ -169,3 +169,5 @@ "use strict";

messages: { paramType: 'guardAndMessage', needed: 'yes' },
state: { paramType: 'state', needed: 'defaultToPath' }
state: { paramType: 'state', needed: 'defaultToPath' },
messageClassName: { paramType: 'string', needed: 'no' },
defaultMessage: { paramType: 'string', needed: 'no' }
}

@@ -172,0 +174,0 @@ };

@@ -15,5 +15,5 @@ {

"dependencies": {
"@focuson/utils": "1.43.44",
"@focuson/files": "1.43.44",
"@focuson/focuson": "1.43.44"
"@focuson/utils": "1.43.45",
"@focuson/files": "1.43.45",
"@focuson/focuson": "1.43.45"
},

@@ -59,3 +59,3 @@ "devDependencies": {

},
"version": "1.43.44",
"version": "1.43.45",
"template": "forms",

@@ -62,0 +62,0 @@ "description": "Allows us to define data that is stored in a database, or perhaps an api",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc