New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

roku-test-automation

Package Overview
Dependencies
Maintainers
1
Versions
95
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

roku-test-automation - npm Package Compare versions

Comparing version 1.0.24 to 1.0.25

9

package.json
{
"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",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc