Gathering detailed insights and metrics for simple-widgets
Gathering detailed insights and metrics for simple-widgets
Gathering detailed insights and metrics for simple-widgets
Gathering detailed insights and metrics for simple-widgets
ngx-simple-widgets
**Simple Widgets** is an [**Angular**](https://angular.io) component library that offers a collection of components designed to maintain a harmonious and unified user experience. These components are meticulously crafted with a consistent theme, drawing i
react-simple-widgets
A collection of simple to use widgets for building react apps easily
react-native-simple-widgets
[Storybook](https://react-native-simple-widgets.github.io/react-native-simple-widgets) ## Get Started
react-widgets-simple-number
A globalize.js localizer for react-widgets
A Collection of Components to make your React code simpler
npm install simple-widgets
Typescript
Module System
Node Version
NPM Version
JavaScript (92.48%)
CSS (6.26%)
Shell (1.02%)
TypeScript (0.2%)
HTML (0.04%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
NOASSERTION License
1 Stars
1,564 Commits
2 Forks
3 Watchers
2 Branches
2 Contributors
Updated on Jul 11, 2025
Latest Version
1.43.0
Package Id
simple-widgets@1.43.0
Unpacked Size
214.96 kB
Size
59.57 kB
File Count
5
NPM Version
11.4.2
Node Version
24.2.0
Published on
Jul 07, 2025
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
10
8
34
A Collection of components to make your React code simpler.
H - word-wrap Regular Expression Denial of Service (ReDoS) Vulnerability
CWE-1333 CVE-2023-26115 CVSS 7.5 HIGH SNYK-JS-WORDWRAP-3149973
Introduced through: pdfmake@0.2.7 Exploit maturity: PROOF OF CONCEPT
Introduced through: simple-widgets@1.35.4 › pdfmake@0.2.7 › @foliojs-fork/linebreak@1.1.1 › brfs@2.0.2 › static-module@3.0.4 › escodegen@1.14.3 › optionator@0.8.3 › word-wrap@1.2.3 Fix: No remediation path available.
2025-01-15 Simple-Widgets version 1.42.0 CSS files will not be automatically imported anymore. This will make it easier for the user to override CSS files from the default CSS settings.
The following import will need to be placed in the index.js file (to fix the break change):
1import '../node_modules/simple-widgets/lib/index.css'
See the section on CSS File Information.
2023-06-05 Simple-Widgets version 1.35.0 <Form> and <FormFields> now calls the App supplied formDictionary() passing a string instead of the previous argument {formName: string}. Below is the code change needed to be compatable with previous versions of simple-widgets. Moving forward, the App supplied formDictionary() can expest a single string.
1// in src/App.js 2 setAppSpecificInfo({dbStruct, formDictionary, namedQueries}) 3 4// in src/entry/formDictionary.js 5const formDictionary = (search) => { 6 7 const formName = (typeof search === 'object') ? search.formName : formName 8 // old version of simple-widgets did a structure 9 // simple-widgets v1.35.0 it is now a string
Why the breaking change?
Origial idea was the ability to search by different elements in each entry in the dictionary (gqlName, db table name, etc.) This was before introducing the concept of named forms (to support forms refereenced within other forms, records and child records). Since forms are uniquely named and the primary form name is provided to <Form> and <FormFields> this change cleans up the design.
2021-09-01 DatePicker, DatePickerStyle, UnstyledDatePicker are now obsolete please used DateInput instead (same React props)
last version (1.11.3) of simple-widgets to have DatePicker, DatePickerStyle, UnstyledDatePicker npm install --save simple-widgets@1.11.3
Planned removal:
Using npm:
1 npm install --save simple-widgets
or yarn:
1 yarn add simple-widgets
In order to use simple-widgets, these dependencies need to be added in the home directory of your project.
1npm i @apollo/client @types/react axios deep-object-diff graphql-tag object-sizeof react react-dom --save
1cd ~/projects/simple-widgets 2npm run build 3npm pack 4 5cd ~/projects/testProject 6npm install ~/projects/simple-widgets/simple-widgets-1.33.11.tgz 7
CheckBox, Choice, ChoiceText, List, Radio, DatePicker, DoubleListBox
Some of the basic HTML input field types reqire different functions to handle changes. This collection of inputs is built on top of those to give a simpler standard interface. All of these widgets require the following props:
Accordion
AlertModal
AppCore
Browser Detect
Carousel
CheckBox
CheckBoxGroup
Choice
ChoiceText
ChoiceTextSearchable
Common Functions
ConfirmModal
ContextMenu
CSS Rule Functions
Date Functions
DoubleListBox
Entry Form is used to help line up components in a form.
ErrorModal
Header
InputFile
Invalid
Link
List
MenuBar
Menu Utils
Modal
OpenTab
Outline
PageTitle
ProgressCircles
Radio
Redirect
Scroll Functions
Search Functions
SearchSortTable Basics
SearchSortTable
SimpleTable
Slider
SpreadSheet
StatusBox
TextArea
TextAreaError
Theme
XButton
Martin A. Jackson |
Jim Abele |
No vulnerabilities found.
Reason
30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
license file detected
Details
Reason
Found 0/30 approved changesets -- score normalized to 0
Reason
no SAST tool detected
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Score
Last Scanned on 2025-07-07
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More