Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

prism-media

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

prism-media - npm Package Compare versions

Comparing version 1.3.1 to 2.0.0-alpha.0

dist/ffmpeg/index.d.ts

112

package.json
{
"name": "prism-media",
"version": "1.3.1",
"version": "2.0.0-alpha.0",
"description": "Easy-to-use stream-based media transcoding",
"main": "src/index.js",
"types": "typings/index.d.ts",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"lint": "eslint src",
"test": "npm run lint && jest && npm run docs",
"docs": "docma"
"test": "jest test/",
"lint": "eslint src --ext .ts",
"lint:fix": "eslint src --ext .ts --fix",
"prettier": "prettier --write **/*.{ts,js,json,yml,yaml}",
"build": "tsc",
"build:check": "tsc --noEmit --incremental false"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hydrabolt/prism-media.git"
"url": "git+https://github.com/amishshah/prism-media.git"
},

@@ -28,37 +31,78 @@ "keywords": [

"bugs": {
"url": "https://github.com/hydrabolt/prism-media/issues"
"url": "https://github.com/amishshah/prism-media/issues"
},
"homepage": "https://github.com/hydrabolt/prism-media#readme",
"homepage": "https://github.com/amishshah/prism-media#readme",
"devDependencies": {
"docma": "^3.2.2",
"eslint": "^7.14.0",
"jest": "^26.6.3"
"@commitlint/cli": "^12.1.4",
"@commitlint/config-angular": "^12.1.4",
"@types/jest": "^26.0.23",
"@types/node": "^15.12.2",
"@typescript-eslint/eslint-plugin": "^4.26.1",
"@typescript-eslint/parser": "^4.26.1",
"eslint": "^7.28.0",
"eslint-config-marine": "^9.0.6",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0",
"husky": "^5.1.3",
"jest": "^27.0.4",
"lint-staged": "^11.0.0",
"prettier": "^2.3.1",
"ts-jest": "^27.0.3",
"typescript": "^4.2.3"
},
"files": [
"dist/"
],
"husky": {
"hooks": {
"pre-commit": "lint-staged",
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"jest": {
"testURL": "http://localhost/"
"preset": "ts-jest",
"testEnvironment": "node"
},
"peerDependencies": {
"@discordjs/opus": "^0.5.0",
"ffmpeg-static": "^4.2.7 || ^3.0.0 || ^2.4.0",
"node-opus": "^0.3.3",
"opusscript": "^0.0.8"
"lint-staged": {
"*.{mjs,js,ts}": [
"eslint --ext .ts --fix"
],
"*.{json,yml,yaml}": [
"prettier --write"
]
},
"peerDependenciesMeta": {
"@discordjs/opus": {
"optional": true
},
"node-opus": {
"optional": true
},
"opusscript": {
"optional": true
},
"ffmpeg-static": {
"optional": true
"commitlint": {
"extends": [
"@commitlint/config-angular"
],
"rules": {
"type-enum": [
2,
"always",
[
"chore",
"build",
"ci",
"docs",
"feat",
"fix",
"perf",
"refactor",
"revert",
"style",
"test",
"types",
"wip"
]
],
"scope-case": [
1,
"always",
"pascal-case"
]
}
},
"files": [
"src/",
"typings/"
]
"dependencies": {
"duplex-child-process": "^1.0.1"
}
}

@@ -48,2 +48,4 @@ [![Logo](https://hydrabolt.me/assets/prism-media-logo.svg)](https://hydrabolt.me/prism-media/)

- `ffmpeg` from a [normal installation](https://www.ffmpeg.org/download.html)
- CRC
- [`node-crc`](https://github.com/magiclen/node-crc)

@@ -50,0 +52,0 @@ ## Useful Links

Sorry, the diff of this file is not supported yet

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