Socket
Socket
Sign inDemoInstall

@vonage/redact

Package Overview
Dependencies
Maintainers
43
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vonage/redact - npm Package Compare versions

Comparing version 1.11.1 to 1.12.0

20

dist/lib/enums/index.js

@@ -1,3 +0,19 @@

export * from './product';
export * from './type';
"use strict";
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
var desc = Object.getOwnPropertyDescriptor(m, k);
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
desc = { enumerable: true, get: function() { return m[k]; } };
}
Object.defineProperty(o, k2, desc);
}) : (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
o[k2] = m[k];
}));
var __exportStar = (this && this.__exportStar) || function(m, exports) {
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
};
Object.defineProperty(exports, "__esModule", { value: true });
__exportStar(require("./product"), exports);
__exportStar(require("./type"), exports);
//# sourceMappingURL=index.js.map

7

dist/lib/enums/product.js

@@ -0,5 +1,8 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.ProductType = void 0;
/**
* Enum representing different product types for redaction requests.
*/
export var ProductType;
var ProductType;
(function (ProductType) {

@@ -26,3 +29,3 @@ /**

ProductType["VerifySDK"] = "VerifySDK";
})(ProductType || (ProductType = {}));
})(ProductType || (exports.ProductType = ProductType = {}));
//# sourceMappingURL=product.js.map

@@ -0,5 +1,8 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.Type = void 0;
/**
* Enum representing different message types for redaction requests.
*/
export var Type;
var Type;
(function (Type) {

@@ -14,3 +17,3 @@ /**

Type["OUTBOUND"] = "Outbound";
})(Type || (Type = {}));
})(Type || (exports.Type = Type = {}));
//# sourceMappingURL=type.js.map

@@ -1,5 +0,21 @@

export * from './enums';
export * from './interfaces';
export * from './types';
export * from './redact';
"use strict";
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
var desc = Object.getOwnPropertyDescriptor(m, k);
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
desc = { enumerable: true, get: function() { return m[k]; } };
}
Object.defineProperty(o, k2, desc);
}) : (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
o[k2] = m[k];
}));
var __exportStar = (this && this.__exportStar) || function(m, exports) {
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
};
Object.defineProperty(exports, "__esModule", { value: true });
__exportStar(require("./enums"), exports);
__exportStar(require("./interfaces"), exports);
__exportStar(require("./types"), exports);
__exportStar(require("./redact"), exports);
//# sourceMappingURL=index.js.map

@@ -1,3 +0,19 @@

export * from './request';
export * from './response';
"use strict";
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
var desc = Object.getOwnPropertyDescriptor(m, k);
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
desc = { enumerable: true, get: function() { return m[k]; } };
}
Object.defineProperty(o, k2, desc);
}) : (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
o[k2] = m[k];
}));
var __exportStar = (this && this.__exportStar) || function(m, exports) {
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
};
Object.defineProperty(exports, "__esModule", { value: true });
__exportStar(require("./request"), exports);
__exportStar(require("./response"), exports);
//# sourceMappingURL=index.js.map

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

export * from './transactionRequest';
"use strict";
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
var desc = Object.getOwnPropertyDescriptor(m, k);
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
desc = { enumerable: true, get: function() { return m[k]; } };
}
Object.defineProperty(o, k2, desc);
}) : (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
o[k2] = m[k];
}));
var __exportStar = (this && this.__exportStar) || function(m, exports) {
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
};
Object.defineProperty(exports, "__esModule", { value: true });
__exportStar(require("./transactionRequest"), exports);
//# sourceMappingURL=index.js.map

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

export {};
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=transactionRequest.js.map

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

export {};
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=errorResponse.js.map

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

export * from './errorResponse';
"use strict";
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
var desc = Object.getOwnPropertyDescriptor(m, k);
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
desc = { enumerable: true, get: function() { return m[k]; } };
}
Object.defineProperty(o, k2, desc);
}) : (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
o[k2] = m[k];
}));
var __exportStar = (this && this.__exportStar) || function(m, exports) {
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
};
Object.defineProperty(exports, "__esModule", { value: true });
__exportStar(require("./errorResponse"), exports);
//# sourceMappingURL=index.js.map

@@ -1,10 +0,13 @@

import { Client, AuthenticationType } from '@vonage/server-client';
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.Redact = void 0;
const server_client_1 = require("@vonage/server-client");
/**
* Represents a client for the Redact API that extends the Vonage Client.
*/
export class Redact extends Client {
class Redact extends server_client_1.Client {
/**
* The authentication type used for Redact API requests.
*/
authType = AuthenticationType.BASIC;
authType = server_client_1.AuthenticationType.BASIC;
/**

@@ -22,2 +25,3 @@ * Redacts a specific message using the provided parameters.

}
exports.Redact = Redact;
//# sourceMappingURL=redact.js.map

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

export * from './transactionParams';
"use strict";
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
var desc = Object.getOwnPropertyDescriptor(m, k);
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
desc = { enumerable: true, get: function() { return m[k]; } };
}
Object.defineProperty(o, k2, desc);
}) : (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
o[k2] = m[k];
}));
var __exportStar = (this && this.__exportStar) || function(m, exports) {
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
};
Object.defineProperty(exports, "__esModule", { value: true });
__exportStar(require("./transactionParams"), exports);
//# sourceMappingURL=index.js.map

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

export {};
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=transactionParams.js.map
{
"$schema": "https://json.schemastore.org/package.json",
"name": "@vonage/redact",
"version": "1.11.1",
"version": "1.12.0",
"description": "Delete data from the Vonage platform.",

@@ -25,3 +25,2 @@ "homepage": "https://github.com/vonage/vonage-node-sdk/tree/main/packages/redact#readme",

],
"type": "module",
"main": "dist/lib/index.js",

@@ -43,3 +42,3 @@ "types": "dist/lib/index.d.ts",

"dependencies": {
"@vonage/server-client": "^1.12.1"
"@vonage/server-client": "^1.13.0"
},

@@ -46,0 +45,0 @@ "publishConfig": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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