Server IP : 185.86.78.101 / Your IP : 216.73.216.124 Web Server : Apache System : Linux 675867-vds-valikoshka1996.gmhost.pp.ua 5.4.0-150-generic #167-Ubuntu SMP Mon May 15 17:35:05 UTC 2023 x86_64 User : www ( 1000) PHP Version : 7.4.33 Disable Function : passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /www/wwwroot/mifepriston.org/node_modules/critical/ |
Upload File : |
v1.3.4 / 2018-07-19 ================== * fix: return Promise.reject instead of re-throw * fix: handle PAGE_UNLOADED_DURING_EXECUTION error (#314) * output warning on invalid extract setting * Add user agent option (#316) * Bump dependencies * npm audit fix v1.3.3 / 2018-06-06 =================== * Bump dependencies * Docs: fix typo (#310) * Reduced vulnerabilities [#308] v1.3.2 / 2018-05-15 ================== * switched to async-exit-hook v1.3.1 / 2018-05-14 ================== * Bump dependencies * Removed process.exit on cleanup * Adding html-webpack-critical-plugin to README (#306) v1.3.0 / 2018-05-02 =================== * Add basic auth option [#295] v1.2.2 / 2018-04-02 =================== * Improved handling of protocol-relative asset urls [#288] * Adjust test files according to [#293] * Improve error reporting [#258] * Replace gutil by fancy-log [#297] * Update README.md [#296] v1.2.1 / 2018-03-26 =================== * Add license file v1.2.0 / 2018-03-19 =================== * Allow external stylesheets passed as css option [#290] * Add Tests for #277 v1.1.1 / 2018-03-15 ================== * Bump dependencies v1.1.0 / 2017-12-02 =================== * 1.1.0 * Remove temporary files * Bump inline-critical * Fix corrupted 'File.contents' [#191,#218] v1.0.0 / 2017-11-06 =================== * 1.0.0 * Bump dependencies * Removed deprecated methods * Don't enforce strict SSL for external assets [#171] * Allow http 2xx response codes [#244] * Replace '|' with its HTML character entity reference (#248) * Headless chrome (#246) * Add "folder" option to readme [#245] n.n.n / 2017-12-02 ================== v1.0.0 / 2017-11-06 =================== * 1.0.0 * Bump dependencies * Removed deprecated methods * Don't enforce strict SSL for external assets [#171] * Allow http 2xx response codes [#244] * Replace '|' with its HTML character entity reference (#248) * Headless chrome (#246) * Add "folder" option to readme [#245] v0.9.1 / 2017-09-04 =================== * 0.9.1 * Appveyor tweaks * Use yarn with appveyor * some appveyor tweaks * Added package missing in appveyor * Remove appveyor cache * Try to reinstall "css" dependencies * Upgrade Penthouse * Update readme according to #220 * Version bump v0.9.0 / 2017-07-19 =================== * Bump dependencies * Library options (#178) * Ignore print styles (#113) (#221) * Prefer let & const + arrow functions * Run tests on node.js 8 * Support for passing CSS files as Vinyl objects. (#204) v0.8.4 / 2017-03-01 ================== * Better remote handling (#198) * Bump inline-critical v0.8.3 / 2017-02-17 =================== * Fixed multi-dimension critical-path CSS v0.8.2 / 2017-02-11 =================== * Bump dependencies * Update README.md v0.8.1 / 2016-11-24 ================== * Added missing comma * Add tmpfile to garbage collector * Bump dependencies * Vinyl (#120) v0.8.0 / 2016-08-30 =================== * Revise production-use messaging. * Consistent CSS capitalization in README. * Remove object.assign; require node.js 4. * Fix all tests to run on Windows. * Enforce LF. * Fix xo errors. * Update dependencies. * Fix test failures. (#155) * Travis: add explicitly node.js 4 and 6. (#154) * Update .gitignore. * package.json: remove duplicate dep. (#153) * Remove JSHint leftovers. (#152) * Update README.md (#151) * Update appveyor.yml (#150) * added penthouse timeout option (#140) * CSS Rel Preload support (#129) v0.7.3 / 2016-05-30 =================== * Bump package.json version * Add test for 404 case * Remove trailing whitespace * Fix silly typo * Ignore 404 requests, reject promise with Error not String * Fixed #130 * Better error message for unresolved css files * cli: exit after stdout.write * Remove uncaughtException listener log error instead * Fixed import-order * Bump dependencies * Added changelog (#123) v0.7.2 / 2016-03-17 =================== * Add include option (#125) v0.7.1 / 2016-02-26 =================== * Dropped jshint and added xo * Adjust tests for penthouse 0.8.4 * Bump dependencies * Remove listeners on exit * Update Readme v0.7.0 / 2015-12-22 =================== * bump penthouse * Test #79 * some debug logs * trigger cleanup * added missing deps * Switch to http server for local files (#94) * ignore generated css * tests adjusted for penthouse 0.7.1 * minor tweaks * Fix appveyor tests * local url for phantomjs (#94) * penthouse bump * Bump dependencies * Bump inline-critical * Update README.md * use default base * add a test for query string in file name * fix local files query string ENOENT exception * fixed tests for bumped deps * Bump dependencies * appveyor file tweaks * Actually Emit Critical Error in Stream * cleanup * Switched postcss-image-inliner * bump inline-critical * appveyor tweaks * cleanup * added gc to address #82 * Added cli remote test * some cleanup * fixed phantom on missing file extension * use loadCSS 0.1.8 * allow remote resources * Hey, man * Bump dependencies v0.6.0 / 2015-07-07 =================== * added testcase for #88 * testcase for bc53420 issue * Fixed issue from bc53420 * Update README.md * backwards compatibility * drop node 0.10 * simplify cli help creation * minor style tweaks * Merged master * Fixed tests & locked clean-css version * Bump filter-css * Fixed CLI tests * minor package.json tweaks * Bump devDependencies * Correct expectation for adaptive * Updated tests for new clean-css 3.2.7 * some cleanup * Bump dependencies * Update README.md * Don't encode entities * Removed parallel testcase * Add 'ignore' option * Deprecated some things * deprecated htmltarget & styletarget for CLI and introduced --inline * Added pathPrefix support for CLI * normalize newlines * added test for pathPrefix option * allows pathPrefix to be set through options. Updates README * Added stream wrapper v0.5.7 / 2015-04-12 =================== * appveyor tweaks * Automated windows tests using appveyor * Fixed tests on windows * Added some badges * Bump dependencies * cleancss syntax change * modified tests to use new cleancss output v0.5.6 / 2015-03-16 =================== * catch cancellation * Fix callbacks on error v0.5.5 / 2015-03-03 =================== * Fixed CLI error codes * renaming * Added jshint * Added tests for #63 & #64 * Bump dependencies * up dimensions used in tests, update expected result files * fix typo * up dimensions used for generate in index.js * up dimensions used in README examples * Fix multi test * bump dependency * fix #67 * Add support for multi-dimension critical css. * improve file structure * readme tweaks * fix .gitignore * codestyle * Bump dependencies * updated tests for penthouse 0.3.0 v0.5.4 / 2015-02-09 =================== * Update .travis.yml * Use os.tmpdir() folder for temporary css * add `preferGlobal` prop to package.json v0.5.3 / 2015-01-18 =================== * Bump dependencies v0.5.2 / 2015-01-12 =================== * #56 Locked penthouse version v0.5.1 / 2014-12-28 =================== * Fixed tests * 'inline-critical' version bump * Fixed CLI Tests for Windows * Added tests and additional CLI fixes for #52 * Fix for #52 v0.5.0 / 2014-11-28 =================== * inline critical version bump * Increased mocha timeout * Fixed newline character in css to address #14 * Updated version of inline-critical to address #14 * Added bin/critical to files #49 * added cli / changed structure * Update README.md * Remove inlined CSS rules from source stylesheets #39 * Fixed backslash in rebased paths on windows * fixed fa77c44 * Return critical css even if unlinking of the temporary file fails * Ignores external stylesheets v0.4.0 / 2014-10-04 =================== * Add build tasks * Update UUID dep * Changed inlineImages default to false * Fixed tests for #35 v0.3.1 / 2014-09-16 =================== * Fixed parallel calls mentioned in #34 v0.3.0 / 2014-09-09 =================== * Update fixtures to account for dep. bump * Bump dependencies v0.2.0 / 2014-08-30 =================== * fixed implementation in #30 * Skipped max size for inlined images * Added image inlining to generate * removed dynamic test file * Adds a maxImageFileSize for inlined images and rebases relative css resource paths v0.1.6 / 2014-07-30 =================== * Update to Penthouse 0.2.5 to addr raised issues * change penthouse test to critical css test * some code formatting * Fixed tests * fixed fixtures * changed test size to only include header nav * prevent catching callback test errors * Format code * Make CSS files/path configurable * CSS Images fix * Add more demo projects. * Add demo projects. * Move viewport settings up. * Improve formatting of first example. v0.1.5 / 2014-07-16 =================== * Improve the Critical / Penthouse section * Readme corrections * Add contributing guide * Readme revisions * Add mention of criticalCSS module. * More edits * Infra revisions * Add note about unit tests. * Add better comments to inline-styles. * Tweaks to readme. * Minor revisions. v0.1.4 / 2014-07-11 =================== * Add note about sample project * Strap update * improve tests * Tweak to readme. * Update README.md * fix all the things * Attempt to fix builds * README.md: break long lines. * Lint fixes. * Whitespace normalization * package.json: Add missing properties. v0.1.3 / 2014-07-04 =================== * Add support for generateInline v0.1.2 / 2014-07-04 =================== * Address path issues post-integration testing v0.1.1 / 2014-07-04 =================== * Add missing file to package * Update to latest Oust, API * Add syntax highlighting to code blocks v0.1.0 / 2014-06-30 =================== * Consistency of example order * Add minification for inline styles * Fix some style, cb issues * Revisions for minification * Add support for minification * Add options to readme * Fixes #9 - adds defaults for w/h * Add note about FAQs, license * Expand on joined paths * Move reads * Improve test descriptions * Improve callbacks, add more tests * Fixes #2, passes errors * Path joins for #6, test > fixture for #10, other fixes * Fixes #4 - drop log statements * Fixes #5 - switch to readFile/writeFile only * Fixes #7 - throw if src/base not specified * Should fix #1 - only write to disk if dest specified * Switch to integers * Readme revisions v0.0.1 / 2014-06-28 =================== * API revisions, readme updates, cleanup * Various fixes * Add implementation. * Add tests. * Add testing rig. * Add README. * Initial package. * Ignore. * Initial commit