1. 24 10月, 2017 2 次提交
  2. 23 10月, 2017 4 次提交
  3. 22 10月, 2017 2 次提交
  4. 21 10月, 2017 3 次提交
  5. 20 10月, 2017 7 次提交
  6. 19 10月, 2017 1 次提交
  7. 18 10月, 2017 2 次提交
  8. 17 10月, 2017 4 次提交
  9. 16 10月, 2017 7 次提交
  10. 15 10月, 2017 5 次提交
    • Y
      Proposal: Add shields io npm version badge (#3099) · f5aac04b
      yashha 提交于
      f5aac04b
    • T
      Release 4.0.4 · db151d25
      Tim Neutkens 提交于
      db151d25
    • T
      Update exposed package to avoid DoS (#3080) · 494f416a
      Tomas Roos 提交于
      Running nsp check
      
      ```
      ➜  web git:(master) nsp check
      (+) 1 vulnerabilities found
      ┌───────────────┬────────────────────────────────────────────────────────────────────────────────────────────────────────────┐
      │               │ Regular Expression Denial of Service                                                                       │
      ├───────────────┼────────────────────────────────────────────────────────────────────────────────────────────────────────────┤
      │ Name          │ mime                                                                                                       │
      ├───────────────┼────────────────────────────────────────────────────────────────────────────────────────────────────────────┤
      │ CVSS          │ 7.5 (High)                                                                                                 │
      ├───────────────┼────────────────────────────────────────────────────────────────────────────────────────────────────────────┤
      │ Installed     │ 1.3.4                                                                                                      │
      ├───────────────┼────────────────────────────────────────────────────────────────────────────────────────────────────────────┤
      │ Vulnerable    │ < 1.4.1 || > 2.0.0 < 2.0.3                                                                                 │
      ├───────────────┼────────────────────────────────────────────────────────────────────────────────────────────────────────────┤
      │ Patched       │ >= 1.4.1 < 2.0.0 || >= 2.0.3                                                                               │
      ├───────────────┼────────────────────────────────────────────────────────────────────────────────────────────────────────────┤
      │ Path          │ web@1.0.0 > next@4.0.1 > send@0.15.6 > mime@1.3.4                                                          │
      ├───────────────┼────────────────────────────────────────────────────────────────────────────────────────────────────────────┤
      │ More Info     │ https://nodesecurity.io/advisories/535                                                                     │
      └───────────────┴────────────────────────────────────────────────────────────────────────────────────────────────────────────┘
      
      ```
      
      This is a dependency of send which already upgraded this in order to not be exposed to this known error.
      https://github.com/pillarjs/send/blob/master/HISTORY.md
      494f416a
    • K
      Fix renderPage in production mode (#3089) · 8711a7d1
      Kevin Decker 提交于
      The next object was not being exported in the same manner in dev vs. prod mode.
      8711a7d1
    • S
      11fe73e9
  11. 14 10月, 2017 2 次提交
    • M
      Update styled-jsx-postcss example (#3083) · 2f6e43f5
      Mariano Fernández Cocirio 提交于
      * Update babel-preset.js
      
      As './dist/server/build/babel/preset' now return a function, in this example we need to first call the function and after that replace styled-jsx
      
      * linting issues solved
      2f6e43f5
    • S
      Firebase server side auth example update: don't fetch messages server-side if... · a25cb412
      Sitian Liu 提交于
      Firebase server side auth example update: don't fetch messages server-side if user is not found (#3087)
      
      * don't fetch messages server-side if user is not found 
      
      Currently, the component always fetch everything under '/messages' even if the user is not authenticated on the server side. Update it to not fetch if the user is not found as a better example on handling.
      
      * fix lint error
      a25cb412
  12. 12 10月, 2017 1 次提交