1.1.2 • Published 2 years ago

fraudnetic-agent v1.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years 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

2 years 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

3 years ago

1.0.5

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.0

3 years ago