🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@types/agora-rtc-sdk

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/agora-rtc-sdk - npm Package Compare versions

Comparing version
3.1.0
to
3.2.0
+8
-29
agora-rtc-sdk/package.json
{
"name": "@types/agora-rtc-sdk",
"version": "3.1.0",
"description": "TypeScript definitions for agora-rtc-sdk",
"license": "MIT",
"contributors": [
{
"name": "Yu SiCheng",
"url": "https://github.com/ysclyy",
"githubUsername": "ysclyy"
},
{
"name": "Wangjie",
"url": "https://github.com/wangjie-agora",
"githubUsername": "wangjie-agora"
},
{
"name": "Zhang Xianyang",
"url": "https://github.com/disoul",
"githubUsername": "disoul"
}
],
"version": "3.2.0",
"typings": null,
"description": "Stub TypeScript definitions entry for agora-rtc-sdk, which provides its own types definitions",
"main": "",
"types": "index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
"directory": "types/agora-rtc-sdk"
},
"scripts": {},
"dependencies": {},
"typesPublisherContentHash": "d3494c24c40c06ab49ef9b10a4e1bed09d9a00aee513c3b02f65324de1caea32",
"typeScriptVersion": "3.0"
"author": "",
"license": "MIT",
"dependencies": {
"agora-rtc-sdk": "*"
}
}

@@ -1,16 +0,3 @@

# Installation
> `npm install --save @types/agora-rtc-sdk`
This is a stub types definition for @types/agora-rtc-sdk (https://github.com/AgoraIO/web-archive#readme).
# Summary
This package contains type definitions for agora-rtc-sdk (https://github.com/AgoraIO/web-archive#readme).
# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/agora-rtc-sdk.
### Additional Details
* Last updated: Thu, 14 May 2020 21:30:17 GMT
* Dependencies: none
* Global values: `AgoraRTC`
# Credits
These definitions were written by [Yu SiCheng](https://github.com/ysclyy), [Wangjie](https://github.com/wangjie-agora), and [Zhang Xianyang](https://github.com/disoul).
agora-rtc-sdk provides its own type definitions, so you don't need @types/agora-rtc-sdk installed!

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