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

fritz-callmonitor

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fritz-callmonitor - npm Package Compare versions

Comparing version 3.0.2 to 3.1.1

lib/fritz-callmonitor.d.ts

2

dist/fritz-callmonitor.d.ts

@@ -48,3 +48,3 @@ /// <reference types="node" />

}
export declare enum EventKind {
export declare const enum EventKind {
Call = 0,

@@ -51,0 +51,0 @@ Ring = 1,

{
"name": "fritz-callmonitor",
"version": "3.0.2",
"version": "3.1.1",
"description": "Provides a node.js wrapper for the call monitor api of the AVM Fritz!Box. Written in TypeScript.",
"main": "dist/lib.js",
"typings": "dist/lib.d.ts",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"repository": "nikeee/fritz-callmonitor",

@@ -13,14 +13,16 @@ "author": {

"devDependencies": {
"typescript": "^2.1.0"
"typescript": "^2.9.1"
},
"scripts": {
"prepublish": "./node_modules/.bin/tsc",
"test": "./node_modules/.bin/tsc"
"test": "tsc --noEmit",
"clean": "rm -rv -- lib/* || true",
"compile": "tsc",
"prepare": "npm run compile"
},
"license": "LGPL-3.0",
"dependencies": {
"@types/byline": "^4.2.30",
"byline": "^4.2",
"moment": "^2.8"
"@types/byline": "^4.2.31",
"byline": "^4.2.2",
"moment": "^2.22.2"
}
}

@@ -1,2 +0,2 @@

# fritz-callmonitor
# fritz-callmonitor [![Build Status](https://travis-ci.com/nikeee/fritz-callmonitor.svg?branch=master)](https://travis-ci.com/nikeee/fritz-callmonitor)
Provides a node.js wrapper for the call monitor api of the AVM Fritz!Box. Written in TypeScript.

@@ -3,0 +3,0 @@

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