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

@scrypted/amcrest

Package Overview
Dependencies
Maintainers
1
Versions
147
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@scrypted/amcrest - npm Package Compare versions

Comparing version

to
0.0.55

2

package.json
{
"name": "@scrypted/amcrest",
"version": "0.0.54",
"version": "0.0.55",
"description": "Amcrest Plugin for Scrypted",

@@ -5,0 +5,0 @@ "author": "Scrypted",

@@ -58,3 +58,3 @@ import AxiosDigestAuth from '@koush/axios-digest-auth';

const data = buffer.toString();
this.console?.log('event', data);
// this.console?.log('event', data);
for (const event of Object.values(AmcrestEvent)) {

@@ -61,0 +61,0 @@ if (data.indexOf(event) !== -1) {

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet