Git Product home page Git Product logo

crypto-urls's People

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

crypto-urls's Issues

add util folder

add util folder to have,

  • common validation logics
  • future code

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Rate-Limited

These updates are currently rate-limited. Click on a checkbox below to force their creation now.

  • chore(deps): replace dependency rollup-plugin-terser with @rollup/plugin-terser 0.1.0
  • fix(deps): update dependency crypto-js to v4.2.0
  • chore(deps): update actions/checkout action to v4
  • chore(deps): update actions/setup-node action to v4
  • chore(deps): update dependency @rollup/plugin-babel to v6
  • chore(deps): update dependency @rollup/plugin-commonjs to v25
  • chore(deps): update dependency @rollup/plugin-node-resolve to v15
  • chore(deps): update dependency query-string to v9
  • chore(deps): update dependency rollup to v4
  • ๐Ÿ” Create all rate-limited PRs at once ๐Ÿ”

Edited/Blocked

These updates have been manually edited so Renovate will no longer make changes. To discard all commits and start over, click on a checkbox.

Open

These updates have all been created already. Click a checkbox below to force a retry/rebase of any.

Detected dependencies

circleci
.circleci/config.yml
github-actions
.github/workflows/node.js.yml
  • actions/checkout v2
  • actions/setup-node v2
npm
package.json
  • crypto-js ^4.0.0
  • url-parse ^1.5.1
  • query-string 7.0.0
  • @babel/cli 7.13.16
  • @babel/core 7.14.2
  • @babel/preset-env 7.14.2
  • @rollup/plugin-babel 5.3.0
  • @rollup/plugin-commonjs 19.0.0
  • @rollup/plugin-node-resolve 13.0.0
  • babel-jest 26.6.3
  • jest 26.6.3
  • url-parse 1.5.1
  • crypto-js 4.0.0
  • query-string 7.0.0
  • rollup 2.47.0
  • rollup-plugin-peer-deps-external 2.2.4
  • rollup-plugin-terser 7.0.2

  • Check this box to trigger a request for Renovate to run again on this repository

Analysis on configuring different encryption algorithm

To be addressed,

  1. Create a config method to set the default encryption algorithm(AES) and secret key (Issue ID : #47)
  2. All developers to override encryption algorithm through the config method.
  3. Create a config file based on the developer configuration.
  4. Make encryption and decryption work based on the config file properties.

Add dependency package and script

Dev Dependencies

    "query-string": "^7.0.0",
    "@babel/cli": "^7.13.10",
    "@babel/core": "^7.13.13",
    "@babel/preset-env": "^7.13.12",
    "@rollup/plugin-babel": "^5.3.0",
    "@rollup/plugin-commonjs": "^17.1.0",
    "@rollup/plugin-node-resolve": "^11.2.0",
    "rollup": "^2.42.4",
    "rollup-plugin-peer-deps-external": "^2.2.4",
    "rollup-plugin-terser": "^7.0.2"

Script setup

     "build": "rollup -c",
    "start": "rollup -c -w",
    "clean": "rm -rf node_modules && npm i --verbose"

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.