1.1.2 • Published 1 year ago

fraudnetic-agent v1.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Fraudnetic agent usage

Installation

npm install fraudnetic-agent

Usage

Angular usage example

import { Component } from '@angular/core';
import fraudnetic from 'fraudnetic-agent';
@Component({
  selector: 'app-root',
  templateUrl: './app.component.html',
  styleUrls: ['./app.component.css']
})
export class AppComponent {
  title = 'angular';
  ngOnInit() {
    fraudnetic.init().then((token) => {
      console.log('Fraudnetic initialized');
      console.log('Fraudnetic token: ' + token);
      // use token in each axios header
    });
  }
}
1.1.2

1 year ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.0

2 years ago