Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@narative/oanda-v20

Package Overview
Dependencies
Maintainers
2
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@narative/oanda-v20 - npm Package Compare versions

Comparing version 3.0.26 to 3.0.27

2

account.d.ts

@@ -1,2 +0,2 @@

declare module '@oanda/v20/account' {
declare module '@narative/oanda-v20/account' {
declare const Account_base: typeof import('./base').Definition

@@ -3,0 +3,0 @@ export class Account extends Account_base {

@@ -1,2 +0,2 @@

declare module '@oanda/v20/base' {
declare module '@narative/oanda-v20/base' {

@@ -3,0 +3,0 @@ export class Definition {

@@ -1,2 +0,2 @@

declare module '@oanda/v20/context' {
declare module '@narative/oanda-v20/context' {
export class Context {

@@ -3,0 +3,0 @@ constructor(hostname: any, port: any, ssl: any, application: any)

@@ -1,2 +0,2 @@

declare module '@oanda/v20/instrument' {
declare module '@narative/oanda-v20/instrument' {

@@ -3,0 +3,0 @@ declare const Candlestick_base: typeof import('./base').Definition

@@ -1,2 +0,2 @@

declare module '@oanda/v20/order' {
declare module '@narative/oanda-v20/order' {

@@ -3,0 +3,0 @@ declare const OrderIdentifier_base: typeof import('./base').Definition

{
"name": "@narative/oanda-v20",
"description": "OANDA v20 bindings for Javascript",
"version": "3.0.26",
"version": "3.0.27",
"author": "OANDA Corporation",

@@ -6,0 +6,0 @@ "repository": "https://github.com/narative/v20-javascript",

@@ -1,2 +0,2 @@

declare module '@oanda/v20/position' {
declare module '@narative/oanda-v20/position' {

@@ -3,0 +3,0 @@ declare const Position_base: typeof import('./base').Definition

@@ -1,2 +0,2 @@

declare module '@oanda/v20/pricing_common' {
declare module '@narative/oanda-v20/pricing_common' {

@@ -3,0 +3,0 @@ declare const PriceBucket_base: typeof import('./base').Definition

@@ -1,2 +0,2 @@

declare module '@oanda/v20/pricing' {
declare module '@narative/oanda-v20/pricing' {
declare const PricingBucket: typeof import('./pricing_common').PriceBucket

@@ -3,0 +3,0 @@

@@ -1,2 +0,2 @@

declare module '@oanda/v20/primitives' {
declare module '@narative/oanda-v20/primitives' {

@@ -3,0 +3,0 @@ declare const Instrument_base: typeof import('./base').Definition

@@ -9,3 +9,3 @@ The OANDA v20 REST API provides programmatic access to OANDA's next generation

```shell
npm install -g @oanda/v20
npm install @narative/oanda-v20
```

@@ -16,3 +16,3 @@

```
git clone https://github.com/oanda/v20-javascript.git
git clone https://github.com/narative/oanda-v20.git
```

@@ -19,0 +19,0 @@

@@ -1,2 +0,2 @@

declare module '@oanda/v20/site' {
declare module '@narative/oanda-v20/site' {

@@ -3,0 +3,0 @@ declare const MT4TransactionHeartbeat_base: typeof import('./base').Definition

@@ -1,2 +0,2 @@

declare module '@oanda/v20/trade' {
declare module '@narative/oanda-v20/trade' {

@@ -3,0 +3,0 @@ declare const Trade_base: typeof import('./base').Definition

@@ -1,2 +0,2 @@

declare module '@oanda/v20/transaction' {
declare module '@narative/oanda-v20/transaction' {
declare const Transaction_base: typeof import('./base').Definition

@@ -3,0 +3,0 @@ export class Transaction extends Transaction_base {

@@ -1,2 +0,2 @@

declare module '@oanda/v20/user' {
declare module '@narative/oanda-v20/user' {
declare const UserInfo_base: typeof import('./base').Definition

@@ -3,0 +3,0 @@ export class UserInfo extends UserInfo_base {

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