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

webxdc-types

Package Overview
Dependencies
Maintainers
3
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

webxdc-types - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

global.js

5

package.json
{
"name": "webxdc-types",
"version": "1.0.0",
"version": "1.0.1",
"description": "TypeScript type definitions for webxdc",

@@ -24,3 +24,4 @@ "homepage": "https://github.com/webxdc/webxdc-types#readme",

"files": [
"./*.d.ts"
"./*.d.ts",
"./*.js"
],

@@ -27,0 +28,0 @@ "scripts": {

@@ -137,1 +137,18 @@ # Types for webxdc

</details>
<details>
<summary>
usage without package manager (npm, yarn, pnpm and so on.)
</summary>
Copy `global.d.ts` and `webxdc.d.ts` files into your project and use one of the methods above, adjusting the import path acordingly.
```js
/** @typedef {import('./global')} */
/** @typedef {import('./webxdc')} */
```
You can also combine the two files if you have basic knowledge of typescript.
</details>
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