
Research
Two Malicious Rust Crates Impersonate Popular Logger to Steal Wallet Keys
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
@frentecorretora/change_request
Advanced tools
A sdk for interact with Change SOAP API
npm install change-request
or
yarn add change-request
const RequestChange = require('change-request');
const url = 'http://sampleurl.com';
const timeout = 30000;
const requestChange = new RequestChange(url, timeout);
await requestChange.insertClient({
agency: 10000,
fullName: 'MAdasdas asdasdas',
code: 87037473014,
subType: 'F',
address: 'Rua Baquirivu 392',
city: 'São Paulo',
state: 'SP',
originCountryCode: 1058,
countryCode: 1058,
zipCode: '59148370',
});
A Client entity
Type: object
agency
number The Change agency related to the clientfullName
string Client full nameshortName
string Client CPF with only numberscode
number Client CPF as integertype
number Client type on ChangesubType
string Client sub-type on Changeaddress
string Address first linecity
string Address citystate
string Address state initialscountryCode
number Address country code following Change internal rulesoriginCountryCode
number Client origin country code following Change internal ruleszipCode
string Address zip codecreatedAt
Date When client have been created on ChangeisActive
boolean Client statusphone
string Obligation of the operation defined by Changemobile
string Obligation of the operation defined by ChangebirthDate
Date Obligation of the operation defined by Changerg
string Client RG only numbersemail
string Client emailoperationalLimit
number Client operational limit in dollarsoperationalLimitPeriod
number Operational limit period in daysTODO - Create Remittance transaction entity
Type: object
A Paper Money transaction entity
Type: object
bank
string Bank inforamtionagency
number The agencyId of tha agency responsible for the moneyaccount
string The account number where the tranference will be madepurposeCode
number Change purpodeCode for paper moneyclientCode
number Client cpf as integercurrencyCode
string Currency code following ISO 4217quotationValue
number Quotation value with 4 deciamals precision and without taxesnationalCurrencyValue
number National currency value without taxesforeignCurrencyValue
number Foreign currency value without taxeslevelingRate
number Leveling rate with 4 deciamals precisioncountryCode
number Country codeiofValue
number Total IOF value of the national currency valuedeliveryCost
number Delivery cost of the operationmodality
string Modality of the operation defined by Changeobligation
string Obligation of the operation defined by ChangeCreates new RequestChange entity
baseURL
string public URL of change instancetimeout
number Max time to waiting before cancel request (optional, default 30000
)Create new remittance transaction on Change
transactionData
Throws ClientBlocked
Returns object The created transaction
Create new paper money transaction on Change
transactionData
Throws ClientBlocked
Returns object The created transaction
Create new Client on change
clientData
Throws ClientAlreadyExists
Returns object The created clien
Search client by code (CPF)
code
number The client CPFReturns object The client found
Search client by shortName (CPF)
shortName
string The client CPFReturns object The client found
TODO
transactionData
object An transaction objectReturns object The transaction found
Search transaction by code
code
string The trnsaction unique codeReturns object The transaction found
Delete Invoice By Id
changeTransactionCode
string The Change invoice unique codeReturns object Message with success with invoice id deleted
Client has a blocked status on Change and the operation can't proceed
Type: ClientBlocked
Client already exists on Change, use an update method instead an insert method
Type: ClientAlreadyExists
FAQs
A sdk for interact with Change SOAP API
We found that @frentecorretora/change_request demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 4 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
Research
A malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.