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

boleto

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

boleto - npm Package Compare versions

Comparing version 0.1.8 to 0.1.9

2

package.json
{
"name": "boleto",
"version": "0.1.8",
"version": "0.1.9",
"description": "Gera uma nova Linha Digitável, adicionando data de vencimento e valor.",

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

@@ -12,2 +12,3 @@ ;(function(boleto) {

var $generate = $('[data-js="generate"]');
var $newCode = $('[data-js="new-code"]');

@@ -22,5 +23,5 @@ $generate.onclick = function() {

console.log(newNumber);
$newCode.innerText = newNumber;
}
})(window.boleto);

@@ -21,4 +21,8 @@ # boleto

## Versão Web
https://rawgit.com/fdaciuk/boleto/master/index.html
## Licença
[MIT License](https://github.com/fdaciuk/licenses/blob/master/MIT-LICENSE.md) © Fernando Daciuk

Sorry, the diff of this file is not supported yet

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