Skip to content

Commit c74d2d3

Browse files
committed
lavamoat
1 parent e4bc0a9 commit c74d2d3

File tree

4 files changed

+72
-0
lines changed

4 files changed

+72
-0
lines changed

lavamoat/browserify/beta/policy.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2593,6 +2593,24 @@
25932593
"browserify>browser-resolve": true
25942594
}
25952595
},
2596+
"@tanstack/react-virtual": {
2597+
"globals": {
2598+
"document": true,
2599+
"scrollY": true
2600+
},
2601+
"packages": {
2602+
"@tanstack/react-virtual>@tanstack/virtual-core": true,
2603+
"react": true,
2604+
"react-dom": true
2605+
}
2606+
},
2607+
"@tanstack/react-virtual>@tanstack/virtual-core": {
2608+
"globals": {
2609+
"console.info": true,
2610+
"console.warn": true,
2611+
"requestAnimationFrame": true
2612+
}
2613+
},
25962614
"@toruslabs/eccrypto": {
25972615
"globals": {
25982616
"crypto": true,

lavamoat/browserify/experimental/policy.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2593,6 +2593,24 @@
25932593
"browserify>browser-resolve": true
25942594
}
25952595
},
2596+
"@tanstack/react-virtual": {
2597+
"globals": {
2598+
"document": true,
2599+
"scrollY": true
2600+
},
2601+
"packages": {
2602+
"@tanstack/react-virtual>@tanstack/virtual-core": true,
2603+
"react": true,
2604+
"react-dom": true
2605+
}
2606+
},
2607+
"@tanstack/react-virtual>@tanstack/virtual-core": {
2608+
"globals": {
2609+
"console.info": true,
2610+
"console.warn": true,
2611+
"requestAnimationFrame": true
2612+
}
2613+
},
25962614
"@toruslabs/eccrypto": {
25972615
"globals": {
25982616
"crypto": true,

lavamoat/browserify/flask/policy.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2593,6 +2593,24 @@
25932593
"browserify>browser-resolve": true
25942594
}
25952595
},
2596+
"@tanstack/react-virtual": {
2597+
"globals": {
2598+
"document": true,
2599+
"scrollY": true
2600+
},
2601+
"packages": {
2602+
"@tanstack/react-virtual>@tanstack/virtual-core": true,
2603+
"react": true,
2604+
"react-dom": true
2605+
}
2606+
},
2607+
"@tanstack/react-virtual>@tanstack/virtual-core": {
2608+
"globals": {
2609+
"console.info": true,
2610+
"console.warn": true,
2611+
"requestAnimationFrame": true
2612+
}
2613+
},
25962614
"@toruslabs/eccrypto": {
25972615
"globals": {
25982616
"crypto": true,

lavamoat/browserify/main/policy.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2593,6 +2593,24 @@
25932593
"browserify>browser-resolve": true
25942594
}
25952595
},
2596+
"@tanstack/react-virtual": {
2597+
"globals": {
2598+
"document": true,
2599+
"scrollY": true
2600+
},
2601+
"packages": {
2602+
"@tanstack/react-virtual>@tanstack/virtual-core": true,
2603+
"react": true,
2604+
"react-dom": true
2605+
}
2606+
},
2607+
"@tanstack/react-virtual>@tanstack/virtual-core": {
2608+
"globals": {
2609+
"console.info": true,
2610+
"console.warn": true,
2611+
"requestAnimationFrame": true
2612+
}
2613+
},
25962614
"@toruslabs/eccrypto": {
25972615
"globals": {
25982616
"crypto": true,

0 commit comments

Comments
 (0)