Skip to content
This repository has been archived by the owner on Oct 28, 2020. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also .

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also .
base repository: dollarshaveclub/shave
base: 852b537
Choose a base ref
head repository: dollarshaveclub/shave
compare: da7371b
Choose a head ref
  • 10 commits
  • 10 files changed
  • 3 contributors

Commits on Oct 9, 2018

Commits on Oct 14, 2018

Commits on Nov 2, 2018

  1. Greenkeeper/conventional changelog cli 2.0.11 (#135)

    * chore(package): update conventional-changelog-cli to version 2.0.11
    
    * chore(package): update lockfile yarn.lock
    yowainwright committed Nov 2, 2018

Commits on Nov 9, 2018

  1. Update rollup to the latest version πŸš€ (#136)

    * chore(package): update rollup to version 0.67.0
    
    * chore(package): update lockfile yarn.lock
    greenkeeper[bot] authored and yowainwright committed Nov 9, 2018

Commits on Nov 28, 2018

Commits on Dec 16, 2018

  1. Update rollup to the latest version πŸš€ (#140)

    * chore(package): update rollup to version 0.68.0
    
    * chore(package): update lockfile yarn.lock
    greenkeeper[bot] authored and yowainwright committed Dec 16, 2018

Commits on Dec 29, 2018

  1. Update rollup to the latest version πŸš€ (#141)

    * chore(package): update rollup to version 1.0.0
    
    * chore(package): update lockfile yarn.lock
    greenkeeper[bot] authored and yowainwright committed Dec 29, 2018

Commits on Jan 11, 2019

  1. Update rollup-plugin-uglify to the latest version πŸš€ (#142)

    * chore(package): update rollup-plugin-uglify to version 6.0.1
    
    * chore(package): update lockfile yarn.lock
    greenkeeper[bot] authored and yowainwright committed Jan 11, 2019

Commits on Apr 17, 2019

  1. Use createTextNode() to avoid possible XSS (#145)

    * Use createTextNode() to avoid possible XSS
    
    For reference: https://stackoverflow.com/questions/476821/is-a-dom-text-node-guaranteed-to-not-be-interpreted-as-html
    For XSS Example: https://jsfiddle.net/32795mpy/
    
    * delete whitespace for CI
    
    * update variable names
    
    "hiddenText" => "shavedText"
    "wrapper" =>  "elWithShavedText"
    digitalcraft authored and yowainwright committed Apr 17, 2019