linkedin-to-jsonresume
linkedin-to-jsonresume copied to clipboard
Browser extension to turn a LinkedIn profile page into a JSON Resume export.
Bumps [terser](https://github.com/terser/terser) from 5.12.1 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...
Bumps [async](https://github.com/caolan/async) from 3.2.0 to 3.2.4. Changelog Sourced from async's changelog. v3.2.4 Fix a bug in priorityQueue where it didn't wait for the result. (#1725) Fix a bug where unshiftAsync...
**Describe the issue** When looking on Linkedin I have two languages in the `Languages` section (`German` and `English`). But when downloading the JSON profile I get 3 languages (`English` is...
With how often this is needing updates, it would be nice to establish some sort of test or simple check to verify the shape of the output. This could be...
Hi, how about this bug? Profile photo not saved: I scra profile https://www.linkedin.com/in/diana-ponomareva/ and report this JSON: { "$schema": "https://raw.githubusercontent.com/jsonresume/resume-schema/v1.0.0/schema.json", "basics": { "name": "Diana Ponomareva", "label": "Руководитель рекрутингового агентства IT.и...
> January 2023 - Staring in Chrome 112, Chrome may run experiments to turn off support for Manifest V2 extensions in Canary, Dev, and Beta channels. https://developer.chrome.com/docs/extensions/mv3/mv2-sunset/ https://developer.chrome.com/blog/mv2-transition/ UPDATE: [They...
Bumps [webpack](https://github.com/webpack/webpack) from 5.72.0 to 5.76.0. Release notes Sourced from webpack's releases. v5.76.0 Bugfixes Avoid cross-realm object access by @Jack-Works in webpack/webpack#16500 Improve hash performance via conditional initialization by @lvivski...
Bumps [json5](https://github.com/json5/json5) from 0.5.1 to 1.0.2. Release notes Sourced from json5's releases. v1.0.2 Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a...
Bumps [loader-utils](https://github.com/webpack/loader-utils) from 2.0.2 to 2.0.4. Release notes Sourced from loader-utils's releases. v2.0.4 2.0.4 (2022-11-11) Bug Fixes ReDoS problem (#225) (ac09944) v2.0.3 2.0.3 (2022-10-20) Bug Fixes security: prototype pollution exploit...
A profile might, on a work experience for example, have a date range that is "2007 - oct 2007". The [this fix](https://github.com/joshuatz/linkedin-to-jsonresume/pull/5) will interpret that as "2007-12-31 - 2007-10-31". Start...