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.2.2 to 2.2.3

2

BRDocService.d.ts
import { AccountsService } from './services/AccountsService';
import { HelpersService } from './services/HelpersService';
import { IdentifyService } from './services/IdentifyService';

@@ -15,5 +14,4 @@ import { IndocService } from './services/IndocService';

identify(): IdentifyService;
helpers(): HelpersService;
private getHostAppByEnv;
private getHostByEnv;
}

@@ -6,3 +6,2 @@ "use strict";

const AccountsService_1 = require("./services/AccountsService");
const HelpersService_1 = require("./services/HelpersService");
const IdentifyService_1 = require("./services/IdentifyService");

@@ -26,5 +25,2 @@ const IndocService_1 = require("./services/IndocService");

}
helpers() {
return new HelpersService_1.HelpersService(this.hostAccounts, this.hostAccounts, this.accessToken);
}
getHostAppByEnv(appName) {

@@ -31,0 +27,0 @@ switch (Environment_1.Environment.get('ENVIRONMENT_TYPE')) {

2

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

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

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