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

@brasilindoc/integration-products

Package Overview
Dependencies
Maintainers
2
Versions
93
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@brasilindoc/integration-products - npm Package Compare versions

Comparing version 2.4.0 to 2.5.0

2

package.json
{
"name": "@brasilindoc/integration-products",
"version": "2.4.0",
"version": "2.5.0",
"description": "Biblioteca para integração com os produtos da Brasil INDOC utilizando Node.js/Typescript",

@@ -5,0 +5,0 @@ "scripts": {

@@ -9,2 +9,3 @@ import { BRDocServiceBase } from './BRDocServiceBase';

ocrDocument(id: number): Promise<import("@koalarx/utils/utils/KlRequest").KlRequestResponse<unknown>>;
validateByValidationMap(id: number): Promise<import("@koalarx/utils/utils/KlRequest").KlRequestResponse<unknown>>;
}

@@ -39,4 +39,9 @@ "use strict";

}
validateByValidationMap(id) {
return __awaiter(this, void 0, void 0, function* () {
return (yield this.request(true)).post(`/validate-document/${id}/validate-by-validation-map`, {});
});
}
}
exports.IdentifyService = IdentifyService;
//# sourceMappingURL=IdentifyService.js.map

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