New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@webgpu/types

Package Overview
Dependencies
Maintainers
5
Versions
115
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@webgpu/types - npm Package Compare versions

Comparing version
0.1.65
to
0.1.66
+1
-1
package.json

@@ -6,3 +6,3 @@ {

"bugs": "https://github.com/gpuweb/types/issues",
"version": "0.1.65",
"version": "0.1.66",
"main": "",

@@ -9,0 +9,0 @@ "types": "dist/index.d.ts",

@@ -86,4 +86,4 @@ # Typescript Type Definitions for WebGPU

- Install dependencies: `npm ci`
- Generate `generated/index-fixed.d.ts`: `npm run generate`
- Open a diff between `generated/index-fixed.d.ts` and `dist/index.d.ts`.
- Generate `generated/index.d.ts`: `npm run generate`
- Open a diff between `generated/index.d.ts` and `dist/index.d.ts`.
The generated file is tracked by Git so you can see what has changed.

@@ -90,0 +90,0 @@ Update the latter according to changes from the former.

Sorry, the diff of this file is too big to display