tuicall-engine-webrtc
Advanced tools
Comparing version 3.1.6-beta.1 to 4.0.0-beta.1
{ | ||
"name": "tuicall-engine-webrtc", | ||
"version": "3.1.6-beta.1", | ||
"description": "腾讯云 TRTC TUICallEngine", | ||
"main": "tuicall-engine-webrtc.js", | ||
"types": "index.d.ts", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/Tencent-RTC/rtc-call-engine/tree/main/Web" | ||
"version": "4.0.0-beta.1", | ||
"description": "TUICallEngine Web&mini SDK", | ||
"main": "./dist/tuicall-engine-webrtc.js", | ||
"module": "./dist/tuicall-engine-webrtc.esm.js", | ||
"types": ".dist/index.d.ts", | ||
"files": [ | ||
"dist", | ||
"README.md" | ||
], | ||
"scripts": { | ||
"dev": "rollup -w -c rollup.config.dev.js", | ||
"build": "rm -rf dist && rollup -c rollup.config.prod.js", | ||
"build:jsdoc": "tsc && jsdoc -c ./build/jsdoc.json && node ./build/fix-doc.js", | ||
"build:typedoc": "typedoc --options ./build/typedoc.json", | ||
"test": "karma start karma.config.js", | ||
"cp": "node ./scripts/copy.js", | ||
"prebuild:web": "pnpm run cp && cross-env BUILD_TARGET=WEB node ./scripts/buildPreprocess.js", | ||
"dev:web": "npm run dev", | ||
"build:web": "npm run build", | ||
"prebuild:wx": "pnpm run cp && cross-env BUILD_TARGET=WX node ./scripts/buildPreprocess.js", | ||
"dev:wx": "npm run dev" | ||
}, | ||
"keywords": [], | ||
"author": "rgzhao", | ||
"license": "ISC", | ||
"dependencies": { | ||
"trtc-cloud-js-sdk": "2.6.1-beta.1", | ||
"@tencentcloud/chat": "latest", | ||
"rtc-ai-denoiser": "latest" | ||
"core-js": "^3.8.3", | ||
"eventemitter3": "^4.0.7", | ||
"rtc-detect": "^0.0.5", | ||
"trtc-cloud-js-sdk": "^2.5.0", | ||
"@tencentcloud/trtc-component-wx": "latest", | ||
"tuikit-logger": "latest" | ||
}, | ||
"author": "Tencent Cloud Terminal R&D Center", | ||
"keywords": [ | ||
"call", | ||
"video call", | ||
"audio call", | ||
"video", | ||
"audio", | ||
"TRTC", | ||
"camera", | ||
"microphone", | ||
"webrtc", | ||
"real-time communication", | ||
"javascript", | ||
"rtc" | ||
], | ||
"license": "ISC" | ||
} | ||
"devDependencies": { | ||
"preprocess": "^3.2.0", | ||
"cross-env": "^7.0.3", | ||
"@babel/core": "^7.12.16", | ||
"@babel/preset-env": "^7.19.4", | ||
"@rollup/plugin-commonjs": "^23.0.4", | ||
"@rollup/plugin-json": "^5.0.2", | ||
"@rollup/plugin-node-resolve": "^13.3.0", | ||
"@typescript-eslint/eslint-plugin": "^5.33.1", | ||
"@typescript-eslint/parser": "^5.33.1", | ||
"docdash-blue": "^1.1.9", | ||
"eslint": "^8.22.0", | ||
"eslint-config-tencent": "^1.0.4", | ||
"fs-extra": "^11.0.0", | ||
"jasmine-core": "^4.4.0", | ||
"jsdoc": "^3.6.11", | ||
"karma": "^6.4.1", | ||
"karma-chrome-launcher": "^3.1.1", | ||
"karma-jasmine": "^5.1.0", | ||
"pretty": "^2.0.0", | ||
"replace": "^1.2.1", | ||
"rollup": "^2.78.0", | ||
"rollup-plugin-babel": "^4.4.0", | ||
"rollup-plugin-dts": "^6.1.0", | ||
"rollup-plugin-terser": "^7.0.2", | ||
"rollup-plugin-typescript2": "^0.34.1", | ||
"tslib": "^2.4.0", | ||
"typedoc": "^0.23.15", | ||
"typescript": "^4.7.4" | ||
}, | ||
"browser": { | ||
"fs": false, | ||
"path": false, | ||
"os": false, | ||
"url": false | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
2
1
2285
7
28
307
1
0
2
0
+ Addedcore-js@^3.8.3
+ Addedeventemitter3@^4.0.7
+ Addedrtc-detect@^0.0.5
+ Addedtuikit-logger@latest
+ Added@tencentcloud/trtc-cloud-wx@1.0.0(transitive)
+ Added@tencentcloud/trtc-component-wx@1.0.2(transitive)
+ Addedaegis-mp-sdk@1.39.1(transitive)
+ Addedcore-js@3.39.0(transitive)
+ Addedeventemitter3@4.0.75.0.1(transitive)
+ Addedrtc-detect@0.0.5(transitive)
+ Addedtrtc-cloud-js-sdk@2.8.4(transitive)
+ Addedtrtc-sdk-v5@5.8.3(transitive)
+ Addedtrtc-wx-sdk@1.1.7(transitive)
+ Addedtuikit-logger@0.0.4-beta.1(transitive)
- Removedrtc-ai-denoiser@latest
- Removedrtc-ai-denoiser@1.1.7(transitive)
- Removedtrtc-cloud-js-sdk@2.6.1-beta.1(transitive)
- Removedtrtc-sdk-v5@5.8.0(transitive)
Updatedtrtc-cloud-js-sdk@^2.5.0