gulp-flowtype
gulp-flowtype copied to clipboard
:busts_in_silhouette: Run Facebook's Flow in your gulp pipeline
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.0.6 to 4.7.7. Changelog Sourced from handlebars's changelog. v4.7.7 - February 15th, 2021 fix weird error in integration tests - eb860c0 fix: check prototype property access in...
Bumps [underscore](https://github.com/jashkenas/underscore) from 1.8.3 to 1.13.1. Commits 943977e Merge branch 'umd-alias', tag 1.13.1 release 5630f88 Add version 1.13.1 to the change log 5aa5b52 Update the bundle sizes 76c8d8a Bump the...
Bumps [ini](https://github.com/isaacs/ini) from 1.3.4 to 1.3.7. Commits c74c8af 1.3.7 024b8b5 update deps, add linting 032fbaf Use Object.create(null) to avoid default object property hazards 2da9039 1.3.6 cfea636 better git push script,...
Bumps [tar](https://github.com/npm/node-tar) from 2.2.1 to 2.2.2. Commits - [`523c5c7`](https://github.com/npm/node-tar/commit/523c5c7fef48b10811fccd12b42803c61b6aead8) 2.2.2 - [`7ecef07`](https://github.com/npm/node-tar/commit/7ecef07da6a9e72cc0c4d0c9c6a8e85b6b52395d) Bump fstream to fix hardlink overwriting vulnerability - [`9fc84b9`](https://github.com/npm/node-tar/commit/9fc84b9c596c3589d4c1ab050843de0eafb002e8) Use {} for hardlink tracking instead of [] -...
1. Fix all current secuity report issues and add auto security fix postinstall in package.json (npm audit fix) Install the package by invoking 'npm install ', resolved security issues :...
`SemVer` behaviour is different in case major version of package is 0 (it's considered to be a pre-release version) so `^0.39.0` only corresponds to '0.39.0', which limits you from using...
This package has a dependency on event-stream: "~3.3.0" which may acquire the affected "3.3.6". See: https://github.com/dominictarr/event-stream/issues/116#issue-382854428 User of gulp-flowtype should take note of this issue? You may use this command...
I am not sure why, when I use gulp-typeflow it takes 12s to run the code and it finds 0 erros, while running "flow" command finds errors missed by gulp-typeflow....
Zap guys This solves the problem of outputing that the check passed when in fact no checking was made. Actually it only catches errors containing "unsupported" on the message in...
It seems that the post install event of flow-bin isn't being ran in Windows. Gulp fails with: ``` [20:06:02] Using gulpfile c:\Users\[redacted]\gulpfile.js [20:06:02] Starting 'typecheck'... events.js:160 throw er; // Unhandled...