This repository was archived by the owner on Aug 9, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +8
-6
lines changed Expand file tree Collapse file tree 4 files changed +8
-6
lines changed Original file line number Diff line number Diff line change
1
+ ## [ 1.2.4] ( https://github.com/JonasKruckenberg/rollup-plugin-sri/compare/v1.2.3...v1.2.4 ) (2020-07-17)
2
+
1
3
## [ 1.2.3] ( https://github.com/JonasKruckenberg/rollup-plugin-sri/compare/v1.2.2...v1.2.3 ) (2020-07-17)
2
4
3
5
## [ 1.2.2] ( https://github.com/JonasKruckenberg/rollup-plugin-sri/compare/v1.2.1...v1.2.2 ) (2020-07-17)
Original file line number Diff line number Diff line change 18
18
19
19
▸ ** generateIdentity** (` source ` : Buffer, ` alg ` : string): * string*
20
20
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 ) *
22
22
23
23
** Parameters:**
24
24
Original file line number Diff line number Diff line change 21
21
22
22
• ** active** ? : * undefined | false | true*
23
23
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 ) *
25
25
26
26
Can be used to disable the plugin, for example when used together with hot-module-reloading.
27
27
33
33
34
34
• ** algorithms** ? : * string[ ] *
35
35
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 ) *
37
37
38
38
A list of hashing algorithms to use when computing the integrity attribute.
39
39
The hashing algorithm has to be supported by the nodejs version you're running on.
49
49
50
50
• ** crossorigin** ? : * "anonymous" | "use-credentials"*
51
51
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 ) *
53
53
54
54
You can also specify the value for the crossorigin attribute.
55
55
This attribute has to be set to prevent cross-origin data leakage.
64
64
65
65
• ** selectors** ? : * string[ ] *
66
66
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 ) *
68
68
69
69
A list of strings you can provide that the plugin will use to match.
70
70
it will then try to compute an integrity attribute for the matched tag.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " rollup-plugin-sri" ,
3
- "version" : " 1.2.3 " ,
3
+ "version" : " 1.2.4 " ,
4
4
"main" : " dist/index.js" ,
5
5
"module" : " dist/index.es.js" ,
6
6
"types" : " dist/index.d.ts" ,
You can’t perform that action at this time.
0 commit comments