Skip to content

Commit

Permalink
Merge pull request #159 from ndaidong/3.1.4
Browse files Browse the repository at this point in the history
v3.1.4
  • Loading branch information
ndaidong committed Nov 13, 2022
2 parents 7a0e721 + ef7bf6c commit 3bb9e2e
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 23 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
node_version: [14.x, 15.x, 16.x, 17.x, 18.x]
node_version: [14.x, 15.x, 16.x, 17.x, 18.x, 19.x]

steps:
- uses: actions/checkout@v2
Expand All @@ -27,7 +27,6 @@ jobs:
FACEBOOK_APP_ID: ${{ secrets.FACEBOOK_APP_ID }}
FACEBOOK_CLIENT_TOKEN: ${{ secrets.FACEBOOK_CLIENT_TOKEN }}
run: |
npm i -g standard
npm install
npm run lint
npm run build --if-present
Expand Down
19 changes: 7 additions & 12 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,16 @@

## Supported Versions

The following versions are being supported with security updates.
Due to resource limitations, only the latest stable minor release is getting bugfixes (including security ones).

| Version | Supported |
| ------- | ------------------ |
| 1.4.x | :white_check_mark: |
| 1.3.x | :white_check_mark: |
| 1.2.x | :white_check_mark: |
| 1.1.x | :white_check_mark: |
| 1.0.x | :white_check_mark: |
| 0.x.x | :x: |
So e.g. if the latest stable version is 3.1.4, then 3.1.x line will still get security fixes but older versions (like 3.0.x) won't get any fixes.

Description above is a general rule and may be altered on case by case basis.

## Reporting a Vulnerability

If you discover a security issue, please bring it to their attention right away!
You can report low severity vulnerabilities as GitHub issues.

Please **DO NOT** file a public issue, instead send your report privately to `security-report@pwshub.com`.
More severe vulnerabilities should be reported to the my email ndaidong@gmail.com or Twitter [@ndaidong](https://twitter.com/ndaidong).

Security reports are greatly appreciated and we will publicly thank you for it, although we keep your name confidential if you request it.
---
2 changes: 1 addition & 1 deletion dist/cjs/oembed-parser.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// oembed-parser@3.1.3, by @ndaidong - built with esbuild at 2022-10-26T05:04:53.355Z - published under MIT license
// oembed-parser@3.1.4, by @ndaidong - built with esbuild at 2022-11-13T05:18:59.638Z - published under MIT license
var __create = Object.create;
var __defProp = Object.defineProperty;
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
Expand Down
2 changes: 1 addition & 1 deletion dist/cjs/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "oembed-parser",
"version": "3.1.3",
"version": "3.1.4",
"main": "./oembed-parser.js"
}
2 changes: 1 addition & 1 deletion dist/oembed-parser.esm.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// oembed-parser@3.1.3, by @ndaidong - built with esbuild at 2022-10-26T05:04:53.355Z - published under MIT license
// oembed-parser@3.1.4, by @ndaidong - built with esbuild at 2022-11-13T05:18:59.638Z - published under MIT license

// src/utils/linker.js
var isValid = (url = "") => {
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "3.1.3",
"version": "3.1.4",
"name": "oembed-parser",
"description": "Get oEmbed data from given URL.",
"homepage": "https://www.npmjs.com/package/oembed-parser",
Expand Down Expand Up @@ -39,8 +39,8 @@
"cross-fetch": "^3.1.5"
},
"devDependencies": {
"esbuild": "^0.15.12",
"jest": "^29.2.2",
"esbuild": "^0.15.13",
"jest": "^29.3.1",
"nock": "^13.2.9",
"standard": "^17.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion src/utils/providers.latest.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// provider data, synchronized at 2022-10-26T05:04:37.983Z
// provider data, synchronized at 2022-11-13T05:17:54.675Z

/* eslint-disable */

Expand Down
10 changes: 8 additions & 2 deletions src/utils/providers.prev.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// provider data, synchronized at 2022-10-13T02:14:43.201Z
// provider data, synchronized at 2022-10-26T05:04:37.983Z

/* eslint-disable */

Expand Down Expand Up @@ -974,7 +974,7 @@ export const providers = [
"s": [
"pod\\.univ-lille\\.fr/video/*"
],
"e": "pod.univ-lille.fr/oembed"
"e": "pod.univ-lille.fr/video/oembed"
},
{
"s": [
Expand Down Expand Up @@ -1281,6 +1281,12 @@ export const providers = [
],
"e": "api.picturelfy.com/service/oembed/"
},
{
"s": [
"*\\.builder\\.pikasso\\.xyz/embed/*"
],
"e": "builder.pikasso.xyz/api/oembed"
},
{
"s": [],
"e": "beta.pingvp.com.kpnis.nl/p/oembed.php"
Expand Down

0 comments on commit 3bb9e2e

Please sign in to comment.