Socket
Socket
Sign inDemoInstall

@openzeppelin/defender-sentinel-client

Package Overview
Dependencies
Maintainers
5
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@openzeppelin/defender-sentinel-client - npm Package Compare versions

Comparing version 1.45.0 to 1.46.0

2

lib/api/index.d.ts

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

import { BaseApiClient } from 'defender-base-client';
import { BaseApiClient } from '@openzeppelin/defender-base-client';
import { ExternalCreateSubscriberRequest as CreateSentinelRequest, ExternalUpdateSubscriberRequest as UpdateSentinelRequest } from '../models/subscriber';

@@ -3,0 +3,0 @@ import { DeletedSentinelResponse, CreateSentinelResponse, ListSentinelResponse } from '../models/response';

@@ -26,3 +26,3 @@ "use strict";

exports.SentinelClient = void 0;
const defender_base_client_1 = require("defender-base-client");
const defender_base_client_1 = require("@openzeppelin/defender-base-client");
const lodash_1 = __importDefault(require("lodash"));

@@ -29,0 +29,0 @@ const utils_1 = __importStar(require("../utils"));

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

import { Network } from 'defender-base-client';
import { Network } from '@openzeppelin/defender-base-client';
import { SentinelConfirmation } from './subscriber';

@@ -3,0 +3,0 @@ export interface BlockWatcherOptions {

@@ -52,3 +52,3 @@ export declare type SentinelConfirmation = number | 'safe' | 'finalized';

export declare type CreateSubscriberRequest = CreateBlockSubscriberRequest | CreateFortaSubscriberRequest;
import { Network } from 'defender-base-client';
import { Network } from '@openzeppelin/defender-base-client';
import { NotificationType } from './notification';

@@ -55,0 +55,0 @@ export interface BaseCreateSubscriberRequest {

{
"name": "@openzeppelin/defender-sentinel-client",
"version": "1.45.0",
"version": "1.46.0",
"description": "",

@@ -25,3 +25,3 @@ "main": "./lib/index.js",

"@ethersproject/abi": "^5.6.3",
"@openzeppelin/defender-base-client": "1.45.0",
"@openzeppelin/defender-base-client": "1.46.0",
"axios": "^0.21.2",

@@ -28,0 +28,0 @@ "lodash": "^4.17.19",

@@ -10,7 +10,7 @@ # Defender Sentinel Client

```bash
npm install defender-sentinel-client
npm install @openzeppelin/defender-sentinel-client
```
```bash
yarn add defender-sentinel-client
yarn add @openzeppelin/defender-sentinel-client
```

@@ -23,3 +23,3 @@

```js
const { SentinelClient } = require('defender-sentinel-client');
const { SentinelClient } = require('@openzeppelin/defender-sentinel-client');
const client = new SentinelClient({ apiKey: API_KEY, apiSecret: API_SECRET });

@@ -26,0 +26,0 @@ ```

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