criteo-proofpoint
v1.0.0
Published
Criteo ProofPoint URL defense JS API
Downloads
6
Readme
Criteo JS API for ProofPoint URL defense
Install
npm install criteo-proofpoint
Usage
var proofPointDecode = require('criteo-proofpoint');
// Returns decoded URL if protected by ProofPoint, original URL otherwise
var decodedUrl = proofPointDecode('http://some-url');
License
MIT