Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@webgpu/types

Package Overview
Dependencies
Maintainers
4
Versions
95
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.2 to 0.1.3

2

package.json

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

"bugs": "https://github.com/gpuweb/types/issues",
"version": "0.1.2",
"version": "0.1.3",
"main": "",

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

@@ -62,3 +62,3 @@ # Typescript Type Definitions for WebGPU

- Make sure the submodule is checked out: `git submodule update --init`
- Pull `gpuweb` changes: in `gpuweb/`, switch to and pull the `main` branch
- Pull `gpuweb` changes: `pushd gpuweb && git checkout main && git pull && popd`
- Install dependencies: `npm ci`

@@ -68,3 +68,5 @@ - Generate `generated/index.d.ts`: `npm run generate`

The generated file is tracked by Git so you can see what has changed.
Update the latter according to changes from the former. See below for intentional differences.
Update the latter according to changes from the former.
Note the `generated/` and `dist/` files are not the same.
See below for intentional differences.
- Format the result: `npm run format`

@@ -71,0 +73,0 @@

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc