Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
nahidhk committed Feb 6, 2024
2 parents 6cb4cf4 + 5e80873 commit 91ef44c
Show file tree
Hide file tree
Showing 4,864 changed files with 49 additions and 410,086 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
28 changes: 28 additions & 0 deletions .github/workflows/webpack.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: NodeJS with Webpack

on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]

jobs:
build:
runs-on: ubuntu-latest

strategy:
matrix:
node-version: [14.x, 16.x, 18.x]

steps:
- uses: actions/checkout@v3

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}

- name: Build
run: |
npm install
npx webpack
21 changes: 21 additions & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Security Policy

## Supported Versions

Use this section to tell people about which versions of your project are
currently being supported with security updates.

| Version | Supported |
| ------- | ------------------ |
| 5.1.x | :white_check_mark: |
| 5.0.x | :x: |
| 4.0.x | :white_check_mark: |
| < 4.0 | :x: |

## Reporting a Vulnerability

Use this section to tell people how to report a vulnerability.

Tell them where to go, how often they can expect to get an update on a
reported vulnerability, what to expect if the vulnerability is accepted or
declined, etc.
16 changes: 0 additions & 16 deletions node_modules/.bin/acorn

This file was deleted.

17 changes: 0 additions & 17 deletions node_modules/.bin/acorn.cmd

This file was deleted.

28 changes: 0 additions & 28 deletions node_modules/.bin/acorn.ps1

This file was deleted.

16 changes: 0 additions & 16 deletions node_modules/.bin/browserslist

This file was deleted.

17 changes: 0 additions & 17 deletions node_modules/.bin/browserslist.cmd

This file was deleted.

28 changes: 0 additions & 28 deletions node_modules/.bin/browserslist.ps1

This file was deleted.

16 changes: 0 additions & 16 deletions node_modules/.bin/envinfo

This file was deleted.

17 changes: 0 additions & 17 deletions node_modules/.bin/envinfo.cmd

This file was deleted.

28 changes: 0 additions & 28 deletions node_modules/.bin/envinfo.ps1

This file was deleted.

16 changes: 0 additions & 16 deletions node_modules/.bin/flat

This file was deleted.

17 changes: 0 additions & 17 deletions node_modules/.bin/flat.cmd

This file was deleted.

28 changes: 0 additions & 28 deletions node_modules/.bin/flat.ps1

This file was deleted.

16 changes: 0 additions & 16 deletions node_modules/.bin/import-local-fixture

This file was deleted.

17 changes: 0 additions & 17 deletions node_modules/.bin/import-local-fixture.cmd

This file was deleted.

28 changes: 0 additions & 28 deletions node_modules/.bin/import-local-fixture.ps1

This file was deleted.

16 changes: 0 additions & 16 deletions node_modules/.bin/json5

This file was deleted.

Loading

0 comments on commit 91ef44c

Please sign in to comment.