Socket
Socket
Sign inDemoInstall

ozone-typescript-client

Package Overview
Dependencies
Maintainers
8
Versions
151
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ozone-typescript-client - npm Package Compare versions

Comparing version 5.4.17 to 5.4.18

5

dist/src/ozoneClient/ozoneClient.d.ts

@@ -74,2 +74,7 @@ import { fsm } from 'typescript-state-machine';

insertSessionIdInURL(url: string): string;
/**
* Add a custom filter
* @param filter to add
*/
addCustomFilter(filter: httpclient.Filter<any, any>, name: string): void;
}

2

dist/src/ozoneClient/ozoneClientImpl.d.ts

@@ -16,2 +16,3 @@ import { fsm } from 'typescript-state-machine';

import StateMachineImpl = fsm.StateMachineImpl;
import Filter = httpclient.Filter;
import { TaskClient } from '../taskClient/taskClient';

@@ -102,2 +103,3 @@ import { ImportExportClient } from '../importExportClient/importExportClient';

insertSessionIdInURL(url: string): string;
addCustomFilter(filter: Filter<any, any>, name: string): void;
}

@@ -598,2 +598,5 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

}
addCustomFilter(filter, name) {
this._httpClient.addFilter(filter, name);
}
}

@@ -600,0 +603,0 @@ __decorate([

4

package.json
{
"name": "ozone-typescript-client",
"version": "5.4.17",
"version": "5.4.18",
"description": "",

@@ -36,3 +36,3 @@ "main": "dist/src/index.js",

},
"gitHead": "ce1b9eeee4b874c9bb270153fa0c230852435b56"
"gitHead": "697ea44f58ffc6441ffdfa0cb5811d1779e635b6"
}

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