mutable
mutable copied to clipboard
State containers with dirty checking and more
Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of this project.  #### Changes included in this PR - Changes to...
Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of this project.  #### Changes included in this PR - Changes to...
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.5 to 4.17.19. Release notes Sourced from lodash's releases. 4.17.16 Commits d7fbc52 Bump to v4.17.19 2e1c0f2 Add npm-package 1b6c282 Bump to v4.17.18 a370ac8 Bump to v4.17.17 1144918...
Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of this project.  #### Changes included in this PR - Changes to...
Hello, Is this library still active? My name is Shaun Wallace, I am a PhD in HCI at Brown University. We are finishing up a new JS library and were...
Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of this project. #### Changes included in this PR - Changes to the following...
Seem like there is no deep validation for Mutable.Map values. That is mean that if value is of some complex type then you could use any object for it. I...
#### Description This PR fixes one or more vulnerable packages in the `npm` dependencies of this project. See the [Snyk test report](https://app.snyk.io/org/wix/test/github/483192d8-998a-404a-8486-c45b0fdf61e6/master..snyk-fix-f756f7b18167ffbd5aedb88d7e2719bf) for more details. #### Snyk Project: [wix/mutable:package.json](https://app.snyk.io/org/wix/project/483192d8-998a-404a-8486-c45b0fdf61e6) ####...
#### Description This PR fixes one or more vulnerable packages in the `npm` dependencies of this project. See the [Snyk test report](https://app.snyk.io/org/wix/test/github/483192d8-998a-404a-8486-c45b0fdf61e6/master..snyk-fix-4i1g5h) for more details. #### Snyk Project: [wix/mutable:package.json](https://app.snyk.io/org/wix/project/483192d8-998a-404a-8486-c45b0fdf61e6) ####...
I have the following code ```ts function changeCollection(rawData:List): List { let filtered:List = rawData.filter((value)=> true/** some condition */) console.log('Wo: ', filtered) // looks good let mapped:List = filtered.map(rawToData) // returns...