webrtc-issue-detector
Advanced tools
Comparing version 1.1.0 to 1.2.0
{ | ||
"name": "webrtc-issue-detector", | ||
"version": "1.1.0", | ||
"version": "1.2.0", | ||
"description": "WebRTC diagnostic tool that detects issues with network or user devices", | ||
"main": "dist/index.js", | ||
"main": "dist/bundle-cjs.js", | ||
"module": "dist/bundle-esm.js", | ||
"types": "dist/index.d.ts", | ||
"typings": "dist/index", | ||
"repository": "git@github.com:VLprojects/webrtc-issue-detector.git", | ||
@@ -20,3 +20,3 @@ "author": "Roman Kuzakov <roman.kuzakov@gmail.com>", | ||
"scripts": { | ||
"build": "tsc", | ||
"build": "rm -rf dist && rollup -c", | ||
"lint": "eslint ./src", | ||
@@ -26,2 +26,7 @@ "test": "NODE_ENV=test mocha --config test/utils/runners/mocha/.mocharc.js" | ||
"devDependencies": { | ||
"@rollup/plugin-typescript": "^8.3.4", | ||
"@semantic-release/git": "^10.0.1", | ||
"@semantic-release/github": "^8.0.5", | ||
"@semantic-release/npm": "^9.0.1", | ||
"@semantic-release/release-notes-generator": "^10.0.3", | ||
"@types/chai": "^4.3.3", | ||
@@ -47,2 +52,6 @@ "@types/chai-as-promised": "^7.1.5", | ||
"mocha": "^10.0.0", | ||
"rollup": "^2.78.0", | ||
"rollup-plugin-bundle-size": "^1.0.3", | ||
"rollup-plugin-polyfill-node": "^0.10.2", | ||
"rollup-plugin-terser": "^7.0.2", | ||
"sinon": "^14.0.0", | ||
@@ -49,0 +58,0 @@ "sinon-chai": "^3.7.0", |
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
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
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
70918
33
24
739
1