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

sdk-typescript-apis-efi

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sdk-typescript-apis-efi - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

examples/pix/send/pixSendDetailId.ts

2

dist/package.json
{
"name": "sdk-typescript-apis-efi",
"version": "1.0.1",
"version": "1.0.2",
"description": "Module for integration with EfiPay API",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -361,2 +361,6 @@ declare const _default: {

};
pixSendDetailId: {
route: string;
method: string;
};
};

@@ -442,3 +446,3 @@ };

};
getAccountCertificate: {
createAccountCertificate: {
route: string;

@@ -445,0 +449,0 @@ method: string;

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

},
pixSendDetailId: {
route: '/v2/gn/pix/enviados/id-envio/:idEnvio',
method: 'get',
},
},

@@ -444,5 +448,5 @@ },

},
getAccountCertificate: {
createAccountCertificate: {
route: '/cadastro/conta-simplificada/:identificador/certificado',
method: 'get',
method: 'post',
},

@@ -449,0 +453,0 @@ getAccountCredentials: {

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

const headers = {
'api-sdk': `typescript-${package_json_1.default.version}`,
'api-sdk': `efi-typescript-${package_json_1.default.version}`,
'Content-Type': 'application/json',

@@ -135,0 +135,0 @@ authorization: `Bearer ${accessToken}`,

@@ -17,3 +17,3 @@ /* eslint-disable import/extensions */

efipay
.resendParcel(params, body)
.sendCarnetParcelEmail(params, body)
.then((resposta: Promise<any>) => {

@@ -20,0 +20,0 @@ console.log(resposta);

{
"name": "sdk-typescript-apis-efi",
"version": "1.0.1",
"version": "1.0.2",
"description": "Module for integration with EfiPay API",

@@ -56,2 +56,2 @@ "main": "dist/index.js",

}
}
}
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