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

acesso-io

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

acesso-io - npm Package Compare versions

Comparing version 1.1.5 to 1.1.6

3

index.js

@@ -234,3 +234,4 @@ 'use.strict';

"authenticate": function(cpf, url, cb, download) {
if(!cpf) cpf = cfg.last_subject.Code.replace(/[^0-9]/g, '');
if(!cpf) cpf = cfg.last_subject.Code;
cpf = cpf.replace(/[^0-9]/g, '');
if(typeof download == 'undefined') download = true;

@@ -237,0 +238,0 @@ imageConvert(url, download, function(error, b64) {

{
"name": "acesso-io",
"version": "1.1.5",
"version": "1.1.6",
"description": "NodeJS module for implementing Acesso (acesso.io) CredService v2",

@@ -5,0 +5,0 @@ "main": "index.js",

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