Share
## https://sploitus.com/exploit?id=82A5748F-1B76-5BD6-A9B5-81296752F94A
This is a proof-of-concept repository for browserify source mapping. The repository contains a `index.js` file that reads the contents of three JavaScript files (`foo.js`, `bar.js`, and `sub/foo.js`) and creates a source map for each file. The source map is then used to map the original source code to the generated code in the browser.

The `index.js` file uses the `source-map` module to create a `SourceMapGenerator` instance, which is used to add mappings between the original source code and the generated code. The `addMapping` method is used to add a mapping for each line of code in the original source files.

The repository also contains a `package.json` file that lists the dependencies required to run the proof-of-concept, including the `source-map` module.

The repository also contains a `example` directory that contains the three JavaScript files (`foo.js`, `bar.js`, and `sub/foo.js`) and an `index.html` file that loads the generated bundle.js file and displays a message in the browser.

The `example` directory also contains a `.gitignore` file that ignores the `bundle.*` files.

The `index.js` file is run using the `node` command, and the `open`