Skip to content
This repository was archived by the owner on Aug 9, 2025. It is now read-only.

Commit 4f07722

Browse files
author
Jonas Kruckenberg
committed
2 parents 4d60297 + 06c4723 commit 4f07722

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
lines changed

docs/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## [1.2.4](https://github.com/JonasKruckenberg/rollup-plugin-sri/compare/v1.2.3...v1.2.4) (2020-07-17)
2+
13
## [1.2.3](https://github.com/JonasKruckenberg/rollup-plugin-sri/compare/v1.2.2...v1.2.3) (2020-07-17)
24

35
## [1.2.2](https://github.com/JonasKruckenberg/rollup-plugin-sri/compare/v1.2.1...v1.2.2) (2020-07-17)

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
**generateIdentity**(`source`: Buffer, `alg`: string): *string*
2020

21-
*Defined in [index.ts:86](https://github.com/JonasKruckenberg/rollup-plugin-sri/blob/d8c89d7/index.ts#L86)*
21+
*Defined in [index.ts:86](https://github.com/JonasKruckenberg/rollup-plugin-sri/blob/a8b2ca2/index.ts#L86)*
2222

2323
**Parameters:**
2424

docs/interfaces/pluginoptions.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
**active**? : *undefined | false | true*
2323

24-
*Defined in [index.ts:41](https://github.com/JonasKruckenberg/rollup-plugin-sri/blob/d8c89d7/index.ts#L41)*
24+
*Defined in [index.ts:41](https://github.com/JonasKruckenberg/rollup-plugin-sri/blob/a8b2ca2/index.ts#L41)*
2525

2626
Can be used to disable the plugin, for example when used together with hot-module-reloading.
2727

@@ -33,7 +33,7 @@ ___
3333

3434
**algorithms**? : *string[]*
3535

36-
*Defined in [index.ts:27](https://github.com/JonasKruckenberg/rollup-plugin-sri/blob/d8c89d7/index.ts#L27)*
36+
*Defined in [index.ts:27](https://github.com/JonasKruckenberg/rollup-plugin-sri/blob/a8b2ca2/index.ts#L27)*
3737

3838
A list of hashing algorithms to use when computing the integrity attribute.
3939
The hashing algorithm has to be supported by the nodejs version you're running on.
@@ -49,7 +49,7 @@ ___
4949

5050
**crossorigin**? : *"anonymous" | "use-credentials"*
5151

52-
*Defined in [index.ts:35](https://github.com/JonasKruckenberg/rollup-plugin-sri/blob/d8c89d7/index.ts#L35)*
52+
*Defined in [index.ts:35](https://github.com/JonasKruckenberg/rollup-plugin-sri/blob/a8b2ca2/index.ts#L35)*
5353

5454
You can also specify the value for the crossorigin attribute.
5555
This attribute has to be set to prevent cross-origin data leakage.
@@ -64,7 +64,7 @@ ___
6464

6565
**selectors**? : *string[]*
6666

67-
*Defined in [index.ts:18](https://github.com/JonasKruckenberg/rollup-plugin-sri/blob/d8c89d7/index.ts#L18)*
67+
*Defined in [index.ts:18](https://github.com/JonasKruckenberg/rollup-plugin-sri/blob/a8b2ca2/index.ts#L18)*
6868

6969
A list of strings you can provide that the plugin will use to match.
7070
it will then try to compute an integrity attribute for the matched tag.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rollup-plugin-sri",
3-
"version": "1.2.3",
3+
"version": "1.2.4",
44
"main": "dist/index.js",
55
"module": "dist/index.es.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)