Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create Enki #53

Open
wants to merge 67 commits into
base: card-stateful-componet
Choose a base branch
from

Commits on Oct 29, 2019

  1. Update README.md

    jasminmif committed Oct 29, 2019
    Configuration menu
    Copy the full SHA
    f63d178 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    jasminmif committed Oct 29, 2019
    Configuration menu
    Copy the full SHA
    51562d9 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2019

  1. Merge pull request jasminmif#1 from jasminmif/card-stateful-componet

    Card statefull component
    jasminmif committed Oct 31, 2019
    Configuration menu
    Copy the full SHA
    e6d2b82 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2019

  1. Configuration menu
    Copy the full SHA
    551ffbd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ab71fbd View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2019

  1. Configuration menu
    Copy the full SHA
    1ffe8e1 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2019

  1. Mask Credit Card Number

    jasminmif committed Nov 6, 2019
    Configuration menu
    Copy the full SHA
    b6ce3b3 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2019

  1. Readme updates

    jasminmif committed Nov 9, 2019
    Configuration menu
    Copy the full SHA
    29fc72c View commit details
    Browse the repository at this point in the history
  2. Libraries used

    jasminmif committed Nov 9, 2019
    Configuration menu
    Copy the full SHA
    88f5e95 View commit details
    Browse the repository at this point in the history
  3. Links bullets

    jasminmif committed Nov 9, 2019
    Configuration menu
    Copy the full SHA
    ce09c7d View commit details
    Browse the repository at this point in the history
  4. Readme improvements

    jasminmif committed Nov 9, 2019
    Configuration menu
    Copy the full SHA
    e8be975 View commit details
    Browse the repository at this point in the history
  5. Add Images and gif display

    jasminmif committed Nov 9, 2019
    Configuration menu
    Copy the full SHA
    8570453 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fda7d66 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2dc7afd View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    cff00e5 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2019

  1. Refactor cardType

    Zach Kirsch committed Nov 10, 2019
    Configuration menu
    Copy the full SHA
    ad6e753 View commit details
    Browse the repository at this point in the history
  2. Merge pull request jasminmif#2 from zachkirsch/refactor-card-type

    Refactor cardType
    jasminmif committed Nov 10, 2019
    Configuration menu
    Copy the full SHA
    9a5b9c9 View commit details
    Browse the repository at this point in the history
  3. [ImgBot] Optimize images

    *Total -- 474.70kb -> 422.96kb (10.9%)
    
    /public/chip.png -- 16.08kb -> 6.31kb (60.78%)
    /public/logo192.png -- 8.38kb -> 5.10kb (39.13%)
    /public/logo512.png -- 22.38kb -> 14.05kb (37.24%)
    /public/card-type/mastercard.png -- 9.94kb -> 6.58kb (33.81%)
    /public/card-type/visa.png -- 5.79kb -> 3.92kb (32.26%)
    /public/card-type/amex.png -- 8.59kb -> 5.96kb (30.62%)
    /public/card-type/troy.png -- 4.77kb -> 3.45kb (27.66%)
    /public/card-type/discover.png -- 43.38kb -> 32.61kb (24.81%)
    /public/card-type/unionpay.png -- 16.76kb -> 14.65kb (12.62%)
    /public/card-background/23.jpeg -- 106.72kb -> 103.67kb (2.86%)
    /public/card-background/25.jpeg -- 100.44kb -> 97.89kb (2.54%)
    /public/card-background/18.jpeg -- 104.58kb -> 102.01kb (2.45%)
    /public/card-background/20.jpeg -- 18.87kb -> 18.75kb (0.63%)
    /src/logo.svg -- 8.01kb -> 8.01kb (0.01%)
    
    Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>
    ImgBotApp committed Nov 10, 2019
    Configuration menu
    Copy the full SHA
    71eda56 View commit details
    Browse the repository at this point in the history
  4. Fix ESLint warnings

    MichaelDeBoey committed Nov 10, 2019
    Configuration menu
    Copy the full SHA
    6c3cb36 View commit details
    Browse the repository at this point in the history
  5. Merge pull request jasminmif#3 from MichaelDeBoey/imgbot

    [ImgBot] Optimize images
    jasminmif committed Nov 10, 2019
    Configuration menu
    Copy the full SHA
    a7e19cc View commit details
    Browse the repository at this point in the history
  6. Merge pull request jasminmif#4 from MichaelDeBoey/fix-eslint

    Fix ESLint warnings
    jasminmif committed Nov 10, 2019
    Configuration menu
    Copy the full SHA
    c127d67 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2019

  1. Create LICENSE

    jasminmif committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    69821d5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request jasminmif#7 from jasminmif/add-license-1

    Create LICENSE
    jasminmif committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    3983dc3 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2019

  1. Fix issue where modifying card number anywhere

    but the end causes cursor to jump to the end
    timiscoding committed Nov 13, 2019
    Configuration menu
    Copy the full SHA
    1171710 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    537fd89 View commit details
    Browse the repository at this point in the history
  3. Merge pull request jasminmif#9 from timiscoding/fix-card-num-cursor-jump

    Fix issue where modifying card number anywhere but the end causes cursor to jump to the end
    jasminmif committed Nov 13, 2019
    Configuration menu
    Copy the full SHA
    64ad2a1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1a68422 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2019

  1. Merge pull request jasminmif#10 from StefanSelfTaught/Readme

    Adding npm install command (can be helpful for beginners)
    jasminmif committed Nov 14, 2019
    Configuration menu
    Copy the full SHA
    9abda08 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2019

  1. Update index.js

    jobintweets committed Nov 15, 2019
    Configuration menu
    Copy the full SHA
    cdb4bce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8cbe924 View commit details
    Browse the repository at this point in the history
  3. Merge pull request jasminmif#17 from jetonk/improve-exports

    Change export method and move components into index.js files
    jasminmif committed Nov 15, 2019
    Configuration menu
    Copy the full SHA
    94adcec View commit details
    Browse the repository at this point in the history
  4. Merge pull request jasminmif#15 from jobintweets/patch-1

    Update index.js
    jasminmif committed Nov 15, 2019
    Configuration menu
    Copy the full SHA
    06de3b5 View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2019

  1. Configuration menu
    Copy the full SHA
    a502ca6 View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2019

  1. Add Sandbox Url to readme

    jasminmif committed Dec 25, 2019
    Configuration menu
    Copy the full SHA
    94c347a View commit details
    Browse the repository at this point in the history
  2. Merge pull request jasminmif#24 from jasminmif/stars-animation

    Zoom in-out CVV stars animation and sandbox url
    jasminmif committed Dec 25, 2019
    Configuration menu
    Copy the full SHA
    e90bfad View commit details
    Browse the repository at this point in the history
  3. Update README.md

    jasminmif committed Dec 25, 2019
    Configuration menu
    Copy the full SHA
    abd1def View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2020

  1. Code Refactor

    jasminmif committed Apr 20, 2020
    Configuration menu
    Copy the full SHA
    ba861e5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ab63727 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2020

  1. Configuration menu
    Copy the full SHA
    33fb974 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2020

  1. Configuration menu
    Copy the full SHA
    1ce0431 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5af6aab View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9c2f337 View commit details
    Browse the repository at this point in the history
  4. Merge pull request jasminmif#25 from jasminmif/functional-components

    Convert project to use functional components and hooks
    jasminmif committed Apr 26, 2020
    Configuration menu
    Copy the full SHA
    e1ebc64 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b830d50 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b15c7af View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    df1695d View commit details
    Browse the repository at this point in the history

Commits on May 26, 2020

  1. diners club card-type added

    vilmacio22 committed May 26, 2020
    Configuration menu
    Copy the full SHA
    c12c7a6 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2020

  1. Merge pull request jasminmif#27 from vilmacio22/feature/card-type-diners

    diners club card-type added
    jasminmif committed May 28, 2020
    Configuration menu
    Copy the full SHA
    4b1f1f3 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2022

  1. Bump node-sass from 4.13.0 to 7.0.0

    Bumps [node-sass](https://github.com/sass/node-sass) from 4.13.0 to 7.0.0.
    - [Release notes](https://github.com/sass/node-sass/releases)
    - [Changelog](https://github.com/sass/node-sass/blob/master/CHANGELOG.md)
    - [Commits](sass/node-sass@v4.13.0...v7.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: node-sass
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    d029fd2 View commit details
    Browse the repository at this point in the history
  2. Bump handlebars from 4.5.0 to 4.7.7

    Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.5.0 to 4.7.7.
    - [Release notes](https://github.com/wycats/handlebars.js/releases)
    - [Changelog](https://github.com/handlebars-lang/handlebars.js/blob/master/release-notes.md)
    - [Commits](handlebars-lang/handlebars.js@v4.5.0...v4.7.7)
    
    ---
    updated-dependencies:
    - dependency-name: handlebars
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    6a8b72d View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2022

  1. Bump ajv from 6.10.2 to 6.12.6

    Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.10.2 to 6.12.6.
    - [Release notes](https://github.com/ajv-validator/ajv/releases)
    - [Commits](ajv-validator/ajv@v6.10.2...v6.12.6)
    
    ---
    updated-dependencies:
    - dependency-name: ajv
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Feb 14, 2022
    Configuration menu
    Copy the full SHA
    ee29998 View commit details
    Browse the repository at this point in the history
  2. Bump follow-redirects from 1.9.0 to 1.14.8

    Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.9.0 to 1.14.8.
    - [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
    - [Commits](follow-redirects/follow-redirects@v1.9.0...v1.14.8)
    
    ---
    updated-dependencies:
    - dependency-name: follow-redirects
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Feb 14, 2022
    Configuration menu
    Copy the full SHA
    56a2dcf View commit details
    Browse the repository at this point in the history
  3. Merge pull request jasminmif#35 from jasminmif/dependabot/npm_and_yar…

    …n/follow-redirects-1.14.8
    
    Bump follow-redirects from 1.9.0 to 1.14.8
    jasminmif committed Feb 14, 2022
    Configuration menu
    Copy the full SHA
    6ad51cd View commit details
    Browse the repository at this point in the history
  4. Bump ws from 5.2.2 to 5.2.3

    Bumps [ws](https://github.com/websockets/ws) from 5.2.2 to 5.2.3.
    - [Release notes](https://github.com/websockets/ws/releases)
    - [Commits](websockets/ws@5.2.2...5.2.3)
    
    ---
    updated-dependencies:
    - dependency-name: ws
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Feb 14, 2022
    Configuration menu
    Copy the full SHA
    fc6a90b View commit details
    Browse the repository at this point in the history
  5. Bump tmpl from 1.0.4 to 1.0.5

    Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5.
    - [Release notes](https://github.com/daaku/nodejs-tmpl/releases)
    - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5)
    
    ---
    updated-dependencies:
    - dependency-name: tmpl
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Feb 14, 2022
    Configuration menu
    Copy the full SHA
    86de38b View commit details
    Browse the repository at this point in the history
  6. Bump merge-deep from 3.0.2 to 3.0.3

    Bumps [merge-deep](https://github.com/jonschlinkert/merge-deep) from 3.0.2 to 3.0.3.
    - [Release notes](https://github.com/jonschlinkert/merge-deep/releases)
    - [Commits](jonschlinkert/merge-deep@3.0.2...3.0.3)
    
    ---
    updated-dependencies:
    - dependency-name: merge-deep
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Feb 14, 2022
    Configuration menu
    Copy the full SHA
    e168450 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2022

  1. Bump url-parse from 1.4.7 to 1.5.10

    Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.4.7 to 1.5.10.
    - [Release notes](https://github.com/unshiftio/url-parse/releases)
    - [Commits](unshiftio/url-parse@1.4.7...1.5.10)
    
    ---
    updated-dependencies:
    - dependency-name: url-parse
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Feb 27, 2022
    Configuration menu
    Copy the full SHA
    1cfb864 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2022

  1. Merge pull request jasminmif#40 from jasminmif/dependabot/npm_and_yar…

    …n/url-parse-1.5.10
    
    Bump url-parse from 1.4.7 to 1.5.10
    jasminmif committed Apr 6, 2022
    Configuration menu
    Copy the full SHA
    fd37d0c View commit details
    Browse the repository at this point in the history
  2. Merge pull request jasminmif#37 from jasminmif/dependabot/npm_and_yar…

    …n/tmpl-1.0.5
    
    Bump tmpl from 1.0.4 to 1.0.5
    jasminmif committed Apr 6, 2022
    Configuration menu
    Copy the full SHA
    22ba276 View commit details
    Browse the repository at this point in the history
  3. Merge pull request jasminmif#38 from jasminmif/dependabot/npm_and_yar…

    …n/merge-deep-3.0.3
    
    Bump merge-deep from 3.0.2 to 3.0.3
    jasminmif committed Apr 6, 2022
    Configuration menu
    Copy the full SHA
    eebcdf0 View commit details
    Browse the repository at this point in the history
  4. Bump lodash from 4.17.15 to 4.17.21

    Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.21.
    - [Release notes](https://github.com/lodash/lodash/releases)
    - [Commits](lodash/lodash@4.17.15...4.17.21)
    
    ---
    updated-dependencies:
    - dependency-name: lodash
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Apr 6, 2022
    Configuration menu
    Copy the full SHA
    5cf7774 View commit details
    Browse the repository at this point in the history
  5. Merge pull request jasminmif#36 from jasminmif/dependabot/npm_and_yar…

    …n/ws-5.2.3
    
    Bump ws from 5.2.2 to 5.2.3
    jasminmif committed Apr 6, 2022
    Configuration menu
    Copy the full SHA
    ec8d98b View commit details
    Browse the repository at this point in the history
  6. Merge pull request jasminmif#41 from jasminmif/dependabot/npm_and_yar…

    …n/lodash-4.17.21
    
    Bump lodash from 4.17.15 to 4.17.21
    jasminmif committed Apr 6, 2022
    Configuration menu
    Copy the full SHA
    cb0a03f View commit details
    Browse the repository at this point in the history
  7. Merge pull request jasminmif#34 from jasminmif/dependabot/npm_and_yar…

    …n/ajv-6.12.6
    
    Bump ajv from 6.10.2 to 6.12.6
    jasminmif committed Apr 6, 2022
    Configuration menu
    Copy the full SHA
    bbf512d View commit details
    Browse the repository at this point in the history
  8. Merge pull request jasminmif#33 from jasminmif/dependabot/npm_and_yar…

    …n/handlebars-4.7.7
    
    Bump handlebars from 4.5.0 to 4.7.7
    jasminmif committed Apr 6, 2022
    Configuration menu
    Copy the full SHA
    72a0aee View commit details
    Browse the repository at this point in the history
  9. Merge pull request jasminmif#32 from jasminmif/dependabot/npm_and_yar…

    …n/node-sass-7.0.0
    
    Bump node-sass from 4.13.0 to 7.0.0
    jasminmif committed Apr 6, 2022
    Configuration menu
    Copy the full SHA
    473081e View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2023

  1. Create Enki

    Anunakiler committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    50bbc5b View commit details
    Browse the repository at this point in the history