Socket
Socket
Sign inDemoInstall

@scrypted/nvr

Package Overview
Dependencies
Maintainers
0
Versions
910
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@scrypted/nvr - npm Package Compare versions

Comparing version 0.9.48 to 0.9.49

18

CHANGELOG.md
<details>
<summary>Changelog</summary>
### 0.9.48
functional videotoolbox, vaapi, softrware
remove binding gyp
use separate libav repo
wip extenral lib
jpeg encoder
remove deno
working zero latency/copy pipeline
restructure
fixed vt scale
fix sw
wip libav decoder
improve fork startups
new motion graceful shutdown
derp
### 0.9.47

@@ -5,0 +23,0 @@

17

package.json
{
"name": "@scrypted/nvr",
"version": "0.9.48",
"version": "0.9.49",
"exports": {
"./src/main.ts": "./main.nodejs.js",
"./src/fork.ts": "./fork.nodejs.js",
"./src/motion-fork.ts": "./motion-fork.nodejs.js"
"./src/motion-fork.ts": "./motion-fork.nodejs.js",
"./src/prune-fork.ts": "./prune-fork.nodejs.js",
"./src/decoder-fork.ts": "./decoder-fork.nodejs.js",
"./src/libav-fork.ts": "./libav-fork.nodejs.js",
"./src/face-fork.ts": "./face-fork.nodejs.js"
},

@@ -27,4 +30,3 @@ "scripts": {

"asbuild": "npm run asbuild:debug && npm run asbuild:release",
"test": "node tests",
"start": "npx serve ."
"avbuild": "node-gyp clean && node-gyp configure && node-gyp build"
},

@@ -70,2 +72,4 @@ "scrypted": {

"munkres-js": "^1.2.2",
"node-addon-api": "^8.1.0",
"node-gyp": "^10.2.0",
"polygon-clipping": "^0.15.7",

@@ -80,3 +84,6 @@ "tmp-promise": "^3.0.3"

"ts-node": "^10.9.2"
},
"optionalDependencies": {
"@scrypted/libav": "^1.0.10"
}
}

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