Socket
Socket
Sign inDemoInstall

stream-display

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stream-display - npm Package Compare versions

Comparing version 0.0.3 to 1.0.0

dist/globals.d.ts

41

package.json
{
"name": "stream-display",
"version": "0.0.3",
"version": "1.0.0",
"description": "Wrapper around getDisplayMedia to capture screen as a sequence of ImageData objects",
"main": "dist/index.js",
"types": "dist/esm/index.d.ts",
"main": "dist/stream-display.js",
"types": "dist/StreamDisplay.d.ts",
"scripts": {
"prebuild": "rimraf dist",
"build": "npm run build:esm && npm run build:umd",
"build:esm": "tsc",
"build": "npm run build:cjs && npm run build:umd",
"build:cjs": "tsc",
"build:umd": "rollup -c",
"test": "echo \"Error: no test specified\" && exit 1",
"prepare": "npm run build"
"lint": "eslint src --ext .js,.ts",
"test": "ts-node node_modules/tape/bin/tape tests/*.test.ts",
"version": "npm run build",
"postversion": "git push && git push --tags"
},
"husky": {
"hooks": {
"pre-commit": "npm run build; git add dist; npm run lint && npm test"
}
},
"repository": {

@@ -27,3 +34,3 @@ "type": "git",

"files": [
"dist/**/*.d.ts",
"dist/*.d.ts",
"dist/*.js.map",

@@ -40,8 +47,24 @@ "dist/*.js",

"devDependencies": {
"@types/jsdom": "^12.2.4",
"@types/sinon": "^7.0.13",
"@types/tape": "^4.2.33",
"@typescript-eslint/eslint-plugin": "^1.12.0",
"@typescript-eslint/parser": "^1.12.0",
"eslint": "^6.0.1",
"eslint-config-airbnb-base": "^13.2.0",
"eslint-plugin-import": "^2.18.2",
"husky": "^3.0.1",
"jsdom": "^15.1.1",
"rimraf": "^2.6.3",
"rollup": "^1.16.7",
"rollup-plugin-commonjs": "^10.0.1",
"rollup-plugin-copy": "^3.0.0",
"rollup-plugin-sourcemaps": "^0.4.2",
"rollup-plugin-terser": "^5.1.1",
"sinon": "^7.3.2",
"tape": "^4.11.0",
"ts-node": "^8.3.0",
"typescript": "^3.5.3"
}
},
"dependencies": {}
}
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