bitmovin-analytics
Advanced tools
Comparing version 2.15.0 to 2.15.1
@@ -1,1 +0,90 @@ | ||
{"name":"bitmovin-analytics","version":"v2.15.0","description":"Bitmovin Analytics Collector collects monitoring devents from video players for the Bitmovin Analytics Service","license":"MIT","repository":{"type":"git","url":"git+https://github.com/bitmovin/bitmovin-analytics-collector.git"},"main":"bitmovinanalytics.min.js","types":"bitmovin-analytics.d.ts","author":"Bitmovin Inc","homepage":"https://bitmovin.com/video-analytics/","maintainers":[{"name":"bitadmin","email":"admin@bitmovin.com"}]} | ||
{ | ||
"name": "bitmovin-analytics", | ||
"version": "2.15.1", | ||
"description": "", | ||
"homepage": "https://github.com/bitmovin/bitanalytics-js#readme", | ||
"bugs": { | ||
"url": "https://github.com/bitmovin/bitanalytics-js/issues" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/bitmovin/bitanalytics-js.git" | ||
}, | ||
"license": "MIT", | ||
"author": "Bitmovin Inc", | ||
"main": "js/core/Bitanalytics.js", | ||
"scripts": { | ||
"build": "npm-run-all build:*", | ||
"build:debug": "cross-env NODE_ENV=development webpack --progress", | ||
"build:release": "cross-env NODE_ENV=production webpack --progress", | ||
"dev-server": "cross-env NODE_ENV=development webpack-dev-server --progress", | ||
"fix": "tslint --fix --project ./tsconfig.json", | ||
"format": "prettier --write .", | ||
"format:check": "prettier --check .", | ||
"lint": "tslint --project ./tsconfig.json", | ||
"precommit": "./precommit.bash", | ||
"start": "npm run dev-server", | ||
"test": "jest" | ||
}, | ||
"husky": { | ||
"hooks": { | ||
"pre-commit": "lint-staged" | ||
} | ||
}, | ||
"lint-staged": { | ||
"*": "prettier --ignore-path './.prettierignore' --write" | ||
}, | ||
"jest": { | ||
"globals": { | ||
"__VERSION__": "version" | ||
}, | ||
"moduleFileExtensions": [ | ||
"ts", | ||
"tsx", | ||
"js" | ||
], | ||
"testPathIgnorePatterns": [ | ||
"<rootDir>/tests/utils/" | ||
], | ||
"testRegex": "/tests/.*\\.(ts|tsx|js)$", | ||
"transform": { | ||
"\\.(ts|tsx)$": "<rootDir>/node_modules/ts-jest/preprocessor.js" | ||
} | ||
}, | ||
"dependencies": { | ||
"javascript-state-machine": "2.4.0", | ||
"string.prototype.endswith": "^0.2.0" | ||
}, | ||
"devDependencies": { | ||
"@prettier/plugin-xml": "^0.7.2", | ||
"@types/hls.js": "^0.10.1", | ||
"@types/javascript-state-machine": "^2.4.1", | ||
"@types/jest": "^23.3.2", | ||
"@types/video.js": "^6.2.9", | ||
"bitmovin-player": "8.3.0", | ||
"copy-webpack-plugin": "^4.6.0", | ||
"cross-env": "^5.2.0", | ||
"htmlhint": "^0.10.1", | ||
"husky": ">=4", | ||
"jest": "^23.4.0", | ||
"lint-staged": ">=10", | ||
"npm": "^6.2.0", | ||
"npm-run-all": "^4.1.3", | ||
"prettier": "^2.0.5", | ||
"prettier-plugin-organize-imports": "^1.0.4", | ||
"prettier-plugin-packagejson": "^2.2.5", | ||
"string-replace-loader": "^1.0.5", | ||
"ts-jest": "^23.10.1", | ||
"ts-loader": "^4.4.1", | ||
"tslint": "^5.11.0", | ||
"tslint-config-prettier": "^1.18.0", | ||
"tslint-plugin-prettier": "^2.3.0", | ||
"typescript": "^3.4.5", | ||
"typings": "^2.1.1", | ||
"webpack": "^4.11.1", | ||
"webpack-cli": "^3.0.8", | ||
"webpack-dev-server": "^3.1.4", | ||
"write-file-webpack-plugin": "^4.3.2", | ||
"write-json-webpack-plugin": "^1.0.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
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
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
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
172
8889
546812
2
30
1
1
1
2
+ Addedjavascript-state-machine@2.4.0(transitive)
+ Addedstring.prototype.endswith@0.2.0(transitive)