roku-test-automation
Advanced tools
Comparing version 1.0.24 to 1.0.25
{ | ||
"name": "roku-test-automation", | ||
"version": "1.0.24", | ||
"version": "1.0.25", | ||
"description": "Helps with automating functional tests", | ||
"main": "dist/index.js", | ||
"typings": "dist/index.d.ts", | ||
"main": "index.js", | ||
"typings": "index.d.ts", | ||
"files": ["dist/**", "!dist"], | ||
"scripts": { | ||
"build": "rimraf out && tsc", | ||
"prepublishOnly": "npm run build && npm run tslint && rm -rf ./dist/device && cp -R ../device ./dist/device", | ||
"prepublishOnly": "npm run build && npm run tslint && rm -rf ./dist/device && cp -R ../device ./dist/device && cp package.json ./dist/package.json", | ||
"test": "nyc --exclude src/RokuDevice.ts mocha --full-trace --exclude src/RokuDevice.spec.ts src/**/*.spec.ts", | ||
@@ -11,0 +12,0 @@ "tslint": "tslint \"./src/**/*.ts\" --outputAbsolutePaths --project tsconfig.json", |
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
Network access
Supply chain riskThis module accesses the network.
Found 2 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
0
2867
2
0